Skip to content

Commit

Permalink
Merge #1298
Browse files Browse the repository at this point in the history
1298: Auto Cadence Update: Add PublicAccount conversion during InvokeContractFunction r=janezpodhostnik a=turbolent

Auto generated PR to update Cadence version.

References: onflow/cadence#1134

Co-authored-by: janezpodhostnik <janezpodhostnik@users.noreply.github.com>
  • Loading branch information
bors[bot] and janezpodhostnik committed Sep 16, 2021
2 parents 56e18b5 + 34be635 commit 4ddc17d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ require (
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/multiformats/go-multiaddr v0.3.3
github.com/multiformats/go-multiaddr-dns v0.3.1
github.com/onflow/cadence v0.19.1-0.20210913174129-3d1926c0c05a
github.com/onflow/cadence v0.19.1-0.20210915143754-16d477f6d7d6
github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.7
github.com/onflow/flow-core-contracts/lib/go/templates v0.7.7
github.com/onflow/flow-emulator v0.20.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -974,8 +974,8 @@ github.com/olekukonko/tablewriter v0.0.2-0.20190409134802-7e037d187b0c/go.mod h1
github.com/onflow/cadence v0.15.0/go.mod h1:KMzDF6cIv6nb5PJW9aITaqazbmJX8MMeibFcpPP385M=
github.com/onflow/cadence v0.17.0/go.mod h1:iR/tZpP+1YhM8iRnOBPiBIs7on5dE3hk2ZfunCRQswE=
github.com/onflow/cadence v0.18.0/go.mod h1:iR/tZpP+1YhM8iRnOBPiBIs7on5dE3hk2ZfunCRQswE=
github.com/onflow/cadence v0.19.1-0.20210913174129-3d1926c0c05a h1:oUnSchS4BbWSMneMxY8jzUw0XyA/UceeG6YvsMQoiSE=
github.com/onflow/cadence v0.19.1-0.20210913174129-3d1926c0c05a/go.mod h1:ZXcJOh7LZkgqoArtvKx8UYcYQ0cC71zNffP6R1HGGB8=
github.com/onflow/cadence v0.19.1-0.20210915143754-16d477f6d7d6 h1:di0JUSJnPEL7sZaOAy+R9GZ2DbzZe0dsNeWQ17fgLtk=
github.com/onflow/cadence v0.19.1-0.20210915143754-16d477f6d7d6/go.mod h1:ZXcJOh7LZkgqoArtvKx8UYcYQ0cC71zNffP6R1HGGB8=
github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.3-0.20210527134022-58c25247091a/go.mod h1:IZ2e7UyLCYmpQ8Kd7k0A32uXqdqfiV1r2sKs5/riblo=
github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.7 h1:5GTxbA0oTBwysgIyFFVEdkbBvtSOQYHQ/frKLGTnjYM=
github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.7/go.mod h1:MSNt2rodpRXm1n0iGQWL6ltDoJCtXEzlPw9nhE/zQmk=
Expand Down
2 changes: 1 addition & 1 deletion integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/go-test/deep v1.0.7 // indirect
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/onflow/cadence v0.19.1-0.20210913174129-3d1926c0c05a
github.com/onflow/cadence v0.19.1-0.20210915143754-16d477f6d7d6
github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.7
github.com/onflow/flow-core-contracts/lib/go/templates v0.7.7
github.com/onflow/flow-emulator v0.20.3
Expand Down
4 changes: 2 additions & 2 deletions integration/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1140,8 +1140,8 @@ github.com/olekukonko/tablewriter v0.0.2-0.20190409134802-7e037d187b0c/go.mod h1
github.com/onflow/cadence v0.15.0/go.mod h1:KMzDF6cIv6nb5PJW9aITaqazbmJX8MMeibFcpPP385M=
github.com/onflow/cadence v0.17.0/go.mod h1:iR/tZpP+1YhM8iRnOBPiBIs7on5dE3hk2ZfunCRQswE=
github.com/onflow/cadence v0.18.0/go.mod h1:iR/tZpP+1YhM8iRnOBPiBIs7on5dE3hk2ZfunCRQswE=
github.com/onflow/cadence v0.19.1-0.20210913174129-3d1926c0c05a h1:oUnSchS4BbWSMneMxY8jzUw0XyA/UceeG6YvsMQoiSE=
github.com/onflow/cadence v0.19.1-0.20210913174129-3d1926c0c05a/go.mod h1:ZXcJOh7LZkgqoArtvKx8UYcYQ0cC71zNffP6R1HGGB8=
github.com/onflow/cadence v0.19.1-0.20210915143754-16d477f6d7d6 h1:di0JUSJnPEL7sZaOAy+R9GZ2DbzZe0dsNeWQ17fgLtk=
github.com/onflow/cadence v0.19.1-0.20210915143754-16d477f6d7d6/go.mod h1:ZXcJOh7LZkgqoArtvKx8UYcYQ0cC71zNffP6R1HGGB8=
github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.7 h1:5GTxbA0oTBwysgIyFFVEdkbBvtSOQYHQ/frKLGTnjYM=
github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.7/go.mod h1:MSNt2rodpRXm1n0iGQWL6ltDoJCtXEzlPw9nhE/zQmk=
github.com/onflow/flow-core-contracts/lib/go/templates v0.7.7 h1:mgxpyVKHQYkMX5nXBieNZKcLRg1Wzg/xaH+MuQ1XVe8=
Expand Down

0 comments on commit 4ddc17d

Please sign in to comment.