Commit 31ac953
authored
refactor(sdk)!: remove dataprotector-sharing module (#543)
* refactor(sdk): remove dataprotector-sharing module source code
* refactor(sdk): remove sharing-related types
* refactor(sdk): remove sharing smart contract ABIs
* refactor(sdk): move ERC734 ABI to core for whitelist functionality
* refactor(sdk): update ERC734 imports to use core registry path
* refactor(sdk): remove sharing contract address from config and module
* test(sdk): remove dataprotector-sharing tests
* docs(sdk): update package.json and README to remove sharing references
* refactor: remove sharing-smart-contract package
Remove the entire sharing-smart-contract package directory and all its files
* fix(sdk): correct typechain import paths after ERC734 move to core
* fix(sdk): update refresh-abis script to preserve ERC734 after sharing-smart-contract removal
* refactor(sdk): improve refresh-abis script to use file backup instead of git1 parent cf49464 commit 31ac953
File tree
235 files changed
+7
-751674
lines changed- .github/workflows
- packages
- sdk
- abis
- core/registry/ERC734.sol
- sharing
- DataProtectorSharing.sol
- ManageOrders.sol
- interfaces
- IAddOnlyAppWhitelist.sol
- IAddOnlyAppWhitelistRegistry.sol
- ICollection.sol
- IDataProtector.sol
- IDataProtectorSharing.sol
- IPoCo.sol
- IRegistry.sol
- IRental.sol
- ISale.sol
- ISubscription.sol
- registry
- AddOnlyAppWhitelist.sol
- AddOnlyAppWhitelistRegistry.sol
- src
- config
- lib
- dataProtectorCore/smartContract
- dataProtectorSharing
- smartContract
- subgraph
- types
- tests
- e2e/dataProtectorSharing
- unit
- dataProtectorSharing
- sharing-smart-contract
- .openzeppelin
- prod
- staging
- abis
- DataProtectorSharing.sol
- ManageOrders.sol
- interfaces
- IAddOnlyAppWhitelist.sol
- IAddOnlyAppWhitelistRegistry.sol
- ICollection.sol
- IDataProtector.sol
- IDataProtectorSharing.sol
- IPoCo.sol
- IRegistry.sol
- IRental.sol
- ISale.sol
- ISubscription.sol
- registry
- AddOnlyAppWhitelist.sol
- AddOnlyAppWhitelistRegistry.sol
- ERC734.sol
- config
- contracts
- interfaces
- registry
- docs/uml
- ignition
- deployments
- arbitrumSepolia-dev
- artifacts
- build-info
- arbitrumSepolia-prod
- artifacts
- build-info
- arbitrum
- artifacts
- build-info
- modules
- lib
- scripts
- singleFunction
- test
- e2e
- utils
- invariant
- handlers
- interfaces
- tools
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
235 files changed
+7
-751674
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
70 | 68 | | |
71 | 69 | | |
72 | 70 | | |
73 | | - | |
74 | 71 | | |
75 | 72 | | |
76 | 73 | | |
| |||
0 commit comments