Skip to content

Releases: cartesi/tx-manager

0.10.0

18 Apr 17:41
Compare
Choose a tag to compare
  • chore: sort Cargo.toml dependencies.
  • feat: remove auth config.
  • chore: run cargo-outdated.
  • chore: run cargo-clippy.
  • test: increase confirmations for testnet test.

0.9.0

08 Dec 15:25
Compare
Choose a tag to compare
  • Changing to eth-tx-manager

0.8.1

08 Dec 15:26
Compare
Choose a tag to compare
  • Add basic documentation.
  • Add default value to chain-is-legacy.

0.8.0

14 Nov 20:01
v0.8.0
Compare
Choose a tag to compare
  • Refactor configuration

0.7.0

14 Nov 20:01
Compare
Choose a tag to compare
  • Add support for legacy (non-EIP1559) transactions.
  • Add testnet tests.
  • Improve default gas oracle usability.

0.6.0

16 Aug 02:34
Compare
Choose a tag to compare
  • Add integrity check for nonce too low
  • Add method for instantiating tx-manager with cleared database

0.5.0

08 Aug 20:05
Compare
Choose a tag to compare
  • Remove sender address from configuration.

0.4.0

08 Aug 20:04
Compare
Choose a tag to compare
  • Fix transaction value conversion.
  • Fix tx-hash calculation.
  • GasOracle is now optional and defaults to the provider.
  • Fix "already known" error.
  • Fix "transaction underpriced" error.

0.3.0

08 Aug 20:04
Compare
Choose a tag to compare
  • Add rustls feature.

0.2.0

08 Aug 20:04
Compare
Choose a tag to compare
  • Complete tx-manager redesign

    This version makes the transaction manager's interface synchronous.
    Additionally, it offers support for EIP-1559,
    has persistent storage and a more robust tracking of the state of transactions,
    and uses a gas oracle.