Skip to content

Releases: smartcontractkit/chainlink-ton

TON Contracts Build (0acfdcb19338)

08 Apr 07:46
0acfdcb

Choose a tag to compare

QA testadapter methods (#633)

* feat: methods

* feat: docs and qa

* fix: point to PR branch

* fix: revert go.mod change

* fix: typos and small fixes

* fix: duplicated line

* tmp: import changes from PR

* fix: gomods tidy

* fix: lint

* fix: implement latest changes

* feat: script get wallet info from mnemonic

* fix: error detection on execution

* fix: scripts

* fix: bump import to PR branch

* fix: package.json fmt

* wip: bump imports

* bump to branch

* fix: bump

* fix: missing interface issue

* fix: dissable CGO_ENABLED=1 in golint

* fix: bump imports

* fix: point all chainlink-ccip/deployment imports to latest pr commit, rollback all others

* fix: exec with expect

* fix: bump import

* feat: GetTokenExpansionConfig change

* wip: bump imports

* chore(deps): bump core/deployment to latest, chainlink-ccip (#684)

* chore: bump core to latest, ccip(branch tip)

* chore: nix

* Update go.md

---------

Co-authored-by: Patricio Tourne Passarino <patricio.passarino@smartcontract.com>

* fix: missing bump

* chore: nix hash

* chore(deps): bump grpc

* chore: core ref

* fix: apply suggestions

* fix: package.json fmt

* nodes config and testadapter update

* chore: trigger ci

* chore: tidy

* chore: trigger ci

* fix ton extra data codec to use lower camel case

* chore: trigger ci

* Bump .core_version

* chore: testing latest

* Revert "chore: testing latest"

This reverts commit c5269c21d6bb0774ac29418ab62f07622b0125b0.

* chore: trigger CI

* chore: bump core

* chore: trigger ci

* chore: trigger ci

* chore: trigger ci

---------

Co-authored-by: Jonghyeon Park <jadepark.dev@gmail.com>
Co-authored-by: Joe Huang <joe.huang@smartcontract.com>
Co-authored-by: Kristijan <kristijan.rebernisak@gmail.com>

TON Contracts Build (0819619563fd)

27 Mar 14:44
0819619

Choose a tag to compare

fix receiver should use reserve and carry_all_balance (#631)

* fix receiver should use reserve and carry_all_balance

* Update contracts/tests/ccip/Receiver.spec.ts

Co-authored-by: Patricio <contact@patricios.space>

* fix missing import

* inline validate and confirm code from receiver lib which needs to be splitted

* fix recommended values

* fix label workflow

* Update contract.tolk

* add migrate function

---------

Co-authored-by: Patricio <contact@patricios.space>

TON Contracts Build (5def0f0e65cf)

19 Mar 17:44
5def0f0

Choose a tag to compare

Contract Verification Script (#649)

* Contract verification

* fix

* address_ref.json

TON Contracts Build (000ada7a1017)

16 Mar 18:34
000ada7

Choose a tag to compare

ton-contracts-build-000ada7a1017

test: global curse (#640)

TON Contracts Build (f1fe66f89fd0)

12 Mar 16:25
f1fe66f

Choose a tag to compare

make receiver upgradeable (#651)

* make receiver upgradeable

* fix compilation error

* Update contract.tolk

TON Contracts Build (a869e81b24df)

10 Mar 14:31
a869e81

Choose a tag to compare

ton-contracts-build-a869e81b24df

fix label workflow

TON Contracts Build (596ec9478816)

06 Mar 20:55
596ec94

Choose a tag to compare

ton-contracts-build-596ec9478816

skip check for contracts diff when label is present

TON Contracts Build (054376f21418)

19 Feb 20:21
054376f

Choose a tag to compare

Update type domain to 'link.chain' (#610)

* Update type domain to 'link.chain'

* Update TS bindings consts, add ec test

* Update facilityId/exitCode

* Update Deployable contract pin

* Fix static test

* Polish

* Fix test

* Extract contract type const

* PR feedback

* Fix Upgradeable exit code Go binding

* Remove unused (common?) exit codes

contracts/1.6.0

08 Apr 13:35
054376f

Choose a tag to compare

Same content as ton-contracts-build-054376f21418, republished under contracts/1.6.0

TON Contracts Build (255e1979746b)

13 Feb 22:53
255e197

Choose a tag to compare

Firedrill contracts (#602)

* add contracts and initial blueprint scaffolding

* add wrappers

* extend LogType to have feequoter logs

* fix getSourceChainConfig ts wrapper

* fix contracts

* define test suites for firedrill contracts

* fix offramp and get tests to pass

* get tests to pass, fmt

* move firerill files to the chainlink-ton/contracts directory

* fix message and lane should be from ton to ton

* script to deploy firedrill contracts

* add typeAndVersion getters to contracts

* fmt

* check for ownable before the message match

* remove unused exit code

* clean up deployment script

* use already defined ownable wrapppers

* fmt

* use createEmptyCell

* fix var shadowing

* fix entrypoint deployment

* split runFiredrill scripts

* add required contract getters

* fix chain selector

* fix tonAddressToCrossChainAddress

* add else clause to message handler on ramps

* fmt

* change event to USDPerGasUpdated, add FeeQUoter to TypeAndversion

* also include Router in typeAndVersion

* increase delay to avoid script to fail

* fix ci failures