Releases: ithacaxyz/odyssey
Releases · ithacaxyz/odyssey
Odyssey v0.2.4
Odyssey v0.2.3
Includes some minor discv4 fixes.
Odyssey v0.2.2
Includes some minor transaction pool adjustments.
Odyssey v0.2.1
Fixes an occasional bug in wallet_sendTransaction
where a gap could be introduced in the nonces for the sequencer account, leading to all sequencer-sponsored transactions becoming stuck. This would then back up the txpool, potentially blocking other tx's from being included, if enough sequencer-sponsored tx's were parked.
Odyssey v0.2.0
Small release with a new RPC method, odyssey_getWallTimeData
, which allows you to get precise time measurements for the latest block in the chain.
Odyssey v0.1.2
A minor release with a single adjustment.
- Sets the gas allowance for sequencer sponsored transactions to 350k gas.
Odyssey v0.1.1
A small patch release with some bug fixes and minor adjustments.
- Sets the priority fee for sequencer sponsored transactions (
wallet_sendTransaction
) to a fixed 1 gwei. - Limits the gas usage by sequencer sponsored transactions (
wallet_sendTransaction
) to 150k gas. - Bumps reth, fixing an issue where transactions could get stuck until another transaction was added to the mempool.
Odyssey v0.1.0
Initial release.
See the announcement post for more information.