Releases: smartcontractkit/chainlink-ton
Releases · smartcontractkit/chainlink-ton
TON Contracts Build (806777cda32a)
Remove CallProxy contract (ex 151) (#154) * Remove CallProxy contract * Replace CallProxy tests with ExecutorRoleCheck tests * Update Go bindings * Fix missing .asCell() * yarn fmt * Remove CallProxy tests * Rebase fix asCell --------- Co-authored-by: Kristijan Rebernisak <[email protected]>
TON Contracts Build (1954e9abf01c)
ton-contracts-build-1954e9abf01c [NONEVM-2593] debug: Add pretty addresses in assertLog (#192)
TON Contracts Build (60d3ba6bf24b)
ton-contracts-build-60d3ba6bf24b contract state view support to enable TON2EVM staging (#187)
TON Contracts Build (16f0a4a70a97)
[NONEVM-2540] Normalize builder interfaces for TS bindings (#179) * ref: interface change * fix: missing updates * fix: add missing .asCell() * fix: add missing .asCell()
TON Contracts Build (4ccb51887a77)
ton-contracts-build-4ccb51887a77 ref: replace beginCell().emptyCell() with Cell.EMPTY (#173)
TON Contracts Build (ecb89d8b6794)
Improve Nix devex - add lock-nix-tidy bin (#157) * Improve Nix devex - add lock-nix-tidy bin * Polish the script * Update docs * Update lock.nix docs
TON Contracts Build (c34d87c6bf86)
ton-contracts-build-c34d87c6bf86 fix yml format
TON Contracts Build (06d5969f3bc2)
OffRamp: handle execution state for message on merkleroot (#139) * handle execution state for message on merkleroot * fix compilation and add events * fix errors not being correctly thrown and asserted * reduce merkleRootId to fit on bounced message * test that the offRamp emits event when message bounces * define constants for the execution states on bindings * refactor Logs.ts to not use ternary logig for LogMatch * fmt * use crc32 on opcodes * refactor handlers to their own functions on contracts, add receiver and rootId fields to messages * fix errors on interfaces using rootId * refactor: handlers for contract messages into funcitons * remove CCIP prefix from ExecutionStateChanged * fix typo
TON Contracts Build (ee7ebd37e432)
ton-contracts-build-ee7ebd37e432 build tarball from the nix pkg output
TON Contracts Build (ea83710750aa)
ton-contracts-build-ea83710750aa fix compile error on offramp test