Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

48 lines (28 loc) · 1.41 KB

Changelog

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

Added

  • Support for Avalanche.

Changed

  • 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).

Fixed

Removed

  • The setMinGasReserve function.

1.0.1 - 2021-10-18

Added

  • Include contracts in npm package.

Fixed

  • Add override modifiers so that contacts can be imported in Solidity v0.8.7 and lower.

1.0.0 - 2021-10-18

Added

  • First release.