Skip to content

Commit

Permalink
Merged and updated replace statement
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiDiachuk committed Oct 2, 2024
2 parents 0eb983a + eff70fd commit fa253c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @sideninja @turbolent @janezpodhostnik @bluesign @chasefleming @jribbink
* @janezpodhostnik @bluesign @chasefleming @jribbink @peterargue
2 changes: 1 addition & 1 deletion emulator/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ func configureTransactionValidator(conf config, blocks *blocks) (*access.Transac
CheckScriptsParse: true,
MaxTransactionByteSize: flowgo.DefaultMaxTransactionByteSize,
MaxCollectionByteSize: flowgo.DefaultMaxCollectionByteSize,
CheckPayerBalance: false,
CheckPayerBalanceMode: access.Disabled,
},
nil,
)
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/onflow/cadence v1.0.0
github.com/onflow/crypto v0.25.2
github.com/onflow/flow-core-contracts/lib/go/templates v1.3.1
github.com/onflow/flow-go v0.38.0-preview.0.0.20240927175217-79d1fe66e7ea
github.com/onflow/flow-go v0.38.0-preview.0.0.20241001140429-ec4ad1cf1c8a
github.com/onflow/flow-go-sdk v1.0.0
github.com/onflow/flow-nft/lib/go/contracts v1.2.1
github.com/onflow/flow/protobuf/go/flow v0.4.7
Expand Down Expand Up @@ -237,4 +237,4 @@ require (
rsc.io/tmplfunc v0.0.3 // indirect
)

replace github.com/onflow/flow-go v0.38.0-preview.0.0.20240927175217-79d1fe66e7ea => github.com/AndriiDiachuk/flow-go v0.0.0-20240930093659-0268599f5840
replace github.com/onflow/flow-go v0.38.0-preview.0.0.20241001140429-ec4ad1cf1c8a => github.com/AndriiDiachuk/flow-go v0.0.0-20241002095329-7015c6a0c679
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -932,8 +932,8 @@ dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7
gioui.org v0.0.0-20210308172011-57750fc8a0a6/go.mod h1:RSH6KIUZ0p2xy5zHDxgAM4zumjgTw83q2ge/PI+yyw8=
git.sr.ht/~sbinet/gg v0.3.1/go.mod h1:KGYtlADtqsqANL9ueOFkWymvzUvLMQllU5Ixo+8v3pc=
github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9/go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8=
github.com/AndriiDiachuk/flow-go v0.0.0-20240930093659-0268599f5840 h1:wLLA6guy/Vsa9ylLjKcJJH+Phagwd2Kw2OhTyv4KS2Q=
github.com/AndriiDiachuk/flow-go v0.0.0-20240930093659-0268599f5840/go.mod h1:kdaRKWlvm1vC8Lhf2uI4XvDxS+AvfWvrWZr2CFOz8y8=
github.com/AndriiDiachuk/flow-go v0.0.0-20241002095329-7015c6a0c679 h1:SBPks4RC8mjd/o2d8hs9qF8C/CktBVWDxU7snawVN1w=
github.com/AndriiDiachuk/flow-go v0.0.0-20241002095329-7015c6a0c679/go.mod h1:kdaRKWlvm1vC8Lhf2uI4XvDxS+AvfWvrWZr2CFOz8y8=
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.1/go.mod h1:fBF9PQNqB8scdgpZ3ufzaLntG0AG7C1WjPMsiFOmfHM=
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0/go.mod h1:uGG2W01BaETf0Ozp+QxxKJdMBNRWPdstHG0Fmdwn1/U=
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.0/go.mod h1:bjGvMhVMb+EEm3VRNQawDMUyMMjo+S5ewNjflkep/0Q=
Expand Down

0 comments on commit fa253c3

Please sign in to comment.