Skip to content

Commit 88fb93e

Browse files
authored
Merge pull request #963 from onflow/auto-update-onflow-cadence-v1.10.3
Update to Cadence v1.10.3
2 parents 8e60e61 + f2522dd commit 88fb93e

6 files changed

Lines changed: 96 additions & 95 deletions

File tree

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ require (
1010
github.com/hashicorp/golang-lru/v2 v2.0.7
1111
github.com/holiman/uint256 v1.3.2
1212
github.com/onflow/atree v0.16.0
13-
github.com/onflow/cadence v1.10.2
14-
github.com/onflow/flow-go v0.47.0-ledger-service.1.0.20260415182425-f08ee47a2bec
15-
github.com/onflow/flow-go-sdk v1.10.2
13+
github.com/onflow/cadence v1.10.3
14+
github.com/onflow/flow-go v0.48.1-evm-cache-block.0.20260518173711-5b9fa9c8352e
15+
github.com/onflow/flow-go-sdk v1.10.3
1616
github.com/prometheus/client_golang v1.20.5
1717
github.com/rs/cors v1.8.0
1818
github.com/rs/zerolog v1.33.0
@@ -57,7 +57,7 @@ require (
5757
github.com/cockroachdb/redact v1.1.5 // indirect
5858
github.com/cockroachdb/swiss v0.0.0-20250624142022-d6e517c1d961 // indirect
5959
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
60-
github.com/consensys/gnark-crypto v0.18.0 // indirect
60+
github.com/consensys/gnark-crypto v0.18.1 // indirect
6161
github.com/coreos/go-semver v0.3.0 // indirect
6262
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
6363
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
@@ -97,7 +97,7 @@ require (
9797
github.com/googleapis/enterprise-certificate-proxy v0.3.11 // indirect
9898
github.com/googleapis/gax-go/v2 v2.17.0 // indirect
9999
github.com/gorilla/websocket v1.5.3 // indirect
100-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
100+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
101101
github.com/hashicorp/errwrap v1.1.0 // indirect
102102
github.com/hashicorp/hcl v1.0.0 // indirect
103103
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
@@ -147,13 +147,13 @@ require (
147147
github.com/olekukonko/tablewriter v0.0.5 // indirect
148148
github.com/onflow/crypto v0.25.4 // indirect
149149
github.com/onflow/fixed-point v0.1.1 // indirect
150-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.3 // indirect
151-
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.3 // indirect
152-
github.com/onflow/flow-evm-bridge v0.1.0 // indirect
153-
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
154-
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
155-
github.com/onflow/flow-nft/lib/go/contracts v1.3.0 // indirect
156-
github.com/onflow/flow-nft/lib/go/templates v1.3.0 // indirect
150+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.2 // indirect
151+
github.com/onflow/flow-core-contracts/lib/go/templates v1.10.2 // indirect
152+
github.com/onflow/flow-evm-bridge v0.2.1 // indirect
153+
github.com/onflow/flow-ft/lib/go/contracts v1.1.1 // indirect
154+
github.com/onflow/flow-ft/lib/go/templates v1.1.1 // indirect
155+
github.com/onflow/flow-nft/lib/go/contracts v1.4.1 // indirect
156+
github.com/onflow/flow-nft/lib/go/templates v1.4.1 // indirect
157157
github.com/onflow/flow/protobuf/go/flow v0.4.20 // indirect
158158
github.com/onflow/go-ethereum v1.13.4 // indirect
159159
github.com/onflow/sdks v0.6.0-preview.1 // indirect
@@ -201,12 +201,12 @@ require (
201201
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
202202
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
203203
go.opentelemetry.io/otel v1.39.0 // indirect
204-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 // indirect
204+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0 // indirect
205205
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 // indirect
206206
go.opentelemetry.io/otel/metric v1.39.0 // indirect
207207
go.opentelemetry.io/otel/sdk v1.39.0 // indirect
208208
go.opentelemetry.io/otel/trace v1.39.0 // indirect
209-
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
209+
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
210210
go.uber.org/multierr v1.11.0 // indirect
211211
go.uber.org/zap v1.27.0 // indirect
212212
golang.org/x/crypto v0.47.0 // indirect

go.sum

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ github.com/cockroachdb/swiss v0.0.0-20250624142022-d6e517c1d961 h1:Nua446ru3juLH
127127
github.com/cockroachdb/swiss v0.0.0-20250624142022-d6e517c1d961/go.mod h1:yBRu/cnL4ks9bgy4vAASdjIW+/xMlFwuHKqtmh3GZQg=
128128
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 h1:zuQyyAKVxetITBuuhv3BI9cMrmStnpT18zmgmTxunpo=
129129
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:7nc4anLGjupUW/PeY5qiNYsdNXj7zopG+eqsS7To5IQ=
130-
github.com/consensys/gnark-crypto v0.18.0 h1:vIye/FqI50VeAr0B3dx+YjeIvmc3LWz4yEfbWBpTUf0=
131-
github.com/consensys/gnark-crypto v0.18.0/go.mod h1:L3mXGFTe1ZN+RSJ+CLjUt9x7PNdx8ubaYfDROyp2Z8c=
130+
github.com/consensys/gnark-crypto v0.18.1 h1:RyLV6UhPRoYYzaFnPQA4qK3DyuDgkTgskDdoGqFt3fI=
131+
github.com/consensys/gnark-crypto v0.18.1/go.mod h1:L3mXGFTe1ZN+RSJ+CLjUt9x7PNdx8ubaYfDROyp2Z8c=
132132
github.com/containerd/cgroups v1.1.0 h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaDFBM=
133133
github.com/containerd/cgroups v1.1.0/go.mod h1:6ppBcbh/NOOUU+dMKrykgaBnK9lCIBxHqJDGwsa1mIw=
134134
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
@@ -371,8 +371,8 @@ github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/ad
371371
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
372372
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk=
373373
github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY=
374-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 h1:X5VWvz21y3gzm9Nw/kaUeku/1+uBhcekkmy4IkffJww=
375-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1/go.mod h1:Zanoh4+gvIgluNqcfMVTJueD4wSS5hT7zTt4Mrutd90=
374+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 h1:NmZ1PKzSTQbuGHw9DGPFomqkkLWMC+vZCkfs+FHv1Vg=
375+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3/go.mod h1:zQrxl1YP88HQlA6i9c63DSVPFklWpGX4OWAc9bFuaH4=
376376
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
377377
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
378378
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
@@ -562,36 +562,36 @@ github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N
562562
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
563563
github.com/onflow/atree v0.16.0 h1:b+f/suzcnnr1Lx1KdJEjpn2CX+AKSAz1yIB30NQDutU=
564564
github.com/onflow/atree v0.16.0/go.mod h1:hiOT/vKK/Zyw34Ru9OFbfEemC5NnQ7SHFB43bN9/4qI=
565-
github.com/onflow/cadence v1.10.2 h1:wa0olSOUNgcxAxjJHbMU+zsvxzFXkm+FNANQTsfpdr8=
566-
github.com/onflow/cadence v1.10.2/go.mod h1:tyUNaYlAgeQVgfR2C38MI1dtFFjKay+yGGPMrCRc068=
565+
github.com/onflow/cadence v1.10.3 h1:PJIIYKbaOT2DcZBnSO4O8ZF/Xc/fKV9vvOFLChgy85c=
566+
github.com/onflow/cadence v1.10.3/go.mod h1:tyUNaYlAgeQVgfR2C38MI1dtFFjKay+yGGPMrCRc068=
567567
github.com/onflow/crypto v0.25.4 h1:R615PWPdSoA5RATNb/j3cYaloBIZlSXVNgS7BjwHiwM=
568568
github.com/onflow/crypto v0.25.4/go.mod h1:DlkW/1SPUvLHYvUcjWa9PkLIRgSBKR4EDc3i+ATQKW4=
569569
github.com/onflow/fixed-point v0.1.1 h1:j0jYZVO8VGyk1476alGudEg7XqCkeTVxb5ElRJRKS90=
570570
github.com/onflow/fixed-point v0.1.1/go.mod h1:gJdoHqKtToKdOZbvryJvDZfcpzC7d2fyWuo3ZmLtcGY=
571-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.3 h1:AFl2fKKXhSW0X0KpqBMteQkIJLRjVJzIJzGbMuOGgeE=
572-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.3/go.mod h1:hV8Pi5pGraiY8f9k0tAeuky6m+NbIMvxf7wg5QZ+e8k=
573-
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.3 h1:b70XytJTPthaLcQJC3neGLZbQGBEw/SvKgYVNUv1JKM=
574-
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.3/go.mod h1:isMJm+rK6U+pZHlet7BL5jlCMPfcCmneTFxLHLVUfuo=
575-
github.com/onflow/flow-evm-bridge v0.1.0 h1:7X2osvo4NnQgHj8aERUmbYtv9FateX8liotoLnPL9nM=
576-
github.com/onflow/flow-evm-bridge v0.1.0/go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk=
577-
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24=
578-
github.com/onflow/flow-ft/lib/go/contracts v1.0.1/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A=
579-
github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM=
580-
github.com/onflow/flow-ft/lib/go/templates v1.0.1/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE=
581-
github.com/onflow/flow-go v0.47.0-ledger-service.1.0.20260415182425-f08ee47a2bec h1:VHtfipbI6sHAj2FKpc228fr4jr3Fuz40QmxksGZhbZE=
582-
github.com/onflow/flow-go v0.47.0-ledger-service.1.0.20260415182425-f08ee47a2bec/go.mod h1:NyS5eJnFh92qYn3iBssuCUZ4lfZ0LxaRt6XqZ0bEem4=
583-
github.com/onflow/flow-go-sdk v1.10.2 h1:wkP65lmMtfUrhkt27JdtV+uh2qNZgiGJEfCe80VO+/U=
584-
github.com/onflow/flow-go-sdk v1.10.2/go.mod h1:cNecrpIt1TWYBZC50+NztxWiZT+X3jl6ykrSBHgPctE=
585-
github.com/onflow/flow-nft/lib/go/contracts v1.3.0 h1:DmNop+O0EMyicZvhgdWboFG57xz5t9Qp81FKlfKyqJc=
586-
github.com/onflow/flow-nft/lib/go/contracts v1.3.0/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY=
587-
github.com/onflow/flow-nft/lib/go/templates v1.3.0 h1:uGIBy4GEY6Z9hKP7sm5nA5kwvbvLWW4nWx5NN9Wg0II=
588-
github.com/onflow/flow-nft/lib/go/templates v1.3.0/go.mod h1:gVbb5fElaOwKhV5UEUjM+JQTjlsguHg2jwRupfM/nng=
571+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.2 h1:OQr7LyoAzk9kVfVjPcHXoFtWIBSqbB7ksNb6wIJlFE8=
572+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.2/go.mod h1:fn0eOOINlOdQSOWptENC92MpPorB7dHzZaC3VTAmiQY=
573+
github.com/onflow/flow-core-contracts/lib/go/templates v1.10.2 h1:qq16IwoT+xAh45GfmC9lR+gFCixJWx9NxKgkkP/W4Nw=
574+
github.com/onflow/flow-core-contracts/lib/go/templates v1.10.2/go.mod h1:bXe+VkZmvM3QYGjfizprStRfasLA/7ii7l6+LHP5V1U=
575+
github.com/onflow/flow-evm-bridge v0.2.1 h1:S32kk+UV7/COdQZakIMsJw6vxShel0s8lI3FyGFl9jM=
576+
github.com/onflow/flow-evm-bridge v0.2.1/go.mod h1:ExhTZax2F+boo13dzT/uAI7rvwewAoz9v+dEXhhFjYg=
577+
github.com/onflow/flow-ft/lib/go/contracts v1.1.1 h1:BNbP3CrTIgScpx2NS9snq9XDESFjgXrMXTrwk5H4iSs=
578+
github.com/onflow/flow-ft/lib/go/contracts v1.1.1/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A=
579+
github.com/onflow/flow-ft/lib/go/templates v1.1.1 h1:X+EGTWKeVlsF33JD5QBFZLr8KW2apl6Oh1AXRWHmzLI=
580+
github.com/onflow/flow-ft/lib/go/templates v1.1.1/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE=
581+
github.com/onflow/flow-go v0.48.1-evm-cache-block.0.20260518173711-5b9fa9c8352e h1:n8yp4pz72O0CqHwzCmTgpeYyxwOVf8Vth1jEn2/4wIk=
582+
github.com/onflow/flow-go v0.48.1-evm-cache-block.0.20260518173711-5b9fa9c8352e/go.mod h1:x+/B1Ki53/TbRtdd317T6wmQ2QRMF4YKhkSE+3fy76A=
583+
github.com/onflow/flow-go-sdk v1.10.3 h1:4zJYkdDNqeQqUJmdQJXlHIZuEjOLp8lsu8dRz5GZ/Cc=
584+
github.com/onflow/flow-go-sdk v1.10.3/go.mod h1:cnpuCUvKLGqVrhz6yPEv0+LdsT9ib+cbn0YxfAJxHEI=
585+
github.com/onflow/flow-nft/lib/go/contracts v1.4.1 h1:iQ8s4W5HNWd92MVRZbKxYpQ6UJn9snHLKQ9hFFNCiys=
586+
github.com/onflow/flow-nft/lib/go/contracts v1.4.1/go.mod h1:XUsJjlbVoI0kebgv87xsO70U/ITGYbSEgTwbyg1RcOs=
587+
github.com/onflow/flow-nft/lib/go/templates v1.4.1 h1:P+FN51waQrACpyVeXzLl1cnlD5J8bUYiemHXgeZBM+8=
588+
github.com/onflow/flow-nft/lib/go/templates v1.4.1/go.mod h1:Z5kaMh/3SKSNx9tJj/nvc87iUap9b5L26UnU0Y4xy+0=
589589
github.com/onflow/flow/protobuf/go/flow v0.4.20 h1:Ndq2l7Nu8p/RWNSRIRrpnBUpzfc5fYLEmHCFpJ9JGgo=
590590
github.com/onflow/flow/protobuf/go/flow v0.4.20/go.mod h1:NA2pX2nw8zuaxfKphhKsk00kWLwfd+tv8mS23YXO4Sk=
591591
github.com/onflow/go-ethereum v1.13.4 h1:iNO86fm8RbBbhZ87ZulblInqCdHnAQVY8okBrNsTevc=
592592
github.com/onflow/go-ethereum v1.13.4/go.mod h1:cE/gEUkAffhwbVmMJYz+t1dAfVNHNwZCgc3BWtZxBGY=
593-
github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 h1:sxyWLqGm/p4EKT6DUlQESDG1ZNMN9GjPCm1gTq7NGfc=
594-
github.com/onflow/nft-storefront/lib/go/contracts v1.0.0/go.mod h1:kMeq9zUwCrgrSojEbTUTTJpZ4WwacVm2pA7LVFr+glk=
593+
github.com/onflow/nft-storefront/lib/go/contracts v1.1.1-0.20260409183916-cddb825ea066 h1:nQZ8wIvjPnxY8AAnyQDd+Pf9pJalbKjGZhMNtTnTUqc=
594+
github.com/onflow/nft-storefront/lib/go/contracts v1.1.1-0.20260409183916-cddb825ea066/go.mod h1:kMeq9zUwCrgrSojEbTUTTJpZ4WwacVm2pA7LVFr+glk=
595595
github.com/onflow/sdks v0.6.0-preview.1 h1:mb/cUezuqWEP1gFZNAgUI4boBltudv4nlfxke1KBp9k=
596596
github.com/onflow/sdks v0.6.0-preview.1/go.mod h1:F0dj0EyHC55kknLkeD10js4mo14yTdMotnWMslPirrU=
597597
github.com/onflow/wal v1.0.2 h1:5bgsJVf2O3cfMNK12fiiTyYZ8cOrUiELt3heBJfHOhc=
@@ -833,8 +833,8 @@ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 h1:F7Jx+6h
833833
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0/go.mod h1:UHB22Z8QsdRDrnAtX4PntOl36ajSxcdUMt1sF7Y6E7Q=
834834
go.opentelemetry.io/otel v1.39.0 h1:8yPrr/S0ND9QEfTfdP9V+SiwT4E0G7Y5MO7p85nis48=
835835
go.opentelemetry.io/otel v1.39.0/go.mod h1:kLlFTywNWrFyEdH0oj2xK0bFYZtHRYUdv1NklR/tgc8=
836-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 h1:K0XaT3DwHAcV4nKLzcQvwAgSyisUghWoY20I7huthMk=
837-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0/go.mod h1:B5Ki776z/MBnVha1Nzwp5arlzBbE3+1jk+pGmaP5HME=
836+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0 h1:f0cb2XPmrqn4XMy9PNliTgRKJgS5WcL/u0/WRYGz4t0=
837+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0/go.mod h1:vnakAaFckOMiMtOIhFI2MNH4FYrZzXCYxmb1LlhoGz8=
838838
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 h1:FFeLy03iVTXP6ffeN2iXrxfGsZGCjVx0/4KlizjyBwU=
839839
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0/go.mod h1:TMu73/k1CP8nBUpDLc71Wj/Kf7ZS9FK5b53VapRsP9o=
840840
go.opentelemetry.io/otel/metric v1.39.0 h1:d1UzonvEZriVfpNKEVmHXbdf909uGTOQjA0HF0Ls5Q0=
@@ -845,8 +845,8 @@ go.opentelemetry.io/otel/sdk/metric v1.39.0 h1:cXMVVFVgsIf2YL6QkRF4Urbr/aMInf+2W
845845
go.opentelemetry.io/otel/sdk/metric v1.39.0/go.mod h1:xq9HEVH7qeX69/JnwEfp6fVq5wosJsY1mt4lLfYdVew=
846846
go.opentelemetry.io/otel/trace v1.39.0 h1:2d2vfpEDmCJ5zVYz7ijaJdOF59xLomrvj7bjt6/qCJI=
847847
go.opentelemetry.io/otel/trace v1.39.0/go.mod h1:88w4/PnZSazkGzz/w84VHpQafiU4EtqqlVdxWy+rNOA=
848-
go.opentelemetry.io/proto/otlp v1.7.1 h1:gTOMpGDb0WTBOP8JaO72iL3auEZhVmAQg4ipjOVAtj4=
849-
go.opentelemetry.io/proto/otlp v1.7.1/go.mod h1:b2rVh6rfI/s2pHWNlB7ILJcRALpcNDzKhACevjI+ZnE=
848+
go.opentelemetry.io/proto/otlp v1.9.0 h1:l706jCMITVouPOqEnii2fIAuO3IVGBRPV5ICjceRb/A=
849+
go.opentelemetry.io/proto/otlp v1.9.0/go.mod h1:xE+Cx5E/eEHw+ISFkwPLwCZefwVjY+pqKg1qcK03+/4=
850850
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
851851
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
852852
go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=

storage/register_delta.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ import (
66
"github.com/onflow/atree"
77
"github.com/onflow/flow-go/fvm/environment"
88
"github.com/onflow/flow-go/fvm/errors"
9+
"github.com/onflow/flow-go/fvm/evm/backends"
910
"github.com/onflow/flow-go/fvm/evm/types"
1011
"github.com/onflow/flow-go/model/flow"
1112
)
1213

13-
var _ types.BackendStorage = &RegisterDelta{}
14+
var _ backends.BackendStorage = &RegisterDelta{}
1415
var _ types.BackendStorageSnapshot = &RegisterDelta{}
1516

1617
type RegisterDelta struct {
@@ -79,7 +80,7 @@ func (r *RegisterDelta) AllocateSlabIndex(owner []byte) (atree.SlabIndex, error)
7980

8081
// allocateSlabIndex allocates a new slab index for the given owner and key.
8182
// this method only uses the storage get/set methods.
82-
func allocateSlabIndex(owner []byte, storage types.BackendStorage) (atree.SlabIndex, error) {
83+
func allocateSlabIndex(owner []byte, storage backends.BackendStorage) (atree.SlabIndex, error) {
8384
// get status
8485
address := flow.BytesToAddress(owner)
8586
id := flow.AccountStatusRegisterID(address)

tests/go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ go 1.25.1
55
require (
66
github.com/ethereum/go-ethereum v1.16.8
77
github.com/goccy/go-json v0.10.4
8-
github.com/onflow/cadence v1.10.2
8+
github.com/onflow/cadence v1.10.3
99
github.com/onflow/crypto v0.25.4
10-
github.com/onflow/flow-emulator v1.20.0
10+
github.com/onflow/flow-emulator v1.21.0
1111
github.com/onflow/flow-evm-gateway v0.0.0-20240201154855-4d4d3d3f19c7
12-
github.com/onflow/flow-go v0.47.0-ledger-service.1.0.20260415182425-f08ee47a2bec
13-
github.com/onflow/flow-go-sdk v1.10.2
12+
github.com/onflow/flow-go v0.48.1-evm-cache-block.0.20260518173711-5b9fa9c8352e
13+
github.com/onflow/flow-go-sdk v1.10.3
1414
github.com/rs/zerolog v1.34.0
1515
github.com/stretchr/testify v1.11.1
1616
golang.org/x/sync v0.19.0
@@ -48,7 +48,7 @@ require (
4848
github.com/cockroachdb/redact v1.1.5 // indirect
4949
github.com/cockroachdb/swiss v0.0.0-20250624142022-d6e517c1d961 // indirect
5050
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
51-
github.com/consensys/gnark-crypto v0.18.0 // indirect
51+
github.com/consensys/gnark-crypto v0.18.1 // indirect
5252
github.com/coreos/go-semver v0.3.0 // indirect
5353
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
5454
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
@@ -100,7 +100,7 @@ require (
100100
github.com/gorilla/websocket v1.5.3 // indirect
101101
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
102102
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
103-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
103+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
104104
github.com/hashicorp/errwrap v1.1.0 // indirect
105105
github.com/hashicorp/go-multierror v1.1.1 // indirect
106106
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
@@ -158,16 +158,16 @@ require (
158158
github.com/olekukonko/tablewriter v0.0.5 // indirect
159159
github.com/onflow/atree v0.16.0 // indirect
160160
github.com/onflow/fixed-point v0.1.1 // indirect
161-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.3 // indirect
162-
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.3 // indirect
163-
github.com/onflow/flow-evm-bridge v0.1.0 // indirect
164-
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
165-
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
166-
github.com/onflow/flow-nft/lib/go/contracts v1.3.0 // indirect
167-
github.com/onflow/flow-nft/lib/go/templates v1.3.0 // indirect
161+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.2 // indirect
162+
github.com/onflow/flow-core-contracts/lib/go/templates v1.10.2 // indirect
163+
github.com/onflow/flow-evm-bridge v0.2.1 // indirect
164+
github.com/onflow/flow-ft/lib/go/contracts v1.1.1 // indirect
165+
github.com/onflow/flow-ft/lib/go/templates v1.1.1 // indirect
166+
github.com/onflow/flow-nft/lib/go/contracts v1.4.1 // indirect
167+
github.com/onflow/flow-nft/lib/go/templates v1.4.1 // indirect
168168
github.com/onflow/flow/protobuf/go/flow v0.4.20 // indirect
169169
github.com/onflow/go-ethereum v1.13.4 // indirect
170-
github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 // indirect
170+
github.com/onflow/nft-storefront/lib/go/contracts v1.1.1-0.20260409183916-cddb825ea066 // indirect
171171
github.com/onflow/sdks v0.6.0-preview.1 // indirect
172172
github.com/onflow/wal v1.0.2 // indirect
173173
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
@@ -222,12 +222,12 @@ require (
222222
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
223223
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
224224
go.opentelemetry.io/otel v1.42.0 // indirect
225-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 // indirect
225+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0 // indirect
226226
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 // indirect
227227
go.opentelemetry.io/otel/metric v1.42.0 // indirect
228228
go.opentelemetry.io/otel/sdk v1.42.0 // indirect
229229
go.opentelemetry.io/otel/trace v1.42.0 // indirect
230-
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
230+
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
231231
go.uber.org/atomic v1.11.0 // indirect
232232
go.uber.org/multierr v1.11.0 // indirect
233233
go.uber.org/ratelimit v0.3.1 // indirect

0 commit comments

Comments
 (0)