Skip to content

Commit

Permalink
Fix misc (#87)
Browse files Browse the repository at this point in the history
* Fix test error

* Fix image build error
  • Loading branch information
ironbeer authored Oct 25, 2024
1 parent 53082cd commit d947de1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Geth in a stock Go builder container
FROM golang:1.20.14-bookworm as builder
FROM golang:1.21.13-bookworm as builder

# Support setting various labels on the final image
ARG COMMIT=""
Expand Down
5 changes: 4 additions & 1 deletion contracts/oasys/oasys_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,9 @@ func _deployments12(genesisHash common.Hash, contracts wantContracts) {

// CandidateValidatorManager
contracts["0x520000000000000000000000000000000000002e"].codeHash = "6de4d098a3297020346dcb7b2ba4914c"

// LOAS
contracts["0x5200000000000000000000000000000000000023"].codeHash = "044637c8af353e46615765c8755265d6"
}

func TestDeploy(t *testing.T) {
Expand Down Expand Up @@ -1169,7 +1172,7 @@ func TestDeploy(t *testing.T) {
{1519840, []deployFn{_deployments9}},
{1880660, []deployFn{_deployments10}},
{4017600, []deployFn{_deployments11}},
{4428900, []deployFn{_deployments12}},
{9999998, []deployFn{_deployments12}},
},
},
{
Expand Down

0 comments on commit d947de1

Please sign in to comment.