|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/skywinder/web3swift/tree/HEAD) |
| 3 | +## [2.6.5](https://github.com/skywinder/web3swift/tree/2.6.5) (2022-05-26) |
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/skywinder/web3swift/compare/2.5.0...HEAD) |
| 5 | +- correct the decoding key for from in transactionOptions by @mloit in #570 |
6 | 6 |
|
7 |
| -**Merged pull requests:** |
| 7 | +## [2.6.4](https://github.com/skywinder/web3swift/tree/2.6.4) (2022-05-06) |
| 8 | + |
| 9 | +- Fix ERC-1155 ABI by @mloit in #557 |
| 10 | +- Fix access level for EIP-712 related objects by @mloit in #555 |
| 11 | +- Restore public API fromJSON() functions by @mloit in #558 |
| 12 | + |
| 13 | +## [2.6.3](https://github.com/skywinder/web3swift/tree/2.6.3) (2022-04-27) |
| 14 | + |
| 15 | +- Feature/automatic gas 1559 by @mloit in #547 |
| 16 | +- Oracle.suggestGasFeeLegacy method fixup by @yaroslavyaroslav in #551 |
| 17 | + |
| 18 | +## [2.6.2](https://github.com/skywinder/web3swift/tree/2.6.2) (2022-04-25) |
| 19 | + |
| 20 | +- Fix #540 by freezing CryptoSwift dependency to last working version (1.4.3) by @yaroslavyaroslav |
| 21 | + |
| 22 | +## [2.6.1](https://github.com/skywinder/web3swift/tree/2.6.1) (2022-04-19) |
| 23 | + |
| 24 | +- Update documentation for EIP-1559 support by @mloit in #530 |
| 25 | +- Feature/transaction metadata by @mloit in #523 |
| 26 | + |
| 27 | +## [2.6.0](https://github.com/skywinder/web3swift/tree/2.6.0) (2022-04-15) |
| 28 | + |
| 29 | +### Features |
| 30 | + |
| 31 | +- Add full EIP-1559 transaction support see |
| 32 | +- Add gas prediction support see |
| 33 | + |
| 34 | +### What's Changed |
| 35 | + |
| 36 | +- Remove BrowserViewController if building for anything other than iOS by @mloit in #503 |
| 37 | +- Feature/pre swiftlint cleanup by @mloit in #495 |
| 38 | +- Feature/late lint fixups by @mloit in #508 |
| 39 | +- Fix Base58 Decoding by @mloit in #504 |
| 40 | +- Swiftlint by @mloit in #499 |
| 41 | +- ERC1155: Change access control for Interfece-based methods. by @mrklos in #494 |
| 42 | +- feat: solidity sha3 implementation added by @JeneaVranceanu in #506 |
| 43 | +- add indentation check [default is 4 spaces per tab-stop] by @mloit in #512 |
| 44 | +- EIP-1559 support release by @yaroslavyaroslav in #510 |
| 45 | +- EIP-1559 Gas prediction implementation by @yaroslavyaroslav in #513 |
| 46 | +- feat: decoding ABI with solidity error types by @JeneaVranceanu in #455 |
| 47 | +- Gas prediction implementation by @yaroslavyaroslav in #514 |
| 48 | +- Bug fix/transaction index by @mloit in #521 |
| 49 | +- EIP-1559 transaction support by @mloit in #509 |
| 50 | +- Full Changelog: 2.5.1...2.6.0 |
| 51 | + |
| 52 | +## [2.5.1](https://github.com/skywinder/web3swift/tree/2.5.1) (2022-03-23) |
8 | 53 |
|
9 |
| -- Syncing with master [\#428](https://github.com/skywinder/web3swift/pull/428) ([yaroslavyaroslav](https://github.com/yaroslavyaroslav)) |
| 54 | +- Drop Carthage cache files by yaroslavyaroslav |
| 55 | +- Drop examples cocoapods cache files by yaroslavyaroslav |
| 56 | +- Improve ci/cd pipeline by adding localTests job by yaroslavyaroslav |
| 57 | +- Rename tests in swift style name convention (CamelCase) by yaroslavyaroslav |
| 58 | +- Enable run ganache util in ci/cd pipeline (required for local tests) by yaroslavyaroslav |
| 59 | +- Clear lib warnings on build #437 by Valter4578 & mliot |
| 60 | +- Change UINT64_MAX to UInt64.max by mloit |
| 61 | +- Update CHANGELOG.md by ZeroCode999 |
| 62 | +- Fix tokenURI method name for ERC721 and ERC721x tokens #419 by Sarquella |
| 63 | +- Provide basic tolerance to EIP-1559 data by mloit |
| 64 | +- Fix for buffer overflow in [Data|SECP256K1].randomBytes() #470 by mloit |
| 65 | +- Arbitrary clean project code by mloit |
| 66 | +- Fix github actions config issue that occasionally cancels running jobs by yaroslavyaroslav |
| 67 | +- mini-rollup of several issues by mloit |
10 | 68 |
|
11 | 69 | ## [2.5.0](https://github.com/skywinder/web3swift/tree/2.5.0) (2021-12-23)
|
12 | 70 |
|
|
0 commit comments