Skip to content

Latest commit

 

History

History
116 lines (70 loc) · 4.37 KB

CHANGELOG.md

File metadata and controls

116 lines (70 loc) · 4.37 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.12.1 (Upcoming)

Bug Fixes

Features

  • bump snapshot version to 4.12.1 #2058
  • Update maintainer requirements status #2064

BREAKING CHANGES

4.12.0 (2024-05-23)

Bug Fixes

Features

  • bump snapshot version to 4.11.4 #2049
  • Fixed DefaultFunctionEncoder calculating offset for nested StaticArray #2054

BREAKING CHANGES

  • Upgrade gradle to 8.7 and remove Consensys Repo dependency #2057

4.11.3 (2024-05-01)

Bug Fixes

  • Fix for test wrappers generation #2025
  • Fix Snapshot release secrets #2031
  • Fix Sign method #2033
  • Revert 2031 and 2033 #2034
  • Web3j release fix #2037
  • Fix encodePacked DynamicBytes 2042
  • Repo owner changed #2048

Features

  • Bump snapshot version to 4.11.3 #2024

BREAKING CHANGES

  • Rename default master branch to main. #2029

4.11.2 (2024-03-27)

Bug Fixes

  • Bug fix for large binary with unlink libraries codegen #2016
  • Fix contract wrapper generation #2017
  • Fix for test java wrappers with duplicate name #2020

Features

  • Changelog entry and PR template edited #2021
  • bump snapshot version to 4.11.2 #2015
  • Enrich generateBothCallAndSend feature in TruffleJsonFunctionWrapperGenerator #1986

BREAKING CHANGES

4.11.1 (2024-03-14)

Bug Fixes

  • fix versionedHashes to blobVersionedHashes #2009
  • Fix typos #2010

Features

  • EIP-4844: Calculate baseFeePerBlobGas value and other EIP4844 changes #2006
  • EIP-4788: add parentBeaconBlockRoot field #2007
  • Add function to link binary with reference libraries in wrappers contract deployment #1988
  • Added files for repo migration #2011

BREAKING CHANGES

  • NIL

4.11.0 (2024-02-14)

Bug Fixes

  • Integration Tests: Fixed all the failing and skipped Intergration tests specially Besu privacy tests #1958
  • Fixed Dynamic Arrays encoder #1961
  • Fixed dynamic arrays decoder #1974
  • Fixed generateJavaFiles ArrayInStruct #1962
  • Fixed encoding of structs without members #1968
  • Fixed java reserved words codegen errors #1975

Features

  • EIP-4844: Added Support for sending EIP-4844 Blob Transactions #2000
  • Added yParity for Geth compatibility #1959
  • Sepolia network added #1971
  • Adding support for EIP1559 Private Transactions #1980
  • Add AccessList to 1559 transaction rlp encoding #1992

BREAKING CHANGES

  • NIL