Skip to content

Releases: Consensys/linea-tracer

Release v0.5.2-beta

04 Sep 12:02
fdfac66
Compare
Choose a tag to compare
  • fix(callDataCopy): source ID (#1081)
  • add a binary search script (#1073)
  • chore: add more description for bulkReplay (#1058)
  • Leo's new ranges (#1051)
  • fix: precompiles are considered COLD when using BESU frame method (#1079)
  • perf: more efficient data storage structure (#1034)
  • [997] Migrate most of the tests to ToyExecutionEnviromentV2 (#1066)
  • Feat/issue 975/ec data add relevant limits for ecpairing (#993)
  • fix(mmu call): need CFI for failed CREATE2 that doesn't trigger the ROM (#1070)
  • fix(selfdestruct): wrap (#1074)
  • Feat: bulk capture and bulk replay (#1001)
  • Fix initial contract nonce (#1056)
  • fix(precompile): defers with wrong id (#1055)
  • Use ReferenceTestWorldState instead of ToyWorld (#1045)
  • fix: many things ... (#1027)
  • [934] Use ToyExecutionEnvironmentV2 for blockhash test (#1040)
  • fix: update Trace.java file for Hub (#1037)
  • Tests/ethereum (#1012)
  • Expose true output from tx result failure (#1030)
  • format(txndata): ras (#1032)
  • feat: update gradle test config to show better output (#1021)
  • fix(mmu): anyToRamWithPadding mixed subcase (#1016)
  • Fix for BLOCKHASH conversion error (#1025)
  • perf(MMU): discard CallStackReader (#988)
  • feat: capture block hashes in BlockCapturer for replay (#1019)
  • add tests for exceptions. (#1007)
  • Fix #998 (#1015)
  • Update Linea-Besu dependency to 24.8-develop-915fcb01 (delivery-29) (#1011)
  • feat: update blockcapturer to capture outcomes (#982)
  • Fix stp fix (#1003)
  • Make ReturnSection's resolveAtContextReEntry method use the createe frame (#992)
  • feat(corset): enable go-corset in gradle action (#938)
  • fix(STP): fixed exists
  • fix(StpCall): made STP fillers private
  • fix(CallSection): removed redundant stpCallForCalls call
  • fix(CreateSection): removed redundant stpCallForCreates call

Release v0.5.1-beta

27 Aug 20:50
333d301
Compare
Choose a tag to compare
  • fix: removed old documentation files (#995)
  • feat(txndata): implement txn data update handling the max nonce (#987)
  • feat(hub): fill pMiscOobData9 (#985)
  • feat(ecdata): use constants for call data sizes (#983)
  • fix(hub): static exceptions that should not be thrown. (#986)
  • feat(ecdata): switch from stacked set to stacked list (#981)
  • fix(Makefile): updated file path to AccountFragment.java

Release v0.5.0-beta

26 Aug 12:42
ec4c010
Compare
Choose a tag to compare
Release v0.5.0-beta Pre-release
Pre-release
  • merged HUB pull request #748

Release v0.4.0-rc2

23 Aug 12:54
e36f528
Compare
Choose a tag to compare
  • fix: change implementation of gasAvailableForChildCall due to having side effects in TangerineWhistleGasCalculator (#950)
  • fix: ToyWorld.commit() (#966)
  • feat(ecadd): add test (#956)
  • fix: Use correct CHAINID in EVM (#947)
  • fix: swap ordering of r/s fields in tx snapshot (#946)

Release v0.4.0-rc1

16 Aug 14:11
2b1b5bc
Compare
Choose a tag to compare
  • feat(toy-exec-env-v2): add new ToyExecutionEnvironment that builds the General State Test Case spec to run tests (#842)
  • feat: initial Integration of Go Corset (#907)
  • feat(exp): update (#937)
  • fix(blockCapturer): missing handling of selfdestruct (#936)
  • docs: retires zk-EVM (#903)
  • fix: add replay test for incident 777 on zkGeth mainnet (#927)
  • test(ecpairing): implement extensive test for ecpairing (#822)(#909)

Release v0.3.0-rc2

01 Aug 10:37
6f4349c
Compare
Choose a tag to compare
  • feat: Update Linea-Besu to 24.7-develop-c0029e6 (#905)

Release v0.3.0-rc1

30 Jul 11:53
2b30fb5
Compare
Choose a tag to compare
  • feat: upgrade besu version to 24.7-develop-f812936 (#880)

Release v0.2.0-rc5

29 Jul 08:57
37f00b9
Compare
Choose a tag to compare
  • fix(ecData): temporary fix to discard unsuccessful EcRecover call (#891)

Release v0.2.0-rc4

25 Jul 16:00
55dd7f3
Compare
Choose a tag to compare
  • fix: init config object only once (#873)
  • feat: improve design of shared and private CLI options (#864)

Release v0.2.0-rc2

22 Jul 16:07
Compare
Choose a tag to compare
  • feat: improve ZkTracer initialization time by doing only once Opcodes and spillings loading from disk resources (#720)
  • perf: parallelize refundedGas for big transactions (#793)