Commit Graph

1246 Commits (694f16983233d1ddcc603befc6afb75ea4c80085)

Author SHA1 Message Date
Francisco Giordano 4b152bd8ce
Improve Governor (#2794) 4 years ago
Hadrien Croubois 9a385dcb45 fix typo 4 years ago
Anton Bukov 3dadd40034
Avoid safe math in BitMap (#2797) 4 years ago
William Entriken 0500c9e53e
Use "OpenZeppelin Contracts" where appropriate (#2778) 4 years ago
Mikhail Melnik d3c5bdf4de
Fix yellowpaper reference (#2775) 4 years ago
Francisco Giordano 7e41bf2259 Remove ERC20FlashMint from drafts section in docs 4 years ago
Hadrien Croubois 6c1a634053
Add Governor contracts (#2672) 4 years ago
Hadrien Croubois f88e555234
Add values() functions to EnumerableSets (#2768) 4 years ago
Santiago Palladino c346c09b01
Clarify zero address usage in proposer and executor roles in Timelock (#2765) 4 years ago
Francisco Giordano 3935b907d4 Fix NatSpec comment syntax 4 years ago
Anton Bukov 4e2641a915
Simplify selector access (#2766) 4 years ago
Julian M. Rodriguez 973b0f883a
fix typo in erc20 docs (#2764) 4 years ago
rotcivegaf 6d97f09195
Gas optimization on average function of Math.sol (#2757) 4 years ago
Hadrien Croubois 9eba3ef29a
fix two minor typos (#2755) 4 years ago
Hadrien Croubois 23b3807ea7
Use private instead of immutable in ERC2771Context (#2754) 4 years ago
Vaibhav Chopra 922058dbc8
Change comma to decimal point in comment (#2742) 4 years ago
Francisco Giordano 9fbc1d71c0 4.2.0 4 years ago
Francisco Giordano eea376911b
Reorder AccessControl event to emit after assignment (#2738) 4 years ago
Hadrien Croubois 1db3037808
Fix misleading comments (#2737) 4 years ago
Francisco Giordano 556e366ce5 4.2.0-rc.0 4 years ago
Hadrien Croubois 6842518b1b
Wrapper extension for ERC20 token (#2633) 4 years ago
Hadrien Croubois 8a775cd8d4
Emit DelegateVotesChanged events after Transfer (#2733) 4 years ago
Hadrien Croubois 4d0f8c1da8
Check inheritance tree consistency (#2727) 4 years ago
Hadrien Croubois 27e09007cc
Reorder state changes and event emission for consistency (#2719) 4 years ago
Hadrien Croubois 00128bd260
Fix function ordering in ERC1967Upgrades (#2722) 4 years ago
Hadrien Croubois f710bafae8
Fix typos (#2723) 4 years ago
Hadrien Croubois 788d338c9b
Improve naming of internal variables (#2721) 4 years ago
Hadrien Croubois 6f50f6e1ef
Remove repeated code from ERC1967Upgrade (#2720) 4 years ago
Hadrien Croubois fd111df16d
Remove unecessary code from Context (#2718) 4 years ago
Hadrien Croubois 0a05f6fa45
Add a recover(bytes32,bytes32,bytes32) that follows EIP2098 (#2713) 4 years ago
Hadrien Croubois f7da53cebd
Add a BitMap struct (#2710) 4 years ago
Hadrien Croubois b0cf6fbb7a
Add Prettier for linting and fix Solhint config (#2697) 4 years ago
Hadrien Croubois e3661abe84
Split ERC20Votes and ERC20VotesComp (#2706) 4 years ago
Hadrien Croubois 1488d4f678
Improve ECDSA tests and docs (#2619) 4 years ago
Francisco Giordano adc50d465c
Tweak ERC20Votes revert reasons and documentation (#2696) 4 years ago
Hadrien Croubois f6efd8aced
Add totalSupply checkpoints to ER20Votes (#2695) 4 years ago
Hadrien Croubois 406c83649b
Introduce ERC1155 totalSupply() and exists() functions (#2593) 4 years ago
Francisco Giordano 1b37c21da5
reserve unchecked for when guarded by explicit require (#2685) 4 years ago
Iskander 7144ec8db4
Fix whitespace in ERC777 (#2667) 4 years ago
Hadrien Croubois f31bb101ad
Move ERC20Votes and ERC20FlashMint out of draft (#2673) 4 years ago
Nicholas Rodrigues Lordello 7c754d0665
Add ceiling division operation to the `Math.sol` library (#2681) 4 years ago
Vladislav 5f7eda1f98
Tokens: wrap safe substractions in uchecked block (#2669) 4 years ago
Santiago Palladino 8ad458e955
Explain how baseURI is used for building the tokenURI (#2679) 4 years ago
Hadrien Croubois 8ea06b75aa
Add a Counter.reset function (#2678) 4 years ago
Hadrien Croubois 100ca0b8a2
ERC20 extension for governance tokens (vote delegation and snapshots) (#2632) 4 years ago
Motoko Kusanagi 8669481309
Fix typo in comment (#2660) 4 years ago
Manik Jain 1dc4a319ab
Use shorter syntax for Escrow addition (#2646) 4 years ago
William Chargin 08ba72afa2
Fix `ERC721._beforeTokenTransfer` docs (#2653) 4 years ago
Iskander 319afebdc0
Fix typo in ERC20._mint docs (#2648) 4 years ago
busypeter f1e92dd184
Fix code comments (#2658) 4 years ago