What's Changed
- doc: add memory section by @rakita in #1177
- chore(docs): Add memory md to summary by @rakita in #1178
- chore: refactor list in CHANGELOG.md by @rakita in #1179
- include return flag inside panic by @DoTheBestToGetTheBest in #1180
- chore: improve error implementations by @DaniPopes in #1183
- Fix typo in readme by @wtdcode in #1185
- chore: fix some typos by @kaifulee in #1189
- chore(deps): bump anyhow from 1.0.80 to 1.0.81 by @dependabot in #1187
- chore(deps): bump thiserror from 1.0.57 to 1.0.58 by @dependabot in #1188
- fix: use std hashmap with "std" feature by @DaniPopes in #1193
- bump: c-kzg v1.0.0 by @rakita in #1190
- chore: clippy by @rakita in #1196
- chore: fix wonky test by @rakita in #1197
- feat: optional nonce check by @Wodann in #1195
- chore: use Message::from_digest in secp256k1 ecrecover by @fgimenez in #1199
- chore: add rustc-ice-*.txt to gitignore by @Rjected in #1200
- chore: expose functionality for custom EVMs by @fgimenez in #1201
- docs: clarify None nonce by @mattsse in #1204
- Documentation improvements by @DanielSchiavini in #1191
- feat: add convert_boxed and insert_boxed for InstructionTable by @Rjected in #1194
- feat(interpreter): export utility macros by @DaniPopes in #1203
- feat: implement Default for EnvWithHandlerCfg by @DaniPopes in #1206
- Change unwrap to ? to propagate errors by @wtdcode in #1207
- feat: add benchmarks for ecpairing, kzg, ecrecover precompiles by @Rjected in #1211
- chore(deps): bump bitflags from 2.4.2 to 2.5.0 by @dependabot in #1210
- chore: release by @github-actions in #1175
- Revert "feat: optional nonce check (#1195)" by @rakita in #1212
- feat: make all precompiles public by @rakita in #1213
- bump: v34 tag by @rakita in #1214
New Contributors
- @kaifulee made their first contribution in #1189
- @DanielSchiavini made their first contribution in #1191
Full Changelog: v32...v34