Releases: smartcontractkit/chainlink-solana
Releases · smartcontractkit/chainlink-solana
v0.2.6
remove non-evm integrations framework interfaces (#151)
v0.2.5
bump integration framework, config changes (#137)
v0.2.3
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
Revert/hello world query (#122) * Revert "Example `hello-world` contract (#120)" This reverts commit 19b5eccda46f615d31cf6b4b22d5a3093c2547c5. * revert gauntlet idl changes
v0.2.1
fix raising flag
v0.2.0
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 <[email protected]>
v0.1.3
Add a close instruction so we can shut down existing accounts
v0.1.2
v0.1.2
v0.2.4
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 <[email protected]> Co-authored-by: Kristijan Rebernisak <[email protected]>