Skip to content

Commit

Permalink
Merge pull request #794 from forta-network/add-uniquekey-and-sources-…
Browse files Browse the repository at this point in the history
…to-proto

Add uniquekey and sources to proto
  • Loading branch information
stevenlanders authored Jul 14, 2023
2 parents d2fbbdc + 77196f6 commit 8872aaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/docker/go-connections v0.4.0
github.com/ethereum/go-ethereum v1.11.5
github.com/fatih/color v1.13.0
github.com/forta-network/forta-core-go v0.0.0-20230707135647-22e01847143a
github.com/forta-network/forta-core-go v0.0.0-20230714131804-d7d9aff707db
github.com/go-playground/validator/v10 v10.9.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/goccy/go-json v0.9.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ github.com/flynn/noise v0.0.0-20180327030543-2492fe189ae6/go.mod h1:1i71OnUq3iUe
github.com/flynn/noise v1.0.0 h1:DlTHqmzmvcEiKj+4RYo/imoswx/4r6iBlCMfVtrMXpQ=
github.com/flynn/noise v1.0.0/go.mod h1:xbMo+0i6+IGbYdJhF31t2eR1BIU0CYc12+BNAKwUTag=
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
github.com/forta-network/forta-core-go v0.0.0-20230707135647-22e01847143a h1:X5b5J14Ij/AFCgWI1HMXPI27BDUo9H5MundDjGvBJ90=
github.com/forta-network/forta-core-go v0.0.0-20230707135647-22e01847143a/go.mod h1:F4O7Yxhs0WSB9iFLiCVSYMPI1wOKuLMZIk8dbVg+J/Y=
github.com/forta-network/forta-core-go v0.0.0-20230714131804-d7d9aff707db h1:iaeRvODNqzhZ+xQTEql97Jy7588aTOHiG22L1sCM1VQ=
github.com/forta-network/forta-core-go v0.0.0-20230714131804-d7d9aff707db/go.mod h1:F4O7Yxhs0WSB9iFLiCVSYMPI1wOKuLMZIk8dbVg+J/Y=
github.com/forta-network/go-multicall v0.0.0-20230609185354-1436386c6707 h1:f6I7K43i2m6AwHSsDxh0Mf3qFzYt8BKnabSl/zGFmh0=
github.com/forta-network/go-multicall v0.0.0-20230609185354-1436386c6707/go.mod h1:nqTUF1REklpWLZ/M5HfzqhSHNz4dPVKzJvbLziqTZpw=
github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g=
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/agents/combinerbot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ func (as *agentServer) EvaluateAlert(ctx context.Context, request *protocol.Eval
AlertId: combinerbotalertid.CombinationAlertID,
Name: "Combination Alert",
Description: request.Event.Alert.Hash,
EverestId: "",
Private: false,
Addresses: nil,
Indicators: nil,
Expand Down

0 comments on commit 8872aaa

Please sign in to comment.