Skip to content

Releases: ithacaxyz/odyssey

Odyssey v0.2.4

28 Oct 14:56
3269b6a
Compare
Choose a tag to compare

Removes the need for a pre-approved list of contracts that work with wallet_sendTransaction, and includes a fix for the walltime RPC extension.

Odyssey v0.2.3

28 Oct 14:55
8db4ecd
Compare
Choose a tag to compare

Includes some minor discv4 fixes.

Odyssey v0.2.2

28 Oct 14:55
a267080
Compare
Choose a tag to compare

Includes some minor transaction pool adjustments.

Odyssey v0.2.1

21 Oct 10:53
41eeef6
Compare
Choose a tag to compare

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

17 Oct 09:47
bc8c87e
Compare
Choose a tag to compare

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

12 Oct 17:15
b0ec232
Compare
Choose a tag to compare

A minor release with a single adjustment.

  • Sets the gas allowance for sequencer sponsored transactions to 350k gas.

Odyssey v0.1.1

12 Oct 17:14
a112eae
Compare
Choose a tag to compare

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

12 Oct 17:12
5bc18b7
Compare
Choose a tag to compare

Initial release.

See the announcement post for more information.