Skip to content

Releases: gnarvaja/eth-prototype

Version 1.0.1

23 Apr 15:55
d7a5b8c
Compare
Choose a tag to compare

What's Changed

  • Require web3py>6.
  • Fix build_transaction calls
  • Fix revert error creation to be compatible with the latest versions of web3py

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

15 Feb 22:29
Compare
Choose a tag to compare

What's Changed

  • Upgrade to web3py6 and add support for external libraries. by @gnpar in #6
  • Remove brownie. by @gnpar in #6

Full Changelog: v0.7.5...v1.0.0

Version 0.7.5

02 Feb 13:10
Compare
Choose a tag to compare

What's Changed

  • Adds defender dependencies by @gnarvaja in #4
  • Small fixes to make it partially compatible with Web3==6

Full Changelog: v0.7.4...v0.7.5

Version 0.7.4

03 Mar 13:39
Compare
Choose a tag to compare
  • Handlers revert errors in construction or initialization and raises them as RevertError.

Full Changelog: v0.7.3...v0.7.4

Version 0.7.3

23 Feb 15:32
eafa449
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

10 Aug 20:25
Compare
Choose a tag to compare

Version 0.7.2

  • Detects RevertError by regex in some cases when raised as ValueError.

v0.7.1

04 Aug 13:30
Compare
Choose a tag to compare

Version 0.7.1

  • Adds type wad (int 18 digits) to wrappers

v0.7.0

29 Jul 15:39
Compare
Choose a tag to compare

Version 0.7.0

  • Fix brownie gas report in proxy contracts.
  • Fixes in ERC721 contract and wrapper

v0.6.2

22 Feb 18:20
Compare
Choose a tag to compare

Version 0.6.2

  • DEFENDER_GAS_LIMIT_FACTOR allows configuring a factor to correct gasLimit estimation.
  • Fix in ERC721 because the base contact didn't had an eth_contract.

Full Changelog: v0.6.1...v0.6.2

v0.6.1

09 Feb 20:27
Compare
Choose a tag to compare

Version 0.6.1

Change to return amount with configurable decimals

Env variable AMOUNT_DECIMALS allows defining a given amount of decimals for amounts.

Full Changelog: v0.6.0...v0.6.1