barakman
f6db5c1f30
A function which returns the absolute value of a signed value ( #2984 )
...
* Add a function which returns the absolute (and obviously unsigned) value of a signed value.
* add changelog entry and fix lint
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
3 years ago
Francisco Giordano
2f2604d673
Deprecate presets in favor of Wizard ( #2986 )
3 years ago
Hadrien Croubois
0413d58860
add bug bounty info
...
(cherry picked from commit 86bd4d7389
)
3 years ago
Hadrien Croubois
86bd4d7389
add bug bounty info
3 years ago
Bogdan A
52d42d6e03
Improve docs wording on constructors and proxies ( #2935 )
3 years ago
renovate[bot]
4c8642b70a
Update lockfile ( #2932 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Hadrien Croubois
a57e638f57
Improve GovernorTimelockControl.state() to detect direct cancel ( #2977 )
3 years ago
Hadrien Croubois
a4cee9ed37
make setters in GovernorSettings virtual
...
(cherry picked from commit 6e5bf05211
)
3 years ago
Hadrien Croubois
6e5bf05211
make setters in GovernorSettings virtual
3 years ago
Francisco Giordano
65ef662a2b
4.4.0-rc.1
3 years ago
Francisco Giordano
8b8ee57a1a
Make quorum behavior match GovernorBravo ( #2974 )
...
* Make quorum inclusive minimum in GovernorCompatibilityBravo
* add PR link
(cherry picked from commit a94cf0509f
)
3 years ago
Francisco Giordano
a94cf0509f
Make quorum behavior match GovernorBravo ( #2974 )
...
* Make quorum inclusive minimum in GovernorCompatibilityBravo
* add PR link
3 years ago
Wittawat Patcharinsak
cf6e32fc54
Fix Timelock Controller description typo ( #2960 )
...
(cherry picked from commit e63b09c9ad
)
3 years ago
Bhaskar Kashyap
3a3e643eb9
Fix typo and reframed a sentence ( #2951 )
...
Corrected spelling for a word on line number 3 and sentence reframed on line number 309
(cherry picked from commit 2b4e023180
)
3 years ago
Bhaskar Kashyap
462d6fa2b2
Grammar correction in utilities doc ( #2952 )
...
Fix grammar in a sentence
(cherry picked from commit b5daea6d5f
)
3 years ago
Hadrien Croubois
70138680cf
Fix ERC1155 supply tracking ( #2956 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
(cherry picked from commit 4088540aef
)
3 years ago
Wittawat Patcharinsak
e63b09c9ad
Fix Timelock Controller description typo ( #2960 )
3 years ago
Francisco Giordano
3db4393b58
Fix link to #2849 in changelog
...
(cherry picked from commit 57630d2a64
)
3 years ago
Francisco Giordano
57630d2a64
Fix link to #2849 in changelog
3 years ago
Bhaskar Kashyap
2b4e023180
Fix typo and reframed a sentence ( #2951 )
...
Corrected spelling for a word on line number 3 and sentence reframed on line number 309
3 years ago
Bhaskar Kashyap
b5daea6d5f
Grammar correction in utilities doc ( #2952 )
...
Fix grammar in a sentence
3 years ago
Hadrien Croubois
4088540aef
Fix ERC1155 supply tracking ( #2956 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
3 years ago
Hadrien Croubois
09e5888ca8
fix typos in GovernorSettings ( #2957 )
...
(cherry picked from commit ce51655c81
)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
3 years ago
Hadrien Croubois
ce51655c81
fix typos in GovernorSettings ( #2957 )
3 years ago
Hadrien Croubois
6dab43c3a9
AccessControlEnumerable: Hook into the internal function ( #2946 )
...
* AccessControlEnumerable: Hook into the internal function
* add changelog entry
(cherry picked from commit 7579828180
)
3 years ago
Hadrien Croubois
7579828180
AccessControlEnumerable: Hook into the internal function ( #2946 )
...
* AccessControlEnumerable: Hook into the internal function
* add changelog entry
3 years ago
Nicolás Venturo
342265d290
Update governance.adoc ( #2948 )
3 years ago
Tadashi
5cdf2a8fdf
Fix markdown rendering in utilities.adoc ( #2934 )
3 years ago
Francisco Giordano
fbfe19d6db
Improve documentation around ERC1155
3 years ago
Francisco Giordano
ee14987721
Improve formatting of docs for TimelockController roles
3 years ago
Francisco Giordano
5a398018ee
Add missing newline in docs
3 years ago
Francisco Giordano
a73ad8cc8c
Fix update-comment.js
3 years ago
Rui Lun Tran
46ce0cfa33
Update index.adoc ( #2922 )
...
Fixed typo
3 years ago
Francisco Giordano
a51e181e3b
Fix unbounded recursion in ERC20WithAutoMinerReward example
3 years ago
Francisco Giordano
db58acead1
Fix changelog links
...
(cherry picked from commit 2b046d79e1
)
3 years ago
Francisco Giordano
2b046d79e1
Fix changelog links
3 years ago
Francisco Giordano
a56258945a
Add mention of Solidity policy in our own security policy
3 years ago
Francisco Giordano
0a87a4e75b
4.4.0-rc.0
3 years ago
Francisco Giordano
7dcc7b372f
Fix update-comment.js
3 years ago
soulofmischief
9e13852135
Fix typo ( #2919 )
3 years ago
Francisco Giordano
c9bdb1f0ae
Add a comment documenting the package version being used ( #2918 )
3 years ago
Francisco Giordano
7fe5326c2d
Add changelog entries for #2849
3 years ago
Hadrien Croubois
b12af48a7d
Add Governor module for governance-settable parameters ( #2904 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
3 years ago
Patrick Collins
0db97c9681
updated docs for governor votes, 0 is against not for ( #2915 )
...
* updated docs for governor votes, 0 is against not for
* Revert unecessary changelog entry
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
3 years ago
Hadrien Croubois
88e4b69bfb
Add a VestingWallet ( #2748 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
3 years ago
Francisco Giordano
e6f26b46fc
Fix code sample in utilities.adoc
3 years ago
Alex Beregszaszi
7006e4e3e6
Remove invalid parameters in MerkleProof tests ( #2912 )
3 years ago
Hadrien Croubois
d244b81972
Add a MerkleProof.processProof utility function ( #2841 )
...
* Add a MerkleProof.processProof utility function
* Add changelog entry
* fix lint
* return index when processingProof
* fix lint
* fix test
* Apply suggestions from code review
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
* improve documentation
* Apply suggestions from code review
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
* remove index - see discussion in the PR
* update changelog
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
3 years ago
td-bn
5b28259dac
#890 : Add ECDSA.toEthSignedMessageHash(bytes) for abritrary length message hashing ( #2865 )
...
* #890 : Add ECDSA#toEthSignedMessage for bytes type
* refactor
* add test, refactor
* select overloaded function explicitly
* use short test message string
* add changelog entry
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
3 years ago
Hadrien Croubois
efb5b0a28f
Extend PaymentSplitter to support ERC20 tokens ( #2858 )
...
* Add MultiPaymentSplitter
with ERC20 support on top of the existing PaymentSplitter
* consistency and linting
* Add MultiPaymentSplitter tests
* fix lint
* add changelog entry
* add MultiPaymentSplitter to documentation
* rework PaymentSplitter to include ERC20 support by default
* remove test file for MultiPaymentSplitter
* fix lint
* completelly split erc20 and token tracking
* address some PR comments
* add notice about rebasing tokens
* fix minor error in tests
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
3 years ago