8000 Tags · ithacaxyz/odyssey · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ithacaxyz/odyssey

Tags

65d3d85

Toggle 65d3d85's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump reth to 1.2.0 (#144)

Bumps reth to 1.2 and alloy to 0.11

---------

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump reth to 1.2.0 (#144)

Bumps reth to 1.2 and alloy to 0.11

---------

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump reth to bc8d4fe (#148)

Mainly bumping to include paradigmxyz/reth#13567
specifically

fdaa810b

Toggle fdaa810b's commit message
chore: bump reth to 1.2.0

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: install payload delay (#134)

this adds a hack that wraps the engine_getPayloadV3 and applies a delay,
that delays the request up to 500ms into the slot.

the motivation for this is, so we can give the payload builder a bit
more time to include more txs, because the previous block building
window was observed to be ~250ms

v0.3.0

Toggle v0.3.0's commit message
chore: fmt

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: activate js-tracer (#108)

re paradigmxyz/reth#12178

opening this so we don't forget to enable it after next reth bump

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use precompile const (#106)

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump reth (#98)

introduces
[StorageRootProvider::storage_multiproof](paradigmxyz/reth#12879)
that can be used on #97

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: remove delegation whitelist (#62)

After discussion w/ @onbjerg – this PR removes the delegation whitelist
check – allowing consumers to use their own delegation contracts.
Existing checks on gas limits to avoid abuse should be sufficient for
now.
0