Skip to content

Releases: smartcontractkit/seth

v1.0.13

27 Jun 10:59
abdadac
Compare
Choose a tag to compare
  • modified contract deployment flow that allows partial tracing by @Tofel in #31

Full Changelog: https://github.com/smartcontractkit/seth/compare/v1.0.12..v.1.0.13

v1.0.12

19 Jun 09:04
ca057b9
Compare
Choose a tag to compare

v1.0.11

28 May 10:59
6a35aca
Compare
Choose a tag to compare
  • remove chainId from network config, always get it from the node by @Tofel in #25

Full Changelog: https://github.com/smartcontractkit/seth/compare/v0.1.10..v.0.1.11

v1.0.10

28 May 09:55
621122c
Compare
Choose a tag to compare
  • seth + wasp example by @skudasov in #15
  • various validations and streamlines by @Tofel in #16
  • contract loader and congestion logic change (if cannot be done won't fail the whole estimation) by @Tofel in #18
  • new block stats CLI by @skudasov in #19
  • revert reason fixes by @Tofel in #20 and #24
  • pragma version decoding by @Tofel in #22
  • default network settings by @Tofel in #21

Full Changelog: https://github.com/smartcontractkit/seth/compare/v0.1.9..v.0.1.10

v1.0.9

10 May 09:21
b6f294f
Compare
Choose a tag to compare

Full Changelog: https://github.com/smartcontractkit/seth/compare/v0.1.8..v.0.1.9

v.0.1.8

08 May 09:06
b291cb9
Compare
Choose a tag to compare
  • fixed for a case, where revert reason wasn't correctly returned by @lukaszcl in #12

Full Changelog: https://github.com/smartcontractkit/seth/compare/v0.1.7..v.0.1.8

v1.0.7

07 May 16:31
4ca990e
Compare
Choose a tag to compare

Bunch of fixed and ioptional RPC node health check on client creation by @Tofel in #9 which include:

  • optional amount to leave on root key, when splitting funds between ephemeral keys
  • better signalling of synced key timeout
  • adding errors as values to Context, when getting nonces or tx options (since we cannot return error there)
  • dynamic gas limit estimation for sending funds (important on L2s, where they fluctuate or when calling contracts with receive() function)
  • auto-disable gas estimations if one of the endpoints we need is not implemented
  • ... and others!

Full Changelog: https://github.com/smartcontractkit/seth/compare/v0.1.6..v0.1.7

v0.1.6

19 Apr 07:50
e6cda83
Compare
Choose a tag to compare

What's Changed

  • optional RPC node health check on client creation by @Tofel in #11

Full Changelog: https://github.com/smartcontractkit/seth/compare/v0.1.5..v0.1.6

v0.1.5

11 Apr 13:20
af05628
Compare
Choose a tag to compare

What's Changed

  • automatically disable EIP-1559 if it's not supported @Tofel in #10

Full Changelog: https://github.com/smartcontractkit/seth/compare/v0.1.4..v0.1.5

v0.1.4

11 Apr 11:16
0fc2ca1
Compare
Choose a tag to compare

What's Changed

  • prevent panics and fix lack of early return in gas estimator by @Tofel in #8

Full Changelog: https://github.com/smartcontractkit/seth/compare/v0.1.3..v0.1.4