All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0 - 2022-03-10
- Support for Avalanche.
- Change the package name from
prb-proxy
to@prb/proxy
. - Change the extension for types from
.d.ts
to.ts
. - Upgrade to latest versions of
ethers
. - Upgrade to Solidity v0.8.12.
- Use modern Solidity
create2
instead of inline assembly (see pull request #20). - Use modern Solidity
target.code.length
instead of inline assembly (see pull request pull request #19).
- Old owner address in
TransferOwnership
(see pull request pull request #29.
- The
setMinGasReserve
function.
1.0.1 - 2021-10-18
- Include contracts in npm package.
- Add
override
modifiers so that contacts can be imported in Solidity v0.8.7 and lower.
1.0.0 - 2021-10-18
- First release.