Skip to content

Commit

Permalink
Bumped relayer2-base
Browse files Browse the repository at this point in the history
  • Loading branch information
spilin committed Jul 30, 2024
1 parent ddeaac2 commit 4be29a0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@
.DS_Store
/data/
/log/
relayer2-public
relayer2-public
config/*.json
config/local.yaml
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/aurora-is-near/relayer2-public

go 1.18

//replace github.com/aurora-is-near/relayer2-base => github.com/aurora-is-near/relayer2-base v1.1.3-0.20230914105446-42f23496919e
//replace github.com/aurora-is-near/relayer2-base => "../relayer2-base"
//replace github.com/aurora-is-near/near-api-go => github.com/aurora-is-near/near-api-go

// The following package had a conflicting dependency.
Expand All @@ -11,7 +11,7 @@ replace github.com/btcsuite/btcd => github.com/btcsuite/btcd v0.23.2

require (
github.com/aurora-is-near/near-api-go v0.0.14
github.com/aurora-is-near/relayer2-base v1.1.5
github.com/aurora-is-near/relayer2-base v1.1.7
github.com/btcsuite/btcutil v1.0.2
github.com/buger/jsonparser v1.1.1
github.com/ethereum/go-ethereum v1.10.25
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ github.com/aurora-is-near/go-jsonrpc/v3 v3.1.2 h1:GKX/ga2vElkJYHSIpWEGsW3Z5c0xFx
github.com/aurora-is-near/go-jsonrpc/v3 v3.1.2/go.mod h1:Li013EFlPu3crtlFQtWJAeE7VmdhSsxOpRoop1J0icw=
github.com/aurora-is-near/near-api-go v0.0.14 h1:6BHZ0jtUQ3frNx0h6Kucd2tOR/TZ5I7lScgN5khNhd8=
github.com/aurora-is-near/near-api-go v0.0.14/go.mod h1:k1fyeUePNSpC8VZTkbUaGbjMY8jexe4s5LffFejplyA=
github.com/aurora-is-near/relayer2-base v1.1.5 h1:JMnslE50YUojzRRWqEbtNe78MOMH51IL3Eld7U+rDQc=
github.com/aurora-is-near/relayer2-base v1.1.5/go.mod h1:kG6aD+qm1CeHvNjhBZRJR4HlnFEtbOXRdHTJB4FZGac=
github.com/aurora-is-near/relayer2-base v1.1.7 h1:Iudf+4UeoSl2PscdOJ9FKJgVJXwgrpr0zHZJYPFPcZc=
github.com/aurora-is-near/relayer2-base v1.1.7/go.mod h1:kG6aD+qm1CeHvNjhBZRJR4HlnFEtbOXRdHTJB4FZGac=
github.com/aurora-is-near/stream-backup v0.0.0-20221212013533-1e06e263c3f7 h1:aHMsjwM2KJ6EO9H7f1UgFD95c+d9BTpA43NQgZ6hiaM=
github.com/aurora-is-near/stream-backup v0.0.0-20221212013533-1e06e263c3f7/go.mod h1:71KeQcNFeKIHH0WeppWnXZBfwpGo/YwLK8TtC+r+TfY=
github.com/btcsuite/btcd v0.23.2 h1:/YOgUp25sdCnP5ho6Hl3s0E438zlX+Kak7E6TgBgoT0=
Expand Down
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ func main() {
c.AddCommand(publicCmd.AddKeysCmd())
c.AddCommand(publicCmd.DeleteKeysCmd())
c.AddCommand(publicCmd.GenerateKeysCmd())
c.AddCommand(cmd.GetBlockCmd())
c.AddCommand(cmd.FlattenDB())
c.AddCommand(cmd.StartCmd(func(cmd *cobra.Command, args []string) {
logger := log.Log()
bh, err := badger.NewBlockHandler()
Expand Down

0 comments on commit 4be29a0

Please # to comment.