Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

chain:
image: docker-regis.iex.ec/poco-chain:1.0.0-poco-v5.5.0-voucher-v1.0.0-nethermind
image: docker-regis.iex.ec/poco-chain:1.2.2-poco-v6.2.0-contracts-nethermind
expose:
- "8545"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# x-release-please-start-version
version=9.2.0
# x-release-please-end
iexecCommonsPocoVersion=5.3.1
iexecCommonsPocoVersion=5.4.0
iexecCommonVersion=9.2.0
iexecCommonsContainersVersion=2.0.0
iexecResultVersion=9.0.0
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/com/iexec/worker/chain/IexecHubService.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ Optional<ChainAccount> getChainAccount() {
return getChainAccount(signerService.getAddress());
}

public boolean hasEnoughGas() {
return web3jService.hasEnoughGas(signerService.getAddress());
}

public long getLatestBlockNumber() {
return web3jService.getLatestBlockNumber();
}
Expand Down