Skip to content

Commit cd3b8ab

Browse files
chore(main): release 9.0.2 (#180)
1 parent 4633024 commit cd3b8ab

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"9.0.1"}
1+
{".":"9.0.2"}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [9.0.2](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/compare/v9.0.1...v9.0.2) (2025-09-12)
6+
7+
8+
### Bug Fixes
9+
10+
* estimate gas before sending transactions to avoid intrinsic gas too low errors ([#183](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/issues/183)) ([4633024](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/commit/46330241a63c6e65078e0eaa3dbb5844d705f63a))
11+
* use less RPC calls to listen on the blockchain ([#179](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/issues/179)) ([2fc977b](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/commit/2fc977b84a65a70f959fdc326b7dde182a1e641d))
12+
513
## [9.0.1](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/compare/v9.0.0...v9.0.1) (2025-05-14)
614

715

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# x-release-please-start-version
2-
version=9.0.1
2+
version=9.0.2
33
# x-release-please-end
44
iexecCommonsPocoVersion=5.1.0
55
iexecCommonVersion=9.1.0

0 commit comments

Comments
 (0)