Skip to content

Commit

Permalink
Update go-algorand-sdk.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed May 26, 2023
1 parent 25ab223 commit 900866c
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 1,494 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/algorand/avm-abi v0.2.0
github.com/algorand/go-algorand-sdk/v2 v2.0.0-20230515174312-963d360c9eb7
github.com/algorand/go-algorand-sdk/v2 v2.0.0-20230526160341-74a095c3f9e3
github.com/algorand/go-codec/codec v1.1.8
github.com/algorand/oapi-codegen v1.12.0-algorand.0
github.com/davecgh/go-spew v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk5
github.com/algorand/avm-abi v0.1.1/go.mod h1:+CgwM46dithy850bpTeHh9MC99zpn2Snirb3QTl2O/g=
github.com/algorand/avm-abi v0.2.0 h1:bkjsG+BOEcxUcnGSALLosmltE0JZdg+ZisXKx0UDX2k=
github.com/algorand/avm-abi v0.2.0/go.mod h1:+CgwM46dithy850bpTeHh9MC99zpn2Snirb3QTl2O/g=
github.com/algorand/go-algorand-sdk/v2 v2.0.0-20230515174312-963d360c9eb7 h1:72UIyiVVT1H2J6VtYW/iFP5rKEYRe0zivIR35g6M2k0=
github.com/algorand/go-algorand-sdk/v2 v2.0.0-20230515174312-963d360c9eb7/go.mod h1:Nt3EHpP8AznLs0/EFfhr0/xsVf5ucnvjNeRygGgbUzM=
github.com/algorand/go-algorand-sdk/v2 v2.0.0-20230526160341-74a095c3f9e3 h1:HVso8HOozyMMd9EQC0icfLDM7Z+5UCrX5wl1oCXjzng=
github.com/algorand/go-algorand-sdk/v2 v2.0.0-20230526160341-74a095c3f9e3/go.mod h1:Nt3EHpP8AznLs0/EFfhr0/xsVf5ucnvjNeRygGgbUzM=
github.com/algorand/go-codec v1.1.8 h1:XDSreeeZY8gMst6Edz4RBkl08/DGMJOeHYkoXL2B7wI=
github.com/algorand/go-codec v1.1.8/go.mod h1:XhzVs6VVyWMLu6cApb9/192gBjGRVGm5cX5j203Heg4=
github.com/algorand/go-codec/codec v1.1.8 h1:lsFuhcOH2LiEhpBH3BVUUkdevVmwCRyvb7FCAAPeY6U=
Expand Down
4 changes: 2 additions & 2 deletions idb/postgres/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ import (
"github.com/algorand/indexer/idb/postgres/internal/types"
pgutil "github.com/algorand/indexer/idb/postgres/internal/util"
"github.com/algorand/indexer/idb/postgres/internal/writer"
"github.com/algorand/indexer/protocol"
"github.com/algorand/indexer/protocol/config"
itypes "github.com/algorand/indexer/types"
"github.com/algorand/indexer/util"

"github.com/algorand/go-algorand-sdk/v2/protocol"
"github.com/algorand/go-algorand-sdk/v2/protocol/config"
sdk "github.com/algorand/go-algorand-sdk/v2/types"
)

Expand Down
5 changes: 3 additions & 2 deletions idb/postgres/postgres_boxes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ import (
"github.com/algorand/indexer/idb"
"github.com/algorand/indexer/idb/postgres/internal/encoding"
"github.com/algorand/indexer/idb/postgres/internal/writer"
"github.com/algorand/indexer/protocol"
"github.com/algorand/indexer/protocol/config"
"github.com/algorand/indexer/util/test"

"github.com/algorand/go-algorand-sdk/v2/protocol"
"github.com/algorand/go-algorand-sdk/v2/protocol/config"
)

type boxTestComparator func(t *testing.T, db *IndexerDb, appBoxes map[sdk.AppIndex]map[string]string,
Expand Down
2 changes: 1 addition & 1 deletion idb/postgres/postgres_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ import (
"github.com/algorand/indexer/idb/postgres/internal/schema"
pgtest "github.com/algorand/indexer/idb/postgres/internal/testing"
pgutil "github.com/algorand/indexer/idb/postgres/internal/util"
"github.com/algorand/indexer/protocol"
"github.com/algorand/indexer/util"
"github.com/algorand/indexer/util/test"

"github.com/algorand/go-algorand-sdk/v2/encoding/json"
"github.com/algorand/go-algorand-sdk/v2/protocol"
"github.com/algorand/go-codec/codec"
)

Expand Down
Loading

0 comments on commit 900866c

Please sign in to comment.