Commit ec59a36
Feat/v2 (#45)
* feat(v2): removing truffle project in favor of the new forge/hardhat v2 repository
* Update tokendesign.md adding Fund Recovery Process
* Update tokendesign.md adding link to recover function
* Update tokendesign.md adding event role modification
* Update tokendesign.md adding burn and minting info
* Create permit.md
* feat(Token): replacing the keccak call in favour of the constant PERMIT_TYPEHASH
* feat(ControllerToken): adding comment ; creating interfaces directory
* feat(script): adding set and unset system and admin
* feat(script): changing the max_mint_allowance env name
* feat(script): connect V2 as ctrl for V1 frontend
* Create migrating_V1_to_V2.md
* feat(script): replacing etherscan API in favour of a homemade script
* feat(ControllerToken): setting setFrontend with onlyOwner modifier
* feat(generateBatchMint): adding a require check at the end of the script, ensuring revert if a flaw is found in the process
* feat(ControllerToken): adding retro-compatibility claimOwnership
* feat(ControllerToken): Adding validation in ControllerToken transfer/from/andCall
* feat(Validator): adding CONTRACT_ID() to the blacklistValidator
* feat(Validator): adding a ctor with _disableInitializers
* feat(SystemRole): Override renounceOwnership to prevent renouncing ownership
* fix(ControllerToken): remove unused SignatureChecker
* fix(SystemRole): remove the usage of DEFAULT_ADMIN_ROLE
* feat(ControllerToken): hardcoding the frontend address. it uses the ticker to get the right hardcoded address
* feat(Burn/Recover): replacing the provided hash for the signature with a fixed h
* feat(recover/burn): changing the test signature with the monerium linking message
* Fix(migrating_V1_to_V2.md): Remove the usage of etherscan api in favour of log compilation.
* doc: added the Ackee audits
* doc: version 2 getting started
* doc: fix version2 documentation
* doc: version2 resized images to 500px
* doc: Update README.md with telegram link
* feat(script): adding a script for deploying all ControllerToken
* fix(Burn/Recover): change the message hash checked
* feat(GenerateBatchBan): adding a validator's ban migration
* feat(GenerateBatchBan): adding a validator's ban migration
* feat(configureToken): adding the RPC as an argument
* feat(claimOwnership): adding two scripts to claim ownership of token frontend & token And BlacklistValidator
* feat(BlacklistValidator): Remove Double entry point on role Granting.
* feat(BlacklistValidator): adding tests and deployment script
* feat(Token/Validator): Changing validator address to public
* feat(audits): adding newer audit version for v2
* feat(generate): adding go project to generate batching solidity script
* feat(generate): removing binary from git
* feat(scripts): adding claim/transfer and mint
---------
Co-authored-by: “Arni <[email protected]>1 parent fe07ae5 commit ec59a36
File tree
1,553 files changed
+212433
-687975
lines changed- assets
- 500
- tokens
- eur
- gbp
- isk
- usd
- audits
- contracts
- ownership
- mocks
- scripts
- tests
- token/ERC20
- docs
- lib
- forge-std
- .github/workflows
- lib/ds-test
- .github/workflows
- demo
- src
- src
- interfaces
- test
- compilation
- fixtures
- openzeppelin-contracts-upgradeable
- .changeset
- .github
- ISSUE_TEMPLATE
- actions
- gas-compare
- setup
- storage-layout
- workflows
- audits
- certora
- diff
- harnesses
- reports
- specs
- helpers
- methods
- contracts
- access
- extensions
- manager
- finance
- governance
- extensions
- utils
- interfaces
- metatx
- mocks
- ERC165
- compound
- docs
- governance
- governance
- proxy
- token
- proxy
- utils
- token
- ERC1155
- extensions
- utils
- ERC20
- extensions
- ERC721
- extensions
- utils
- common
- utils
- cryptography
- introspection
- vendor/compound
- docs
- modules/ROOT
- images
- pages
- templates
- hardhat
- lib
- erc4626-tests
- forge-std
- .github/workflows
- lib/ds-test
- demo
- src
- src
- interfaces
- test
- compilation
- fixtures
- openzeppelin-contracts
- .changeset
- .github
- ISSUE_TEMPLATE
- actions
- gas-compare
- setup
- storage-layout
- workflows
- audits
- certora
- diff
- harnesses
- reports
- specs
- helpers
- methods
- contracts
- access
- extensions
- manager
- finance
- governance
- extensions
- utils
- interfaces
- metatx
- mocks
- ERC165
- compound
- docs
- governance
- governance
- proxy
- token
- proxy
- ERC1967
- beacon
- transparent
- utils
- token
- ERC1155
- extensions
- utils
- ERC20
- extensions
- utils
- ERC721
- extensions
- utils
- common
- utils
- cryptography
- introspection
- math
- structs
- types
- vendor/compound
- docs
- modules/ROOT
- images
- pages
- templates
- hardhat
- lib
- erc4626-tests
- forge-std
- .github/workflows
- lib/ds-test
- demo
- src
- src
- interfaces
- test
- compilation
- fixtures
- scripts
- checks
- generate
- templates
- release
- workflow
- solhint-custom
- upgradeable
- test
- access
- extensions
- manager
- finance
- governance
- extensions
- utils
- helpers
- metatx
- proxy
- ERC1967
- beacon
- transparent
- utils
- token
- ERC1155
- extensions
- utils
- ERC20
- extensions
- utils
- ERC721
- extensions
- utils
- common
- utils
- cryptography
- introspection
- math
- structs
- types
- scripts
- checks
- generate
- templates
- release
- workflow
- solhint-custom
- upgradeable
- test
- access
- extensions
- manager
- finance
- governance
- extensions
- utils
- helpers
- metatx
- proxy
- ERC1967
- beacon
- transparent
- utils
- token
- ERC1155
- extensions
- utils
- ERC20
- extensions
- utils
- ERC721
- extensions
- utils
- common
- utils
- cryptography
- introspection
- math
- structs
- types
- migrations
- release
- contracts-staging
- contracts
- upgrade
- verification
- erc677Lib
- smartTokenLib
- smartcontroller
- scripts
- script
- generate
- src
- interfaces
- tests
- tasks
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,553 files changed
+212433
-687975
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 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 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
2 | 136 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 137 | | |
8 | | - | |
9 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
This file was deleted.
0 commit comments