Skip to content

Releases: smartcontractkit/chainlink-solana

v0.2.5

25 Jan 15:57
2ef6641
Compare
Choose a tag to compare
bump integration framework, config changes (#137)

v0.2.3

24 Jan 13:22
5b4d7cd
Compare
Choose a tag to compare
Make state/transmit configurable + polling state (#124)

* standardize rpc commitment + move preflight check to parameter

* add SkipPreflight to spec

* make commitment level configurable

* fix relay test cases

* update monitoring with fetching state changes

* update e2e test with state fetching change

* preliminary polling - need test case, polling configurability

* polling test case

* add state polling to start up

* remove blocking calls on state fetching

* lint fixes

* use utils.StartStopOnce

* fix lint: pass lock by value

* use ContextFromChanWithDeadline

* initial race condition fixes

* add parameters to relay config

* update libocr to 5d2b1d5f424ba9183c4240ed4a6062141c82c7b5

* add RWMutex to prevent race conditions

* fix rebase damage

* include preliminary state timeout error

* make stale timeout configurable, default to skip preflight

* go fmt

* add new params to simple job spec

* fix commitment typo

* feedback fixes: fix comment, block close until loop exits, etc

* add polling jitter

v0.2.2

19 Jan 17:16
6b22141
Compare
Choose a tag to compare
Revert/hello world query (#122)

* Revert "Example `hello-world` contract (#120)"

This reverts commit 19b5eccda46f615d31cf6b4b22d5a3093c2547c5.

* revert gauntlet idl changes

v0.2.1

18 Jan 12:51
Compare
Choose a tag to compare
fix raising flag

v0.2.0

12 Jan 18:17
94fb6f7
Compare
Choose a tag to compare
Access controller: ownership transfer (#98)

* access-controller: Allow transferring ownership

* With anchor 0.20 we can now use the MAX_ADDRS constant

* access-controller: Rearrange fields

* Revert access list reorder

* Regenerate e2e bindings

* pkg/solana: Add ProposedOwner to AccessController

* update expected AC state size

* update gauntlet artifacts

Co-authored-by: aalu1418 <aalu1418@gmail.com>

v0.1.3

12 Jan 07:05
Compare
Choose a tag to compare
Add a close instruction so we can shut down existing accounts

v0.1.2

30 Dec 13:16
v0.1.2
Compare
Choose a tag to compare
v0.1.2

v0.2.4

25 Jan 15:52
Compare
Choose a tag to compare
Improve program IDs handling (#56)

* Allow specifying network via cargo feature

* Added localnet program IDs

* Improve localnet program key handling

* Move .sh under ./scripts

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Co-authored-by: Kristijan Rebernisak <kristijan.rebernisak@gmail.com>

v0.1.1

17 Dec 16:27
87d158f
Compare
Choose a tag to compare
updated program ids

v0.1.0

09 Dec 16:03
Compare
Choose a tag to compare
updated test script name