Skip to content

Tags: okx/revm

Tags

v112

Toggle v112's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release prep — bump all crates with unpublished changes (bluea…

…lloy#3721)

Completes the release version bumps. release-plz only detected 7 crates
(revm-database + its dependents), but direct comparison against crates.io
showed 7 more crates had unpublished source changes still on their
published versions:

- revm-context-interface 19.0.2 -> 19.0.3 (bluealloy#3714)
- revm-interpreter        37.0.2 -> 37.0.3 (bluealloy#3714)
- revm-bytecode           11.0.0 -> 11.0.1 (bluealloy#3703)
- revm-database-interface 12.1.0 -> 12.1.1 (bluealloy#3710)
- revm-precompile         36.0.2 -> 36.0.3 (cascade)
- revm-primitives         24.0.0 -> 24.0.1 (bluealloy#3716, docs)
- revm-state              12.0.0 -> 12.0.1 (cascade)

All 14 crates now bumped, Cargo.lock synced, workspace builds.

v111

Toggle v111's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: v111 release prep (bluealloy#3706)

Maintenance release. Patch-bump all crates affected by bluealloy#3704
(addition of is_fatal to DBErrorMarker).

v110

Toggle v110's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: v110 release prep (bluealloy#3702)

Maintenance release. Patch-bump all crates affected by bluealloy#3699
(removal of dead `refill_amount` tracking).

v109

Toggle v109's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: v109 release prep (bluealloy#3695)

Bump revm-database-interface to 12.0.0 as a major version bump.
All transitively dependent libraries are bumped accordingly.

v108

Toggle v108's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: v108 release prep (bluealloy#3689)

v107

Toggle v107's commit message
chore: v107 release prep

v106

Toggle v106's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: v106 release prep (bluealloy#3554)

* docs: add v106 migration guide entry

* chore: v106 release prep — version bumps and changelogs

* add revm version

v105

Toggle v105's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump revm-interpreter to v34.0.0 and update changelogs (v107) (b…

…luealloy#3475)

v104

Toggle v104's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump revm to v35.0.0 and update changelogs for v103/v104 (blue…

…alloy#3470)

v103

Toggle v103's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(script): move statetest before revm publish (bluealloy#3314)