Skip to content

Releases: renproject/multichain

v0.5.5

29 Mar 01:24
d475196
Compare
Choose a tag to compare
  • Update Solana-ffi dependency to support token assets

v0.5.4

11 Feb 01:29
c2d9c2e
Compare
Choose a tag to compare
  • Support for ibBTC

v0.5.3

31 Jan 01:03
08050f3
Compare
Choose a tag to compare
  • Support NU5 upgrade for zcash testnet (#140)

v0.5.2

03 Dec 04:53
ca30e40
Compare
Choose a tag to compare
  • Fix gas estimation for Ethereum (#133)
  • Fix invalid address rejection for Bitcoin (#134)

v0.5.1

09 Nov 05:18
97ac125
Compare
Choose a tag to compare
  • Update FFI commits (#132)

v0.5.0

04 Nov 04:48
3a8a9e2
Compare
Choose a tag to compare
  • Add more token assets (#126)
  • Update BuildTx API (#128)

v0.4.3

29 Sep 10:21
8f5bf72
Compare
Choose a tag to compare
  • Cosmos upgrade (#123)
  • Terra infra upgrade (#121)
  • Zcash infra fix (#124)
  • Cosmos tx hash fix (#125)

v0.4.2

09 Sep 03:55
e164a09
Compare
Choose a tag to compare
  • Support for DAI (#122)

v0.4.1

20 Aug 09:59
192536d
Compare
Choose a tag to compare
  • Update Bitcoin version in Multichain infra (#117)
  • Update package for Blake2b hashing (required in Zcash-UTXO), support compilation with Arm64 build target (#118)

v0.4.0

13 Aug 08:31
bf0d74d
Compare
Choose a tag to compare

We have added support for Type 0x2 transactions on Ethereum, i.e. EIP-1559 compatible transactions. There has been significant refactoring, whereby we separated out the common behaviour of EVM-compatible chains to a new package evm. Chains that still rely on priority gas auctions use the default GasEstimator and TxBuilder from the evm package.

Ethereum re-implements those interfaces to support EIP-1559. We have a gas recommendation engine which is basically a port of this work.

  • All the above changes (#115)