Releases: hyperledger-web3j/web3j
Releases · hyperledger-web3j/web3j
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
v4.9.3
What's Changed
- Privacy public key length constraint removed by @freemanzMrojo in #1715
- Add QBFT API methods providing access to the QBFT consensus engine by @mkrielza in #1729
- Fix Android compatibility for API < 26 by @RobertoArtiles in #1717
- Fix polling processors to attempts work as expected by @rymuff in #1716
- Support EmptyTransactionReceipt in Contract by @rymuff in #1714
- update jackson vesion by @gtebrean in #1735
- Fix abi parsing to be supported by openApi by @gtebrean in #1740
- bump versions by @gtebrean in #1743
New Contributors
- @freemanzMrojo made their first contribution in #1715
- @mkrielza made their first contribution in #1729
- @RobertoArtiles made their first contribution in #1717
- @rymuff made their first contribution in #1716
Full Changelog: v4.9.2...v4.9.3
v4.9.2
Commits
- 61d1c6f: Bumped Version to 4.9.2 (AlexandrouR)
What's Changed
- add BigInteger gets to baseFeePerGas, maxPriorityFeePerGas and maxFee… by @yasseralaa in #1477
- Generate functions to get the ABI encoding of function selector and parameters by @drinkcoffee in #1537
- Minor version updates by @AlexandrouR in #1546
- Fix ClassCastException when using native types (default) and arrays. by @alexdupre in #1494
- Fixes external struct codegen by @sweexordious in #1570
- updates besu version to avoid log4shell vulnerability. by @sweexordious in #1572
- fix full debug trace info serialization by @mfornos in #1550
- Implement epi1014 create2 by @ZhiyuCircle in #1540
- Fix wrapper generator to create Struct java native constructor by @andrii-kl in #1597
- Feature/364 integretion with hsm by @andrii-kl in #1602
- 366 add chainid field, fix chainid calculation by @andrii-kl in #1608
- Upgrade java websocket dependencies to 1.5.2 (fix CVE-2020-11050) by @maximegris in #1601
- Add missing third party dependency to list by @intertin in #1599
- Corrected link and added description where missing by @soumyajitsamanta in #1596
- Fix/1564 change exception message fix eip 2544 by @andrii-kl in #1612
- add test for PR 1537 by @AlexandrouR in #1614
- JSON-RPC error details by @dparmar in #1532
- 368 upgrade jnr unixsocket to 0.38.17 (fix CVE-2020-15250) (#1616) by @andrii-kl in #1618
- Update snapshot version to 4.9.0 by @AlexandrouR in #1619
- DO NOT MERGE add trace call many by @frankisawesome in #1626
- Spotless by @AlexandrouR in #1630
- Update Contributions guide by @AlexandrouR in #1632
- FIX-1318 | update solidity java wrapper event parameters by @gtebrean in #1637
- FIX-1475 | add encodePacked by @gtebrean in #1628
- fixes #Fix-1503 by @gtebrean in #1642
- Fix 1468 by @gtebrean in #1654
- updates vulnerable jackson version by @sweexordious in #1655
- FIX-1240 - Race condition in java.util.ServiceLoader by @gtebrean in #1648
- README cosmetics by @sweexordious in #1663
- Add support for new EIP-1559 RPC methods. by @alexdupre in #1651
- Fix reconnect on refused connection by @zilm13 in #1645
- Add support for EIP-1559 smart contract transactions. by @alexdupre in #1638
- bump snapshot version by @gtebrean in #1671
- Fix EIP712 encodeType with Array by @OptimisticQuan in #1683
- Downgrade log level from error to warn by @ZhiyuCircle in #1674
- Fix recId calculation by @mbaxter in #1587
- Add validation for recovery id parameter by @andrii-kl in #1692
- Fix ABI JSON parser/definition. by @alexdupre in #1647
- Fix retrieval of revert reason by using the same weiAmount in the call. by @alexdupre in #1656
- Don't allow leading zeroes for quantities by @Xilis in #1679
- Feature/1603 ens offchain integration by @andrii-kl in #1617
- Make functions parsing the event logs explicitly static. by @alexdupre in #1650
- Fix array types in solidity struct constructor by @vchernetskyi993 in #1673
New Contributors
- @drinkcoffee made their first contribution in #1537
- @mfornos made their first contribution in #1550
- @ZhiyuCircle made their first contribution in #1540
- @andrii-kl made their first contribution in #1597
- @maximegris made their first contribution in #1601
- @intertin made their first contribution in #1599
- @soumyajitsamanta made their first contribution in #1596
- @dparmar made their first contribution in #1532
- @frankisawesome made their first contribution in #1626
- @gtebrean made their first contribution in #1637
- @zilm13 made their first contribution in #1645
- @OptimisticQuan made their first contribution in #1683
- @mbaxter made their first contribution in #1587
- @Xilis made their first contribution in #1679
- @vchernetskyi993 made their first contribution in #1673
Full Changelog: v4.8.8...v4.9.2