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

Terra async state fetching #5849

Merged
merged 6 commits into from
Jan 25, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Bump
  • Loading branch information
connorwstein committed Jan 25, 2022
commit 0bf82c403d62f57829f5a3cf143e79a131496de6
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ require (
github.com/scylladb/go-reflectx v1.0.1
github.com/shopspring/decimal v1.3.1
github.com/smartcontractkit/chainlink-solana v0.2.3-0.20220121213958-5b4d7cdb0ba2
github.com/smartcontractkit/chainlink-terra v0.0.5-0.20220124222249-deee283a6e74
github.com/smartcontractkit/chainlink-terra v0.0.5-0.20220125000306-fc590b06833c
github.com/smartcontractkit/helmenv v1.0.25
github.com/smartcontractkit/integrations-framework v1.0.35
github.com/smartcontractkit/libocr v0.0.0-20220121130134-5d2b1d5f424b
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2265,6 +2265,8 @@ github.com/smartcontractkit/chainlink-terra v0.0.5-0.20220124214602-0ee715c38923
github.com/smartcontractkit/chainlink-terra v0.0.5-0.20220124214602-0ee715c38923/go.mod h1:lnLYd1S6YZV/uGS3V0VCXZQDOegygwa5sqw0pBeJwTw=
github.com/smartcontractkit/chainlink-terra v0.0.5-0.20220124222249-deee283a6e74 h1:jgNVaOFkK76qJx5XmhF6CiZJqNk1ql+Eq/Dz81hW0Xg=
github.com/smartcontractkit/chainlink-terra v0.0.5-0.20220124222249-deee283a6e74/go.mod h1:lnLYd1S6YZV/uGS3V0VCXZQDOegygwa5sqw0pBeJwTw=
github.com/smartcontractkit/chainlink-terra v0.0.5-0.20220125000306-fc590b06833c h1:3EbR3QrZoHGEghnP9OKG0+8dNy0b3Ro5mksgVdAiW2w=
github.com/smartcontractkit/chainlink-terra v0.0.5-0.20220125000306-fc590b06833c/go.mod h1:lnLYd1S6YZV/uGS3V0VCXZQDOegygwa5sqw0pBeJwTw=
github.com/smartcontractkit/helmenv v1.0.25 h1:FxVzDyMa5GjIHAsK9puHbraoSM1Z7IThN6oqEz8cukU=
github.com/smartcontractkit/helmenv v1.0.25/go.mod h1:ef0doolSZf8ckqaWMIK2M+EPXdIKYVzttd6EXaCgCK4=
github.com/smartcontractkit/integrations-framework v1.0.35 h1:P4O6EVqzPByS2s1CRJSDr5TovkwqEHNmKJyrkdDuZiQ=
Expand Down