axon-r08
[axon-r08] - 2024-12-31
⭐ HIGHLIGHT | Eth legacy transaction support
This release introduces support for Eth legacy transactions, which is required to deploy ecosystem components like Safe wallets that do not support EIP-1559 transactions. Additionally, it's now possible to customize the chain ID of a subnet (Use this feature with caution, as clashes may expose subnets to transaction replayability attacks). We now select transactions out of the mempool based on their priority fee, and exclude transactions with a gas fee cap below the current base fee. Several bugs were also squashed!
🚀 Features
- (node) Configurable chain id (#1230)
- (cli) Add
list-validators
command (#1221) - (node) Txn prioritization based on gas parameters (#1185)
- (node) Support legacy transactions (#1235)
🐛 Bug Fixes
- Patch missing ipc messages in eth get_logs (#1226)
- Prevent panic on chain replay (#1197)
- Use current exec state when querying validator table (#1234)
- Contracts auto-deploy GitHub Actions workflow (#1238)
Full Changelog: axon-r07...axon-r08