|
1 | 1 | Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag. |
2 | 2 |
|
| 3 | +# v107 |
| 4 | +date: 17.04.2026 |
| 5 | + |
| 6 | +Maintanance release, utility changes. |
| 7 | + |
| 8 | +* `revm-state`: 11.0.0 -> 11.0.1 (✓ API compatible changes) |
| 9 | +* `revm-context-interface`: 17.0.0 -> 17.0.1 (✓ API compatible changes) |
| 10 | +* `revm-interpreter`: 35.0.0 -> 35.0.1 (✓ API compatible changes) |
| 11 | +* `revm-precompile`: 33.0.0 -> 34.0.0 (✓ API compatible changes) |
| 12 | +* `revm-handler`: 18.0.0 -> 19.0.0 (✓ API compatible changes) |
| 13 | +* `revm-inspector`: 18.0.0 -> 19.0.0 (✓ API compatible changes) |
| 14 | +* `revm-database-interface`: 11.0.0 -> 11.0.1 |
| 15 | +* `revm-context`: 16.0.0 -> 16.0.1 |
| 16 | +* `revm-database`: 13.0.0 -> 13.0.1 |
| 17 | +* `revm-statetest-types`: 17.0.0 -> 17.0.1 |
| 18 | +* `revm`: 37.0.0 -> 38.0.0 |
| 19 | +* `revme`: 14.0.0 -> 15.0.0 |
| 20 | +* `op-revm`: 18.0.0 -> 19.0.0 |
| 21 | + |
| 22 | +# v106 |
| 23 | +date 10.04.2026 |
| 24 | + |
| 25 | +Eth devnet3. EIP-8037 State gas support |
| 26 | + |
| 27 | +* `revm-primitives`: 22.1.0 -> 23.0.0 (⚠ API breaking changes) |
| 28 | +* `revm-bytecode`: 9.0.0 -> 10.0.0 (✓ API compatible changes) |
| 29 | +* `revm-database-interface`: 10.0.0 -> 11.0.0 (✓ API compatible changes) |
| 30 | +* `revm-context-interface`: 16.0.0 -> 17.0.0 (⚠ API breaking changes) |
| 31 | +* `revm-context`: 15.0.0 -> 16.0.0 (⚠ API breaking changes) |
| 32 | +* `revm-database`: 12.0.0 -> 13.0.0 (⚠ API breaking changes) |
| 33 | +* `revm-interpreter`: 34.0.0 -> 35.0.0 (⚠ API breaking changes) |
| 34 | +* `revm-precompile`: 32.1.0 -> 33.0.0 (⚠ API breaking changes) |
| 35 | +* `revm-handler`: 17.0.0 -> 18.0.0 (⚠ API breaking changes) |
| 36 | +* `revm-inspector`: 17.0.0 -> 18.0.0 (✓ API compatible changes) |
| 37 | +* `revm-statetest-types`: 16.0.0 -> 17.0.0 (✓ API compatible changes) |
| 38 | +* `revme`: 13.0.0 -> 14.0.0 (⚠ API breaking changes) |
| 39 | +* `op-revm`: 17.0.0 -> 18.0.0 (✓ API compatible changes) |
| 40 | +* `revm-state`: 10.0.0 -> 11.0.0 |
| 41 | +* `revm`: 36.0.0 -> 37.0.0 |
| 42 | + |
| 43 | +# v105 |
| 44 | +date: 04.03.2026 |
| 45 | + |
| 46 | +Bump revm-database-interface major version. All dependent crates bumped accordingly. |
| 47 | + |
| 48 | +* `revm-database-interface`: 9.0.1 -> 10.0.0 (⚠ API breaking changes) |
| 49 | +* `revm-interpreter`: 33.0.0 -> 34.0.0 (⚠ dependency bump) |
| 50 | +* `revm-database`: 11.0.0 -> 12.0.0 (⚠ dependency bump) |
| 51 | +* `revm-context-interface`: 15.0.0 -> 16.0.0 (⚠ dependency bump) |
| 52 | +* `revm-context`: 14.0.0 -> 15.0.0 (⚠ dependency bump) |
| 53 | +* `revm-handler`: 16.0.0 -> 17.0.0 (⚠ dependency bump) |
| 54 | +* `revm-inspector`: 16.0.0 -> 17.0.0 (⚠ dependency bump) |
| 55 | +* `revm`: 35.0.0 -> 36.0.0 (⚠ dependency bump) |
| 56 | +* `op-revm`: 16.0.0 -> 17.0.0 (⚠ dependency bump) |
| 57 | +* `revm-statetest-types`: 15.0.0 -> 16.0.0 (⚠ dependency bump) |
| 58 | +* `revm-ee-tests`: 0.1.0 -> 0.2.0 (⚠ dependency bump) |
| 59 | +* `revme`: 12.0.0 -> 13.0.0 (⚠ dependency bump) |
| 60 | + |
| 61 | +# v104 |
| 62 | +date: 03.03.2026 |
| 63 | + |
| 64 | +Amsterdam hardfork support (EIP-7708, EIP-7843, EIP-8024), ResultGas struct refactor, flatten Bytecode, logs added to Revert/Halt variants, BAL (Block Access List) support, O(1) block hash cache, various performance improvements and bug fixes. |
| 65 | + |
| 66 | +* `revm-primitives`: 22.0.0 -> 22.1.0 (✓ API compatible changes) |
| 67 | +* `revm-bytecode`: 8.0.0 -> 9.0.0 (⚠ API breaking changes) |
| 68 | +* `revm-state`: 9.0.0 -> 10.0.0 (⚠ API breaking changes) |
| 69 | +* `revm-database-interface`: 9.0.0 -> 9.0.1 (✓ API compatible changes) |
| 70 | +* `revm-context-interface`: 14.0.0 -> 15.0.0 (⚠ API breaking changes) |
| 71 | +* `revm-context`: 13.0.0 -> 14.0.0 (⚠ API breaking changes) |
| 72 | +* `revm-database`: 10.0.0 -> 11.0.0 (⚠ API breaking changes) |
| 73 | +* `revm-interpreter`: 32.0.0 -> 33.0.0 (⚠ API breaking changes) |
| 74 | +* `revm-precompile`: 32.0.0 -> 32.1.0 (✓ API compatible changes) |
| 75 | +* `revm-handler`: 15.0.0 -> 16.0.0 (⚠ API breaking changes) |
| 76 | +* `revm-inspector`: 15.0.0 -> 16.0.0 (⚠ API breaking changes) |
| 77 | +* `revm`: 34.0.0 -> 35.0.0 (⚠ API breaking changes) |
| 78 | +* `op-revm`: 15.0.0 -> 16.0.0 (⚠ API breaking changes) |
| 79 | +* `revm-statetest-types`: 14.0.0 -> 15.0.0 (⚠ API breaking changes) |
| 80 | +* `revme`: 11.0.0 -> 12.0.0 (⚠ API breaking changes) |
| 81 | + |
| 82 | +# v103 |
| 83 | +date: 15.01.2026 |
| 84 | + |
| 85 | +Major release with GasParams moved to Cfg, new gas params for tx initial gas and code deposit, flatten Bytecode, performance improvements and bug fixes. |
| 86 | + |
| 87 | +* `revm-primitives`: 21.0.2 -> 22.0.0 (⚠ API breaking changes) |
| 88 | +* `revm-bytecode`: 7.1.1 -> 8.0.0 (⚠ API breaking changes) |
| 89 | +* `revm-database-interface`: 8.0.5 -> 9.0.0 (⚠ API breaking changes) |
| 90 | +* `revm-context-interface`: 13.1.0 -> 14.0.0 (⚠ API breaking changes) |
| 91 | +* `revm-context`: 12.1.0 -> 13.0.0 (⚠ API breaking changes) |
| 92 | +* `revm-database`: 9.0.6 -> 10.0.0 (⚠ API breaking changes) |
| 93 | +* `revm-interpreter`: 31.1.0 -> 32.0.0 (⚠ API breaking changes) |
| 94 | +* `revm-precompile`: 31.0.0 -> 32.0.0 (⚠ API breaking changes) |
| 95 | +* `revm-handler`: 14.1.0 -> 15.0.0 (⚠ API breaking changes) |
| 96 | +* `revm-inspector`: 14.1.0 -> 15.0.0 (⚠ API breaking changes) |
| 97 | +* `revm`: 33.1.0 -> 34.0.0 (⚠ API breaking changes) |
| 98 | +* `op-revm`: 14.1.0 -> 15.0.0 (⚠ API breaking changes) |
| 99 | +* `revm-statetest-types`: 13.1.0 -> 14.0.0 (⚠ API breaking changes) |
| 100 | +* `revme`: 10.0.2 -> 11.0.0 (⚠ API breaking changes) |
| 101 | + |
| 102 | +# v102 |
| 103 | +date: 14.11.2025 |
| 104 | + |
| 105 | +Fix for pre berlin selfdestruct oog introduced in v99/v100 tag (revm 32.0.0). |
| 106 | + |
| 107 | +* `revm-context-interface`: 13.0.0 -> 13.1.0 (✓ API compatible changes) |
| 108 | +* `revm-context`: 12.0.0 -> 12.1.0 (✓ API compatible changes) |
| 109 | +* `revm-database`: 9.0.5 -> 9.0.6 (✓ API compatible changes) |
| 110 | +* `revm-interpreter`: 31.0.0 -> 31.1.0 (✓ API compatible changes) |
| 111 | +* `revm-inspector`: 14.0.0 -> 14.1.0 (✓ API compatible changes) |
| 112 | +* `revm`: 33.0.0 -> 33.1.0 (✓ API compatible changes) |
| 113 | +* `revme`: 10.0.0 -> 10.0.2 (✓ API compatible changes) |
| 114 | +* `op-revm`: 14.0.0 -> 14.1.0 (✓ API compatible changes) |
| 115 | +* `revm-ee-tests`: 0.1.0 |
| 116 | +* `revm-handler`: 14.0.0 -> 14.1.0 |
| 117 | +* `revm-statetest-types`: 13.0.0 -> 13.1.0 |
| 118 | + |
| 119 | +# v101 |
| 120 | +date: 13.11.2025 |
| 121 | + |
| 122 | +Patch for Inspector so full_log will be called inside loop. |
| 123 | + |
| 124 | +* `revm-inspector`: 14.0.0 -> 14.0.1 (✓ API compatible changes) |
| 125 | +* `revm-ee-tests`: 0.1.0 |
| 126 | +* `revm`: 33.0.0 -> 33.0.1 |
| 127 | +* `revm-statetest-types`: 13.0.0 -> 13.0.1 |
| 128 | +* `revme`: 10.0.0 -> 10.0.1 |
| 129 | +* `op-revm`: 14.0.0 -> 14.0.1 |
| 130 | + |
| 131 | +# v100 |
| 132 | +date: 12.11.2025 |
| 133 | + |
| 134 | +Bumping major version for `revm-context-interface` sa it is breaking change. |
| 135 | +Host selfdestruct function got changed in v99 |
| 136 | + |
| 137 | +* `revm-context-interface`: 12.1.0 -> 13.0.0 (⚠ API breaking changes) |
| 138 | +* `revm-context`: 11.1.0 -> 12.0.0 (✓ API compatible changes) |
| 139 | +* `revm-interpreter`: 30.0.0 -> 31.0.0 (✓ API compatible changes) |
| 140 | +* `revm-precompile`: 30.0.0 -> 31.0.0 (✓ API compatible changes) |
| 141 | +* `revm-handler`: 13.0.0 -> 14.0.0 (✓ API compatible changes) |
| 142 | +* `revm-inspector`: 13.0.0 -> 14.0.0 (✓ API compatible changes) |
| 143 | +* `op-revm`: 13.0.0 -> 14.0.0 (✓ API compatible changes) |
| 144 | +* `revm-ee-tests`: 0.1.0 |
| 145 | +* `revm`: 32.0.0 -> 33.0.0 |
| 146 | +* `revm-statetest-types`: 12.0.0 -> 13.0.0 |
| 147 | +* `revme`: 9.1.0 -> 10.0.0 |
| 148 | + |
| 149 | +revm-context-interface@13.0.0 revm-context@12.0.0 revm-interpreter@31.0.0 revm-precompile@31.0.0 revm-handler@14.0.0 revm-inspector@14.0.0 |
| 150 | +op-revm@14.0.0 revm@33.0.0 revm-statetest-types@13.0.0 revme@10.0.0 |
| 151 | + |
| 152 | +# v99 |
| 153 | +date 10.11.2025 |
| 154 | + |
| 155 | +Maintainance release. |
| 156 | + |
| 157 | +* `revm-context-interface`: 12.0.1 -> 12.1.0 (✓ API compatible changes) |
| 158 | +* `revm-context`: 11.0.2 -> 11.1.0 (✓ API compatible changes) |
| 159 | +* `revm-interpreter`: 29.0.1 -> 30.0.0 (✓ API compatible changes) |
| 160 | +* `revm-precompile`: 29.0.1 -> 30.0.0 (✓ API compatible changes) |
| 161 | +* `revm-handler`: 12.0.2 -> 13.0.0 (✓ API compatible changes) |
| 162 | +* `revm-inspector`: 12.0.2 -> 13.0.0 (✓ API compatible changes) |
| 163 | +* `op-revm`: 12.0.2 -> 13.0.0 (✓ API compatible changes) |
| 164 | +* `revm-ee-tests`: 0.1.0 |
| 165 | +* `revm`: 31.0.2 -> 32.0.0 |
| 166 | +* `revm-statetest-types`: 11.0.2 -> 12.0.0 |
| 167 | +* `revme`: 9.0.2 -> 9.1.0 |
| 168 | + |
| 169 | + |
| 170 | + |
3 | 171 | # v98 |
4 | 172 | date: 10.11.2025 |
5 | 173 |
|
|
0 commit comments