Releases: kkrt-labs/kakarot
Releases · kkrt-labs/kakarot
v0.8.1
v0.8.0
What's Changed
- feat: add skeleton for uniswapv2router tests by @Eikix in #1124
- upgrade kakarot to 0.7.4 by @Eikix in #1131
- Bump katana to v0.7.0-alpha.0 by @tcoratger in #1132
- fix: skipfile by @enitrat in #1142
- redeploy kakarot by @Eikix in #1140
- fix skipfile (2) by @enitrat in #1143
- feat: pre eip155 tx by @enitrat in #1145
- feat: store jumpdests by @enitrat in #1130
- Tests/improve auth tests by @KeneePatel in #1139
- feat: p256 verify precompile by @enitrat in #1134
- feat: uninitialized jumpdests fallback by @enitrat in #1148
New Contributors
- @KeneePatel made their first contribution in #1139
Full Changelog: v0.7.4...v0.8.0
v0.7.4
v0.7.3
v0.7.2
v0.7.1
What's Changed
- Bump rust and Katana versions by @tcoratger in #1117
- ci: update dependencies by @Eikix in #1118
Full Changelog: v0.6.3...v0.7.1
v0.7.0-1
Full Changelog: v0.6.3...v0.7.0-1
v0.7.0
What's Changed
- deploy: v0.6.2 by @greged93 in #1086
- dev: remove extra checks in interpreter by @enitrat in #1084
- feat: use keccak syscall in ecrecover by @enitrat in #1076
- deployment: kakarot v0.6.2 testnet sepolia by @Eikix in #1089
- Revert extra unwanted commit by @ClementWalter in #1093
- feat: optimize u256 operations by @enitrat in #1083
- fix: nonce set in execute to use protocol nonce by @enitrat in #1090
- Update cairo-lang to 0.13.1 by @ClementWalter in #1096
- feat: seamless account upgrades by @enitrat in #1088
- Fix devcontainer by @ClementWalter in #1098
- bump Katana to v0.6.1-alpha.1 by @tcoratger in #1099
- feat: use Cairo1Helpers in AccountContract by @enitrat in #1107
- feat: make katana have as many validate and execute steps as testnet by @Eikix in #1112
- add vyper contracts by @swetshaw in #1109
- dev: enforce katana in make test-end-to-end by @jaipaljadeja in #1106
- feat: eip-3074 by @enitrat in #1104
New Contributors
- @tcoratger made their first contribution in #1099
- @swetshaw made their first contribution in #1109
- @jaipaljadeja made their first contribution in #1106
Full Changelog: v0.6.2...v0.6.3
Full Changelog: v0.6.3...v0.7.0
v0.6.3: feat: eip-3074 (#1104)
<!--- Please provide a general summary of your changes in the title above --> <!-- Give an estimate of the time you spent on this PR in terms of work days. Did you spend 0.5 days on this PR or rather 2 days? --> Time spent on this PR: 2d ## Pull request type <!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. --> Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the current behavior? <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Resolves #1103 ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Implements EIP 3074 - - <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/1104) <!-- Reviewable:end -->