Skip to content

Commit

Permalink
libocr b8c4d1923d16
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed May 1, 2023
1 parent d6bc843 commit e21d4d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/shopspring/decimal v1.3.1
github.com/smartcontractkit/chainlink-relay v0.1.7-0.20230420161409-bc9a3111e34e
// WARNING: Experimental version of libocr - do not merge until this is officially released!
github.com/smartcontractkit/libocr v0.0.0-20230419212942-1c3f88528944
github.com/smartcontractkit/libocr v0.0.0-20230428143950-b8c4d1923d16
github.com/stretchr/testify v1.8.1
github.com/tendermint/tendermint v0.34.23
go.uber.org/multierr v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPx
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
github.com/smartcontractkit/chainlink-relay v0.1.7-0.20230420161409-bc9a3111e34e h1:KEew28wYrzBEqGGd45RKATfBUKlivle61jyso8mMIc0=
github.com/smartcontractkit/chainlink-relay v0.1.7-0.20230420161409-bc9a3111e34e/go.mod h1:QkvPTbpf4ZNKGzMfTZ1HJBWOcfomRct1iyZqBogTnz8=
github.com/smartcontractkit/libocr v0.0.0-20230419212942-1c3f88528944 h1:RBABPM2qEudxZvqkq7lLOHGfgzoxdZ4tTW+QLVR1HOU=
github.com/smartcontractkit/libocr v0.0.0-20230419212942-1c3f88528944/go.mod h1:5JnCHuYgmIP9ZyXzgAfI5Iwu0WxBtBKp+ApeT5o1Cjw=
github.com/smartcontractkit/libocr v0.0.0-20230428143950-b8c4d1923d16 h1:7+CRogrPkS9tEl8Vr503dtiT/MZLIpjjEbDQf+ebK5M=
github.com/smartcontractkit/libocr v0.0.0-20230428143950-b8c4d1923d16/go.mod h1:7Pd28puvezPJXB+xRJlcsx5CfzzkFJbMXydaAEsL4E8=
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=
github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20230418232145-9b
github.com/smartcontractkit/chainlink/v2 v2.0.0-20230418232145-9b83bdc20e8a h1:euA3VRgcEXw8RtsYD9srEsGkl08O19JhYcWUggmi1Zs=
github.com/smartcontractkit/chainlink/v2 v2.0.0-20230418232145-9b83bdc20e8a/go.mod h1:s4z5oq5g5J+ezpO8DGUcS1FnlnXzgmnLty+4F2FowEE=
github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc h1:aSCDAai0Dmbhp/KHTtJnC/EJcaEz4CAO80SKRzRZiQA=
github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc/go.mod h1:5JnCHuYgmIP9ZyXzgAfI5Iwu0WxBtBKp+ApeT5o1Cjw=
github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc/go.mod h1:7Pd28puvezPJXB+xRJlcsx5CfzzkFJbMXydaAEsL4E8=
github.com/smartcontractkit/ocr2keepers v0.6.14 h1:Rg+SYd8PCyd4CcCetwnRKjVEQsHVsV6QOaWcLhi+6sg=
github.com/smartcontractkit/ocr2keepers v0.6.14/go.mod h1:gqIksJFzdXFsHfGdCWm1uTxbwvAltgcwcaqIgAStC1A=
github.com/smartcontractkit/ocr2vrf v0.0.0-20230313164535-dce9b4be73a3 h1:YqC6hCZpYPafWIYNcWDWCG/pbrvc6vhfnIKhbp6GBQ8=
Expand Down

0 comments on commit e21d4d0

Please sign in to comment.