Skip to content

Commit eda69a7

Browse files
chore: update abi to 0.9.3-rc5 to improve onchain error handling (#5135)
1 parent 67f74c0 commit eda69a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/beekeeper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
REPLICA: 3
1313
RUN_TYPE: "PR RUN"
1414
SETUP_CONTRACT_IMAGE: "ethersphere/bee-localchain"
15-
SETUP_CONTRACT_IMAGE_TAG: "0.9.3"
15+
SETUP_CONTRACT_IMAGE_TAG: "0.9.3-rc5"
1616
BEELOCAL_BRANCH: "main"
1717
BEEKEEPER_BRANCH: "master"
1818
BEEKEEPER_METRICS_ENABLED: false

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/ethereum/go-ethereum v1.15.11
1313
github.com/ethersphere/batch-archive v0.0.4
1414
github.com/ethersphere/go-price-oracle-abi v0.6.9
15-
github.com/ethersphere/go-storage-incentives-abi v0.9.3
15+
github.com/ethersphere/go-storage-incentives-abi v0.9.3-rc5
1616
github.com/ethersphere/go-sw3-abi v0.6.9
1717
github.com/ethersphere/langos v1.0.0
1818
github.com/go-playground/validator/v10 v10.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ github.com/ethersphere/batch-archive v0.0.4 h1:PHmwQfmUEyDJgoX2IqI/R0alQ63+aLPXf
253253
github.com/ethersphere/batch-archive v0.0.4/go.mod h1:41BPb192NoK9CYjNB8BAE1J2MtiI/5aq0Wtas5O7A7Q=
254254
github.com/ethersphere/go-price-oracle-abi v0.6.9 h1:bseen6he3PZv5GHOm+KD6s4awaFmVSD9LFx+HpB6rCU=
255255
github.com/ethersphere/go-price-oracle-abi v0.6.9/go.mod h1:sI/Qj4/zJ23/b1enzwMMv0/hLTpPNVNacEwCWjo6yBk=
256-
github.com/ethersphere/go-storage-incentives-abi v0.9.3 h1:qzBmb6Tu+NNr/hnIm1NHEZ3jvQ6/rlkMchpVjZmGWdA=
257-
github.com/ethersphere/go-storage-incentives-abi v0.9.3/go.mod h1:SXvJVtM4sEsaSKD0jc1ClpDLw8ErPoROZDme4Wrc/Nc=
256+
github.com/ethersphere/go-storage-incentives-abi v0.9.3-rc5 h1:F6MHJl8rlZqbyCrqmV2JbkaoW1SrN/tG7Z03BQoKGEg=
257+
github.com/ethersphere/go-storage-incentives-abi v0.9.3-rc5/go.mod h1:SXvJVtM4sEsaSKD0jc1ClpDLw8ErPoROZDme4Wrc/Nc=
258258
github.com/ethersphere/go-sw3-abi v0.6.9 h1:TnWLnYkWE5UvC17mQBdUmdkzhPhO8GcqvWy4wvd1QJQ=
259259
github.com/ethersphere/go-sw3-abi v0.6.9/go.mod h1:BmpsvJ8idQZdYEtWnvxA8POYQ8Rl/NhyCdF0zLMOOJU=
260260
github.com/ethersphere/langos v1.0.0 h1:NBtNKzXTTRSue95uOlzPN4py7Aofs0xWPzyj4AI1Vcc=

0 commit comments

Comments
 (0)