This repository was archived by the owner on Mar 1, 2024. It is now read-only.
File tree
306 files changed
+32723
-29672
lines changed- .github/workflows
- contracts
- child/misc
- common/tokens
- root
- depositManager
- predicates
- test
- deploy-migrations
- docs/autogen
- src
- contracts
- Migrations.sol
- child
- BaseERC20.sol
- BaseERC20NoSig.sol
- ChildChain.sol
- ChildERC20.sol
- ChildERC721.sol
- ChildERC721Mintable.sol
- ChildToken.sol
- ERC20Detailed.sol
- MRC20.sol
- bor
- StateReceiver.sol
- StateSyncerVerifier.sol
- misc
- EIP712.sol
- IParentToken.sol
- LibTokenTransferOrder.sol
- Marketplace.sol
- ParentTokenMock.sol
- proxifiedChildToken
- ChildERC20Proxified.sol
- ChildERC721Proxified.sol
- ChildTokenProxy.sol
- common
- Registry.sol
- gnosis
- GnosisSafe.sol
- GnosisSafeProxy.sol
- governance
- Governable.sol
- Governance.sol
- GovernanceProxy.sol
- IGovernance.sol
- lib
- BytesLib.sol
- Common.sol
- ECVerify.sol
- ExitPayloadReader.sol
- Merkle.sol
- MerklePatriciaProof.sol
- PriorityQueue.sol
- RLPEncode.sol
- misc
- ContractReceiver.sol
- DelegateProxy.sol
- DelegateProxyForwarder.sol
- DrainStakeManager.sol
- Drainable.sol
- ERCProxy.sol
- Proxy.sol
- ProxyStorage.sol
- UpgradableProxy.sol
- mixin
- ChainIdMixin.sol
- GovernanceLockable.sol
- Initializable.sol
- Lockable.sol
- OwnableLockable.sol
- RootChainable.sol
- tokens
- ERC20NonTradable.sol
- ERC20NonTransferable.sol
- ERC721PlasmaMintable.sol
- MaticWETH.sol
- POLTokenMock.sol
- RootERC721.sol
- TestToken.sol
- WETH.sol
- root
- IRootChain.sol
- RootChain.sol
- RootChainProxy.sol
- RootChainStorage.sol
- depositManager
- DepositManager.sol
- DepositManagerProxy.sol
- DepositManagerStorage.sol
- IDepositManager.sol
- predicates
- ERC20Predicate.sol
- ERC20PredicateBurnOnly.sol
- ERC721Predicate.sol
- ERC721PredicateBurnOnly.sol
- IPredicate.sol
- MarketplacePredicate.sol
- MintableERC721Predicate.sol
- TransferWithSigPredicate.sol
- TransferWithSigUtils.sol
- stateSyncer
- StateSender.sol
- withdrawManager
- ExitNFT.sol
- IWithdrawManager.sol
- WithdrawManager.sol
- WithdrawManagerProxy.sol
- WithdrawManagerStorage.sol
- staking
- EventsHub.sol
- EventsHubProxy.sol
- StakingInfo.sol
- slashing
- ISlashingManager.sol
- SlashingManager.sol
- stakeManager
- IStakeManager.sol
- StakeManager.sol
- StakeManagerExtension.sol
- StakeManagerProxy.sol
- StakeManagerStorage.sol
- StakeManagerStorageExtension.sol
- StakingNFT.sol
- test
- ContractActor.sol
- GovernanceLockableTest.sol
- MarketplacePredicateTest.sol
- PolygonMigrationTest.sol
- Proxy
- ProxyTestImpl.sol
- ProxyTestImplStorageLayoutChange.sol
- StakeManagerTest.sol
- StakeManagerTestable.sol
- TestMaticChildERC20.sol
- migrations
- moonwalker-migrations
- scripts
- deployers
- util
- test
- helpers
- integration
- child
- root
- predicates
- mockResponses
- child
- marketplace
- units
- behaviors
- child
- root
- staking
- stakeManager
- test-bor-docker
- keystore
- test-v1
- child
- helpers
- proofs
- root
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
306 files changed
+32723
-29672
lines changedThis file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + |
+10-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
| 3 | + | |
3 | 4 |
| |
| 5 | + | |
| 6 | + | |
4 | 7 |
| |
5 | 8 |
| |
6 | 9 |
| |
7 | 10 |
| |
8 |
| - | |
9 |
| - | |
10 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
| 16 | + | |
| 17 | + | |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
18 | 21 |
| |
19 | 22 |
| |
| 23 | + | |
20 | 24 |
| |
21 | 25 |
| |
22 | 26 |
| |
|
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + |
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + |
+10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
13 | 23 |
| |
14 | 24 |
| |
15 | 25 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
This file was deleted.
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
0 commit comments