Skip to content

Commit 32df71c

Browse files
committed
bump libocr
1 parent 92bf9cc commit 32df71c

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

core/scripts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/olekukonko/tablewriter v0.0.5
1717
github.com/shopspring/decimal v1.3.1
1818
github.com/smartcontractkit/chainlink/v2 v2.0.0-00010101000000-000000000000
19-
github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc
19+
github.com/smartcontractkit/libocr v0.0.0-20230511231551-add2f31b6ca9
2020
github.com/smartcontractkit/ocr2keepers v0.6.14
2121
github.com/smartcontractkit/ocr2vrf v0.0.0-20230510102715-c58be582bf19
2222
github.com/smartcontractkit/sqlx v1.3.5-0.20210805004948-4be295aacbeb

core/scripts/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,8 +1373,8 @@ github.com/smartcontractkit/chainlink-solana v1.0.3-0.20230424191709-c9fec8c08e1
13731373
github.com/smartcontractkit/chainlink-solana v1.0.3-0.20230424191709-c9fec8c08e1b/go.mod h1:xJBfiC458k8PgbFRk0yG+6sNL+TQ3sG7ZhDVX98ZLAY=
13741374
github.com/smartcontractkit/chainlink-starknet/relayer v0.0.0-20230424184429-bfdf6bddb239 h1:YmYkbdM5YXVV+IWgp+5ctfplMEoXamT0LR0qsnM4eps=
13751375
github.com/smartcontractkit/chainlink-starknet/relayer v0.0.0-20230424184429-bfdf6bddb239/go.mod h1:RZzvRfGjMe4lBOT1H/MRfjnNoyUWOiHlOcHx/BZYg+M=
1376-
github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc h1:aSCDAai0Dmbhp/KHTtJnC/EJcaEz4CAO80SKRzRZiQA=
1377-
github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc/go.mod h1:5JnCHuYgmIP9ZyXzgAfI5Iwu0WxBtBKp+ApeT5o1Cjw=
1376+
github.com/smartcontractkit/libocr v0.0.0-20230511231551-add2f31b6ca9 h1:DexuodrxVfS+5Psq/GiYykF8wX3VZWAYTGpMY6qCiMg=
1377+
github.com/smartcontractkit/libocr v0.0.0-20230511231551-add2f31b6ca9/go.mod h1:5JnCHuYgmIP9ZyXzgAfI5Iwu0WxBtBKp+ApeT5o1Cjw=
13781378
github.com/smartcontractkit/ocr2keepers v0.6.14 h1:Rg+SYd8PCyd4CcCetwnRKjVEQsHVsV6QOaWcLhi+6sg=
13791379
github.com/smartcontractkit/ocr2keepers v0.6.14/go.mod h1:gqIksJFzdXFsHfGdCWm1uTxbwvAltgcwcaqIgAStC1A=
13801380
github.com/smartcontractkit/ocr2vrf v0.0.0-20230510102715-c58be582bf19 h1:RxaC+V34UEP2u/riXfcvWPZEglri4UsfQi5joUObZ08=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ require (
6666
github.com/smartcontractkit/chainlink-relay v0.1.7-0.20230505214134-c890447508f9
6767
github.com/smartcontractkit/chainlink-solana v1.0.3-0.20230424191709-c9fec8c08e1b
6868
github.com/smartcontractkit/chainlink-starknet/relayer v0.0.0-20230424184429-bfdf6bddb239
69-
github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc
69+
github.com/smartcontractkit/libocr v0.0.0-20230511231551-add2f31b6ca9
7070
github.com/smartcontractkit/ocr2keepers v0.6.14
7171
github.com/smartcontractkit/ocr2vrf v0.0.0-20230510102715-c58be582bf19
7272
github.com/smartcontractkit/sqlx v1.3.5-0.20210805004948-4be295aacbeb

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,8 +1387,8 @@ github.com/smartcontractkit/chainlink-solana v1.0.3-0.20230424191709-c9fec8c08e1
13871387
github.com/smartcontractkit/chainlink-solana v1.0.3-0.20230424191709-c9fec8c08e1b/go.mod h1:xJBfiC458k8PgbFRk0yG+6sNL+TQ3sG7ZhDVX98ZLAY=
13881388
github.com/smartcontractkit/chainlink-starknet/relayer v0.0.0-20230424184429-bfdf6bddb239 h1:YmYkbdM5YXVV+IWgp+5ctfplMEoXamT0LR0qsnM4eps=
13891389
github.com/smartcontractkit/chainlink-starknet/relayer v0.0.0-20230424184429-bfdf6bddb239/go.mod h1:RZzvRfGjMe4lBOT1H/MRfjnNoyUWOiHlOcHx/BZYg+M=
1390-
github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc h1:aSCDAai0Dmbhp/KHTtJnC/EJcaEz4CAO80SKRzRZiQA=
1391-
github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc/go.mod h1:5JnCHuYgmIP9ZyXzgAfI5Iwu0WxBtBKp+ApeT5o1Cjw=
1390+
github.com/smartcontractkit/libocr v0.0.0-20230511231551-add2f31b6ca9 h1:DexuodrxVfS+5Psq/GiYykF8wX3VZWAYTGpMY6qCiMg=
1391+
github.com/smartcontractkit/libocr v0.0.0-20230511231551-add2f31b6ca9/go.mod h1:5JnCHuYgmIP9ZyXzgAfI5Iwu0WxBtBKp+ApeT5o1Cjw=
13921392
github.com/smartcontractkit/ocr2keepers v0.6.14 h1:Rg+SYd8PCyd4CcCetwnRKjVEQsHVsV6QOaWcLhi+6sg=
13931393
github.com/smartcontractkit/ocr2keepers v0.6.14/go.mod h1:gqIksJFzdXFsHfGdCWm1uTxbwvAltgcwcaqIgAStC1A=
13941394
github.com/smartcontractkit/ocr2vrf v0.0.0-20230510102715-c58be582bf19 h1:RxaC+V34UEP2u/riXfcvWPZEglri4UsfQi5joUObZ08=

integration-tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/smartcontractkit/chainlink-env v0.32.1
1919
github.com/smartcontractkit/chainlink-testing-framework v1.11.6
2020
github.com/smartcontractkit/chainlink/v2 v2.0.0-00010101000000-000000000000
21-
github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc
21+
github.com/smartcontractkit/libocr v0.0.0-20230511231551-add2f31b6ca9
2222
github.com/smartcontractkit/ocr2keepers v0.6.14
2323
github.com/smartcontractkit/ocr2vrf v0.0.0-20230510102715-c58be582bf19
2424
github.com/stretchr/testify v1.8.2

integration-tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,8 +1346,8 @@ github.com/smartcontractkit/chainlink-starknet/relayer v0.0.0-20230424184429-bfd
13461346
github.com/smartcontractkit/chainlink-starknet/relayer v0.0.0-20230424184429-bfdf6bddb239/go.mod h1:RZzvRfGjMe4lBOT1H/MRfjnNoyUWOiHlOcHx/BZYg+M=
13471347
github.com/smartcontractkit/chainlink-testing-framework v1.11.6 h1:W5BfxVDRWZ/PepyMUyJqR8w8XcnFbP4aZqL+ha+DiaA=
13481348
github.com/smartcontractkit/chainlink-testing-framework v1.11.6/go.mod h1:76JD6PEhH9QActeOUKfPjm/4Cfyn+cpp3u0ASoq0RpU=
1349-
github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc h1:aSCDAai0Dmbhp/KHTtJnC/EJcaEz4CAO80SKRzRZiQA=
1350-
github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc/go.mod h1:5JnCHuYgmIP9ZyXzgAfI5Iwu0WxBtBKp+ApeT5o1Cjw=
1349+
github.com/smartcontractkit/libocr v0.0.0-20230511231551-add2f31b6ca9 h1:DexuodrxVfS+5Psq/GiYykF8wX3VZWAYTGpMY6qCiMg=
1350+
github.com/smartcontractkit/libocr v0.0.0-20230511231551-add2f31b6ca9/go.mod h1:5JnCHuYgmIP9ZyXzgAfI5Iwu0WxBtBKp+ApeT5o1Cjw=
13511351
github.com/smartcontractkit/ocr2keepers v0.6.14 h1:Rg+SYd8PCyd4CcCetwnRKjVEQsHVsV6QOaWcLhi+6sg=
13521352
github.com/smartcontractkit/ocr2keepers v0.6.14/go.mod h1:gqIksJFzdXFsHfGdCWm1uTxbwvAltgcwcaqIgAStC1A=
13531353
github.com/smartcontractkit/ocr2vrf v0.0.0-20230510102715-c58be582bf19 h1:RxaC+V34UEP2u/riXfcvWPZEglri4UsfQi5joUObZ08=

0 commit comments

Comments
 (0)