Releases: smartcontractkit/chainlink-ccip
Releases · smartcontractkit/chainlink-ccip
solana-artifacts-localtest-fd2e35d7deb5
Add v0.1.2 go bindings (#1192) * Add v0.1.2 go bindings * fix alias
solana-artifacts-localtest-b96a80a69ad2
Bump Sol BnM LnR Contract versions (#1183) * Bump Sol BnM LnR Contract versions * Pin solana version to v2 * test lower version * test again * Another test * test * test * now? * More tests * Test * Undo * Add log * Set gossip port
solana-artifacts-localtest-8184001834b5
set freeze separately (#1178)
solana-artifacts-localtest-eb39ec4ff519
Add config poller V2 implementation for use with ChainAccessor (#1136) * Add config poller V2 impl * delete README and add TODO * add some documentation to config poller v2 * implement fetchFreshSourceChainConfigsViaAccessor * migrate getFeeQuoterTokenPriceUSD to use accessor * goimports * Attempt to fix integration test issues * Use v17 since that's the expected pg_dump version * Revert back to v16 * Work around preparetest issues --------- Co-authored-by: Blaž Hrastnik <[email protected]>
solana-artifacts-localtest-7f8a0f403c3a
add new key for testnet + mainnet (#1129)
solana-artifacts-localtest-111ef75e9257
Drop the `-dev` suffix of solana contract versions (#1128)
solana-artifacts-localtest-c0506474fc44
Bump all contracts to 0.1.1, and upgrade the 0.1.1 bindings with ever…
solana-artifacts-localtest-332999c3da0c
Check that global_chunk_size is not 0 (#1121)
solana-artifacts-localtest-0a5421b55d11
Add version field to ChainConfig (#1120) * Add version field to ChainConfig. Current migration is broken due to mishandling of variable-length fields * Remove broken migration * Remove broken migration test * Remove everything else related to broken migration * Remove unused debugs * Add one-off code for deleting & re-creating the chain config
solana-artifacts-localtest-054c2fd0df06
Clippy fixes (#1124) * Print clippy version on CI * First bunch of lint fixes * More clippy fixes * div_ceil lint