Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update inx-app to 9a393ea95057 #27

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var (
Name = "inx-validator"

// Version of the app.
Version = "1.0.0-alpha.15"
Version = "1.0.0-alpha.16"
)

func App() *app.App {
Expand Down
2 changes: 1 addition & 1 deletion components/validator/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func run() error {
return Component.Daemon().BackgroundWorker(Component.Name, func(ctx context.Context) {
Component.LogInfof("Starting Validator with IssuerID: %s", validatorAccount.ID())

deps.NodeBridge.Events().LatestCommitmentChanged.Hook(func(details *nodebridge.Commitment) {
deps.NodeBridge.Events().LatestCommitmentChanged.Hook(func(_ *nodebridge.Commitment) {
checkValidatorStatus(ctx)
}, event.WithWorkerPool(Component.WorkerPool))

Expand Down
42 changes: 21 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/iotaledger/inx-validator
go 1.21

require (
github.com/iotaledger/hive.go/app v0.0.0-20240125100708-ebf40dcf31fb
github.com/iotaledger/hive.go/crypto v0.0.0-20240125100708-ebf40dcf31fb
github.com/iotaledger/hive.go/ierrors v0.0.0-20240125100708-ebf40dcf31fb
github.com/iotaledger/hive.go/runtime v0.0.0-20240125100708-ebf40dcf31fb
github.com/iotaledger/inx-app v1.0.0-rc.3.0.20240125161730-faf053c90f7b
github.com/iotaledger/iota.go/v4 v4.0.0-20240125151023-8623fbbce914
github.com/iotaledger/hive.go/app v0.0.0-20240214175801-9ca9f93790f5
github.com/iotaledger/hive.go/crypto v0.0.0-20240214175801-9ca9f93790f5
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214175801-9ca9f93790f5
github.com/iotaledger/hive.go/runtime v0.0.0-20240214175801-9ca9f93790f5
github.com/iotaledger/inx-app v1.0.0-rc.3.0.20240214181534-9a393ea95057
github.com/iotaledger/iota.go/v4 v4.0.0-20240214180848-ff6a4bb7bc41
go.uber.org/dig v1.17.1

)
Expand All @@ -20,28 +20,28 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/eclipse/paho.mqtt.golang v1.4.3 // indirect
github.com/ethereum/go-ethereum v1.13.11 // indirect
github.com/ethereum/go-ethereum v1.13.12 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/felixge/fgprof v0.9.3 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/pprof v0.0.0-20240117000934-35fc243c5815 // indirect
github.com/google/pprof v0.0.0-20240207164012-fb44976bdcd5 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/holiman/uint256 v1.2.4 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240125100708-ebf40dcf31fb // indirect
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20240125100708-ebf40dcf31fb // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20240125100708-ebf40dcf31fb // indirect
github.com/iotaledger/hive.go/lo v0.0.0-20240125100708-ebf40dcf31fb // indirect
github.com/iotaledger/hive.go/log v0.0.0-20240125100708-ebf40dcf31fb // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240125100708-ebf40dcf31fb // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240125100708-ebf40dcf31fb // indirect
github.com/iotaledger/inx/go v1.0.0-rc.2.0.20240125161426-1846f6320506 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240214175801-9ca9f93790f5 // indirect
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20240214175801-9ca9f93790f5 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20240214175801-9ca9f93790f5 // indirect
github.com/iotaledger/hive.go/lo v0.0.0-20240214175801-9ca9f93790f5 // indirect
github.com/iotaledger/hive.go/log v0.0.0-20240214175801-9ca9f93790f5 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240214175801-9ca9f93790f5 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240214175801-9ca9f93790f5 // indirect
github.com/iotaledger/inx/go v1.0.0-rc.2.0.20240214181217-a6dd0abaab8d // indirect
github.com/knadh/koanf v1.5.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
Expand All @@ -59,13 +59,13 @@ require (
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/grpc v1.61.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect
google.golang.org/grpc v1.61.1 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading
Loading