Releases: Consensys/go-corset
Releases · Consensys/go-corset
v1.1.29
What's Changed
- feat: support in memory trace generation (cherry pick) by @DavePearce in #1341
Full Changelog: v1.1.28...v1.1.29
v1.1.28
What's Changed
- feat: cherry pick defcall into v11 by @DavePearce in #1331
Full Changelog: v1.1.27...v1.1.28
v1.1.27
Full Changelog: v1.1.26...v1.1.27
v1.1.26
Full Changelog: v1.1.25...v1.1.26
v1.1.25
What's Changed
- feat: inspect gets lazy column rendering by @DavePearce in #1288
Full Changelog: v1.1.24...v1.1.25
v1.1.24
What's Changed
- fix: inspector incorrectly displaying register limbs by @DavePearce in #1245
- fix: linking call arguments by @DavePearce in #1246
- fix: support inspector scan over perspective columns by @DavePearce in cherry-pick of bea93ad
Full Changelog: v1.1.23...v1.1.24
v1.1.23
What's Changed
- feat: print (ifnot C P) instead of (if C _ P) by @DavePearce in #1228
- feat: optimise conditional control flow by @DavePearce in #1223
- feat: refactor
call_gas_extraby @DavePearce in #1229 - fix: bug in polynomial subtraction by @DavePearce in #1234
- feat: add polynomial tests by @DavePearce in #1235
- feat: support "pub" modifier for functions by @DavePearce in #1236
- feat: generalise
macro.Callinstruction by @DavePearce in #1238
Full Changelog: v1.1.22...v1.1.23
v1.1.22
What's Changed
- feat: support assembly constants by @DavePearce in #1209
- feat: update
shfbenchmark by @DavePearce in #1211 - fix: translation of signed polynomials by @DavePearce in #1214
- Feat/and example by @amkCha in #1202
- feat: support ternary operator by @DavePearce in #1216
- feat: asm tests for invalid syntax by @DavePearce in #1217
- fix: infinite loop searching for function by @DavePearce in #1219
- fix: offset error in inspector scan by @DavePearce in #1218
- fix: error reporting for conflicting lookup context by @DavePearce in #1220
- feat: improve errors in generated Trace.java files by @DavePearce in #1222
Full Changelog: v1.1.21...v1.1.22
v1.1.21
What's Changed
- feat: improve trace command by @DavePearce in #1200
- fix: ordering of lhs in call by @DavePearce in #1204
- feat: support general purpose macroassign by @DavePearce in #1205
- feat: support literals with exponents by @DavePearce in #1207
- feat: support cast operators by @DavePearce in #1208
Full Changelog: v1.1.20...v1.1.21
v1.1.20
What's Changed
- fix: update exp benchmark by @DavePearce in #1184
- Feat/basic field arith with asm by @amkCha in #1119
- feat: fill_bytes_from => fill_bytes_between by @DavePearce in #1188
- feat: add stp benchmark by @DavePearce in #1194
- fix: race condition in
pkg/test/util/framework.goby @DavePearce in #1197
Full Changelog: v1.1.19...v1.1.20