|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -## [[NEXT]](https://github.com/iExecBlockchainComputing/iexec-commons-poco/releases/tag/vNEXT) 2025 |
| 5 | +## [[5.0.0]](https://github.com/iExecBlockchainComputing/iexec-commons-poco/releases/tag/v5.0.0) 2025-03-27 |
6 | 6 |
|
7 | 7 | ### New Features |
8 | 8 |
|
@@ -102,7 +102,8 @@ All notable changes to this project will be documented in this file. |
102 | 102 | - Add encoders to allow sending transactions with `SignerService`. (#73 #74 #75) |
103 | 103 | - Add `getAssetAddressFromReceipt` method to `AssetDataEncoder`. (#78) |
104 | 104 | - Use `eth_call` Ethereum JSON-RPC API to predict assets on-chain address. (#79) |
105 | | -- Add `PoCoDataEncoder` with `initialize`, `contribute`, `reveal`, `finalize` and `contributeAndFinalize` support. (#80 #81) |
| 105 | +- Add `PoCoDataEncoder` with `initialize`, `contribute`, `reveal`, `finalize` and `contributeAndFinalize` support. (#80 |
| 106 | + #81) |
106 | 107 | - Add `eth_estimateGas` Ethereum JSON-RPC API support. (#82) |
107 | 108 | - Add transaction data encoder to support `isRegistered` method call. (#83) |
108 | 109 | - Add decoder to display log topics with human readable names. (#84) |
@@ -163,7 +164,8 @@ All notable changes to this project will be documented in this file. |
163 | 164 |
|
164 | 165 | ### Bug Fixes |
165 | 166 |
|
166 | | -- Fix regression on dataset URI decryption in `TaskDescription`. The regression concerned bad interpretation of IPFS MultiAddress URIs. (#45) |
| 167 | +- Fix regression on dataset URI decryption in `TaskDescription`. The regression concerned bad interpretation of IPFS |
| 168 | + MultiAddress URIs. (#45) |
167 | 169 |
|
168 | 170 | ## [[3.0.4]](https://github.com/iExecBlockchainComputing/iexec-commons-poco/releases/tag/v3.0.4) 2023-06-23 |
169 | 171 |
|
@@ -245,4 +247,5 @@ All notable changes to this project will be documented in this file. |
245 | 247 | ### New Features |
246 | 248 |
|
247 | 249 | - Init Gradle project. (#1 #2) |
248 | | -- Migrate from `iexec-common` library to this `iexec-commons-poco` library packages related to blockchain and iExec PoCo protocol. (#3) |
| 250 | +- Migrate from `iexec-common` library to this `iexec-commons-poco` library packages related to blockchain and iExec PoCo |
| 251 | + protocol. (#3) |
0 commit comments