Releases: hyperledger-web3j/web3j
Releases · hyperledger-web3j/web3j
v4.11.0
Commits
- e6af4c0: release 4.11.0 (Nischal Sharma)
What's Changed
- Update README.md by @gtebrean in #1957
- add yParity for Geth compatibility by @gtebrean in #1959
- fix Dynamic Arrays encode by @gtebrean in #1961
- FIx generateJavaFiles ArrayInStruct by @1329576606 in #1962
- Fix integration tests by @NickSneo in #1958
- Sepolia network added by @NickSneo in #1971
- Correctly encode structs without members by @Supertuba12 in #1968
- Fixed java reserved words codegen errors by @NickSneo in #1975
- Fix dynamic array decode null pointer by @lzgh0102 in #1974
- fix typo by @vuittont60 in #1973
- Adding support for EIP1559 Private Transactions by @NickSneo in #1980
- Update logback version by @gtebrean in #1997
- Fix typos by @Thabokani in #1999
- Add AccessList to 1559 transaction rlp encoding by @liewhite in #1992
- EIP-4844 support by @NickSneo in #2000
New Contributors
- @Supertuba12 made their first contribution in #1968
- @lzgh0102 made their first contribution in #1974
- @vuittont60 made their first contribution in #1973
- @Thabokani made their first contribution in #1999
- @liewhite made their first contribution in #1992
v4.10.3
Commits
What's Changed
- Codecov by @gtebrean in #1950
- Adding support for Withdrawals in EthBlock as part of EIP-4895 by @angusscott in #1947
- Move CipherException from org.web3j.crypto to org.web3j.crypto.exception by @JayMaro in #1945
- Update StructuredDataEncoder.java by @vae520283995 in #1918
- update snapshot by @gtebrean in #1956
New Contributors
- @JayMaro made their first contribution in #1945
- @vae520283995 made their first contribution in #1918
Full Changelog: https://github.com/web3j/web3j/compare/v4.10.2..v4.10.3
v4.10.2
What's Changed
- Bump snapshot by @gtebrean in #1924
- Add Bloom filter utility. by @mhrsalehi in #1932
- Added ENSIP15 normalization by @NickSneo in #1933
- ENSIP-15 normalization lib updated to v0.1.2 by @NickSneo in #1935
- Fixing
EthFilter
serialisation issue by @kamilargent in #1934 - Add CodeQL workflow by @jorgectf in #1926
- Logging Improvement for Filters by @rvullriede in #1919
- add the eth_baseFee call by @rvullriede in #1920
- Add Sign.signatureDataFromHex by @1329576606 in #1916
- add the eth_getProof call by @thinkAfCod in #1930
New Contributors
- @mhrsalehi made their first contribution in #1932
- @kamilargent made their first contribution in #1934
- @jorgectf made their first contribution in #1926
- @rvullriede made their first contribution in #1919
- @1329576606 made their first contribution in #1916
- @thinkAfCod made their first contribution in #1930
Full Changelog: v4.10.1...v4.10.2
v4.10.1
v4.10.0
v4.9.8
Commits
- 954354f: release 4.9.8 (gtebrean)
What's Changed
- remove Spongy from readme by @gtebrean in #1875
- Fix ArrayIndexOutOfBoundsException when multiple threads use FunctionEncoder by @ajsutton in #1826
- Fix Raw response process for Geth client by @gtebrean in #1883
- Change buildInputStream to always return result, as that what we're already doing anyway by @cfelde in #1885
- Update readme badges by @gtebrean in #1890
- Add JWK creation support by @gtebrean in #1895
- Structured data public api by @gtebrean in #1896
New Contributors
- @dancoombs made their first contribution in #1807
- @markusbug made their first contribution in #1859
- @txgyy made their first contribution in #1862
- @PHOL-DA made their first contribution in #1871
- @mattiamonari made their first contribution in #1869
- @marcomele made their first contribution in #1863
- @Syn-McJ made their first contribution in #1842
- @matthewrkula made their first contribution in #1837
- @SuperEdison made their first contribution in #1866
- @bournezjc made their first contribution in #1827
- @Michael-Ge made their first contribution in #1823
Full Changelog: v4.9.5...v4.9.8
v4.9.7
Commits
- c542d41: release 4.9.7 (gtebrean)
What's Changed
- Update gradle.properties by @andrii-kl in #1814
- Upgrade bouncycastle to 1.70 by @RobertoArtiles in #1822
- Bump version by @gtebrean in #1833
- Fix ETH feeHistory by @gtebrean in #1834
- Add eip-2930 transaction decoding by @dancoombs in #1807
- Fix for compareJavaFile test fail - platform independent by @NickSneo in #1847
- publish snapshot 4.9.6-SNAPSHOT by @gtebrean in #1852
- upgraded jackson and webSocket version by @NickSneo in #1854
- Added signTypedData to Sign class, and added test by @markusbug in #1859
- fix subscription by @gtebrean in #1868
- StaticStruct Method Signature Is Wrong by @txgyy in #1862
- upgraded Contract.IsValid to support all kinds of existing encryptions by @PHOL-DA in #1871
- "Filter not found" detection improved by @mattiamonari in #1869
Numeric.decodeQuantity(String)
MessageDecodingException
message by @marcomele in #1863- Add new generated method: get event from a single log by @kberezin-p6 in #1806
- fix: incorrect error thrown by EnsResolver by @Syn-McJ in #1842
- Fix typo in SolidityFunctionWrapper by @matthewrkula in #1837
- feat(#): add new eth method of eth_getBlockReceipts by @SuperEdison in #1866
- Fix offset miscalculation in nested struct by @bournezjc in #1827
- Better fix for #1834, use the correct block count encoding. by @alexdupre in #1857
- Fix generated static array param name by @NickSneo in #1873
- Fix Bug: When length < input.length, the output is wrong, because the… by @Michael-Ge in #1823
- bump version to 4.9.7 by @gtebrean in #1874
New Contributors
- @dancoombs made their first contribution in #1807
- @markusbug made their first contribution in #1859
- @txgyy made their first contribution in #1862
- @PHOL-DA made their first contribution in #1871
- @mattiamonari made their first contribution in #1869
- @marcomele made their first contribution in #1863
- @Syn-McJ made their first contribution in #1842
- @matthewrkula made their first contribution in #1837
- @SuperEdison made their first contribution in #1866
- @bournezjc made their first contribution in #1827
- @Michael-Ge made their first contribution in #1823
Full Changelog: v4.9.5...v4.9.7
v4.9.6
Commits
- 5118fb5: release 4.9.6 (gtebrean)
What's Changed
- Update gradle.properties by @andrii-kl in #1814
- Upgrade bouncycastle to 1.70 by @RobertoArtiles in #1822
- Bump version by @gtebrean in #1833
- Fix ETH feeHistory by @gtebrean in #1834
- Add eip-2930 transaction decoding by @dancoombs in #1807
- Fix for compareJavaFile test fail - platform independent by @NickSneo in #1847
- publish snapshot 4.9.6-SNAPSHOT by @gtebrean in #1852
New Contributors
- @dancoombs made their first contribution in #1807
Full Changelog: v4.9.5...v4.9.6
v4.9.5
What's Changed
- Fix private transaction manager by @antonydenyer in #1748
- Fix NPE in try-catch by @matthew-cameron1 in #1745
- Bump versions by @gtebrean in #1750
- Fix the detection of a reverted call. by @alexdupre in #1779
-
- Commenting out broken test recently failing in master by @mohamedelshami in #1792
-
- Spotless formatting by @mohamedelshami in #1793
- add finalized and safe block by @hadv in #1775
- Fix signature for methods with struct with array. by @alexdupre in #1774
- updated the isValidHexQuantity Method in Numeric.java and added supporting Unit tests by @ShubhamChouksey123 in #1760
- Revert "Fix the detection of a reverted call." by @mohamedelshami in #1801
- Add "accepted" block name by @alexdupre in #1803
- Improved (dynamic) arrays of structs support by @kberezin-p6 in #1738
- Update Sign.java by @olivierayache in #1800
- Fixed leading zeroes Hex quantity not accepted by @NickSneo in #1813
- fix: make very useful method decode(...) public by @monperrus in #1782
New Contributors
- @matthew-cameron1 made their first contribution in #1745
- @mohamedelshami made their first contribution in #1792
- @hadv made their first contribution in #1775
- @ShubhamChouksey123 made their first contribution in #1760
- @kberezin-p6 made their first contribution in #1738
- @olivierayache made their first contribution in #1800
- @NickSneo made their first contribution in #1813
- @monperrus made their first contribution in #1782
Full Changelog: v4.9.3...v4.9.5
v4.9.4
Commits
- 5f49e30: add release version (gtebrean)
- 52a9c2f: Merge branch 'master' into release/4.9.4 (gtebrean)
- 7e18756: set release version to 4.9.4 (gtebrean)
- 14483a9: release 4.9.4 trigger flow again (gtebrean)
What's Changed
- Fix private transaction manager by @antonydenyer in #1748
- Fix NPE in try-catch by @matthew-cameron1 in #1745
- Bump versions by @gtebrean in #1750
New Contributors
- @matthew-cameron1 made their first contribution in #1745
Full Changelog: v4.9.3...v4.9.4