File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
src/main/java/com/iexec/worker/chain Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11services :
22
33 chain :
4- image : docker-regis.iex.ec/poco-chain:1.0.0 -poco-v5.5 .0-voucher-v1.0.0 -nethermind
4+ image : docker-regis.iex.ec/poco-chain:1.2.2 -poco-v6.2 .0-contracts -nethermind
55 expose :
66 - " 8545"
77
Original file line number Diff line number Diff line change 11# x-release-please-start-version
22version =9.2.0
33# x-release-please-end
4- iexecCommonsPocoVersion =5.3.1
4+ iexecCommonsPocoVersion =5.4.0
55iexecCommonVersion =9.2.0
66iexecCommonsContainersVersion =2.0.0
77iexecResultVersion =9.0.0
Original file line number Diff line number Diff line change @@ -242,10 +242,6 @@ Optional<ChainAccount> getChainAccount() {
242242 return getChainAccount (signerService .getAddress ());
243243 }
244244
245- public boolean hasEnoughGas () {
246- return web3jService .hasEnoughGas (signerService .getAddress ());
247- }
248-
249245 public long getLatestBlockNumber () {
250246 return web3jService .getLatestBlockNumber ();
251247 }
You can’t perform that action at this time.
0 commit comments