Vuong Tru
c72281ea45
docs(erc1155): correct ERC1155Holder.sol import ( #3250 )
3 years ago
Alexander
defcf20042
Simplify ERC721 example ( #3115 )
3 years ago
Tim Daubenschütz
28986d2f2e
Start tokenId at zero in docs ( #3162 )
...
- Fixes #3123
3 years ago
Francisco Giordano
85566faeb2
Improve documentation of various governance aspects ( #3161 )
...
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
3 years ago
Francisco Giordano
fc01c51c13
Simplify inheritance to avoid overrides
3 years ago
Hadrien Croubois
a5e042cedf
Fix use of ^ (xor) instead of ** (power) ( #3130 )
3 years ago
Ernesto García
ef0273fde1
Add Base64 library to utils ( #2884 )
...
* Add Base64 library to utils
* Fix typo on Base64 padding
* Added documentation for Base64 and references from ERC1155 and ERC721
* Updated Changelog
* Fix typo in utilities doc
* use mstore8 to improve memory accesses
* use shorter strings with encodePacked
* do not use using-for syntax, for clarity
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
3 years ago
Francisco Giordano
0550d13aee
Add ERC721 import in tutorial
3 years ago
JulissaDantes
b42b05311b
Add ERC721Votes for NFT-based governance ( #2944 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien@openzeppelin.com>
3 years ago
Dmitriy Fishman
8ef7655e7b
Fix a typo in erc20-supply.adoc ( #3005 )
...
Fix a typo
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
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
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
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
ee14987721
Improve formatting of docs for TimelockController roles
3 years ago
Francisco Giordano
5a398018ee
Add missing newline in docs
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
e6f26b46fc
Fix code sample in utilities.adoc
3 years ago
Francisco Giordano
5e34a84d4a
Fix ERC721URIStorage description in docs
3 years ago
Francisco Giordano
8a5b67fb79
Add notice about location of funds in Governor+Timelock setup ( #2855 )
3 years ago
Francisco Giordano
e3cbfcd44b
Improve Governor documentation
...
(cherry picked from commit 4ac1070cd3
)
4 years ago
Francisco Giordano
4ac1070cd3
Improve Governor documentation
4 years ago
Julian M. Rodriguez
832ff3b9f9
Fix docs function for ECDSA ( #2819 )
4 years ago
Francisco Giordano
29957d4a47
Add Governor guide ( #2811 )
4 years ago
Francisco Giordano
56b3b7a487
Remove mention of 2.0.0 audit in docs
4 years ago
Francisco Giordano
bbd68b721d
Update security policy regarding past major releases
4 years ago
William Entriken
0500c9e53e
Use "OpenZeppelin Contracts" where appropriate ( #2778 )
4 years ago
Santiago Palladino
c346c09b01
Clarify zero address usage in proposer and executor roles in Timelock ( #2765 )
...
* Clarify zero address usage in proposer and executor roles in access control
* Address zero only applies to executor
* Fix incorrect role
4 years ago
Francisco Giordano
1c1ebd765d
Remove defer tag for Wizard embed script
4 years ago
Francisco Giordano
75f6dbb86c
Add import statements and GitHub link in API docs ( #2714 )
4 years ago
Conor
ad3c18eb5f
Fix the ERC721 link in the ERC1155 doc ( #2694 )
4 years ago
Seth Weidman
0a905d674b
Fix typo in tokens.adoc ( #2654 )
4 years ago
Francisco Giordano
0d40f705a7
Add link to full list of upgrades resources
4 years ago
Francisco Giordano
903df56837
Review structure of Proxies API docs ( #2645 )
...
(cherry picked from commit 4a53ee5a13
)
4 years ago
Francisco Giordano
4a53ee5a13
Review structure of Proxies API docs ( #2645 )
4 years ago
Francisco Giordano
3c4a18f0df
Update Stability document with current practices
4 years ago
Francisco Giordano
07b48484ff
Fix ERC721 guide for 4.x
4 years ago
Uwe Voelker
2fa86736dd
typo: remove duplicate word ( #2631 )
...
(cherry picked from commit f17624194b
)
4 years ago
Uwe Voelker
f17624194b
typo: remove duplicate word ( #2631 )
4 years ago
Hadrien Croubois
e0a2b195e4
Add modifier & internal function with standard revert message in AccessControl ( #2609 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Zachary
538b6d21b1
Update ERC721 guide for 4.0 ( #2630 )
4 years ago
Nader Dabit
3157aff844
Update docs for setting ERC20 decimals ( #2629 )
4 years ago
Martín Triay
7f6a1666fa
Add Multicall module ( #2608 )
4 years ago
Francisco Giordano
5ecd2b850c
Add Contracts Wizard docs page ( #2624 )
4 years ago
Francisco Giordano
3dfd02b4b4
Fix link to TimelockController
...
(cherry picked from commit ba1d773176
)
4 years ago