Tags: TotalPizza/cairo-contracts
Tags
Add ERC20Burnable preset (OpenZeppelin#252) * added erc20 burnable preset * updated burnable with new ownable module * removed unused import and changed constructor to initializer * added event testing * adapt to new dir structure * remove unused mock * removed ownable and split up burn from test * removed lingering owner and bumped version comment Co-authored-by: Martín Triay <martriay@gmail.com>
Automate docsite links bump (OpenZeppelin#420) * add README to version script * consolidate main
Add script to update version (OpenZeppelin#405) * add update_version script * add script to checklist * fix glob * add line * add antora path to script * add version bump job * add version dep * update RELEASING with new CI workflow * add token for checkout * Update .github/workflows/python-app.yml Co-authored-by: Francisco <frangio.1@gmail.com> * change dep tag to commit hash * Update .github/workflows/python-app.yml Co-authored-by: Martín Triay <martriay@gmail.com> * Apply suggestions from code review Co-authored-by: Martín Triay <martriay@gmail.com> * merge release branch to main in version job * fix git push format * remove blockquote * add branch checkout to checklist * Apply suggestions from code review Co-authored-by: Martín Triay <martriay@gmail.com> Co-authored-by: Martín Triay <martriay@gmail.com> Co-authored-by: Francisco <frangio.1@gmail.com>
Update extensibility pattern (OpenZeppelin#397) * update extensibility pattern * Apply suggestions from code review Co-authored-by: Andrew Fleming <fleming-andrew@protonmail.com> Co-authored-by: Andrew Fleming <fleming-andrew@protonmail.com>
Bump SPDX Licence ids to 0.2.0 (OpenZeppelin#376) * bump to 0.2.0 * rename reentrancy file and add missing licence * fix test names * add reentrnacyguard file * Update RELEASING.md
Fix event param in erc20 and erc721 (OpenZeppelin#226) * fix _from param * replace _from with from_ * update _from in docs
Fix event param in erc20 and erc721 (OpenZeppelin#226) * fix _from param * replace _from with from_ * update _from in docs