All notable changes to this project will be documented in this file.
The format is based on Common Changelog, and this project adheres to Semantic Versioning.
4.1.1 - 2022-04-06
- Implement the constructor in the
NonStandardERC20
contract (@paulrberg)
4.1.0 - 2022-04-06
- Add
burn
andmint
methods in theNonStandardERC20
contract (@paulrberg) - Add a new contract
ERC20GodMode
that replicatesGodModeERC20
(@paulrberg)
4.0.0 - 2022-04-04
- Refactor the
Erc
prefix intoERC
in allERC-20
references (#25) (@paulrberg)
- The
Admin
andIAdmin
contracts and their related bindings (@paulrberg)
3.9.0 - 2022-04-03
- Define the custom errors in the smart contract interface files (@paulrberg)
3.8.1 - 2022-03-11
- Include
CHANGELOG
,LICENSE
andREADME
in the package shipped to npm (@paulrberg)
3.8.0 - 2022-03-08
- Change the package name from
@paulrberg/contracts
to@prb/contracts
(@paulrberg) - Switch from
prb-math
package to@prb/math
(@paulrberg) - Update links in README and
package.json
files (@paulrberg)
- Fix the EIP-2612 permit typehash (#24) (@surbhiaudichya)