Skip to content

tolk-1-2-mylocalton-fix#387

Merged
archseer merged 15 commits into
tolk-1-2from
jade/tolk-1-2-mylocalton-fix
Nov 25, 2025
Merged

tolk-1-2-mylocalton-fix#387
archseer merged 15 commits into
tolk-1-2from
jade/tolk-1-2-mylocalton-fix

Conversation

@jadepark-dev

@jadepark-dev jadepark-dev commented Nov 24, 2025

Copy link
Copy Markdown
Collaborator

This PR applies the following items to #359

  • Bumps core_version to use centralized mylocalton config in remote core for ccip e2e test
  • Merge latest commits from main
  • Bumps mylocalton to 3.96with TVM 12 support

Ref: #373

Currently using not-merged-yet core_version from

krebernisak and others added 12 commits November 17, 2025 11:34
* Allow MCMS<T>.submitErrorReport even when root is expired

* Timelock.onBouncedMessage - Mark the operation as final

* Adopt SnakedCell<T>

* Timelock - support blocking msg bodies (data) < 32 bits

* Revert - 'Timelock - support blocking msg bodies (data) < 32 bits'

* Use SnakedCell<RootDescriptor> for roots

* Add scripts/disk-cache-gc.sh run to e2e test (#366)

* Add scripts/disk-cache-gc.sh run to e2e test

* Relocate Nix store to /mnt
* dont cache test logs

* chore: clean log dir before running test

* fix: flag

---------

Co-authored-by: Jade Park <jadepark.dev@gmail.com>
* replace all encode and decode functions with builder type

* refactor message encoding as well

* Update contracts/wrappers/ccip/OffRamp.ts

Co-authored-by: Kristijan Rebernisak <kristijan.rebernisak@gmail.com>

* Update contracts/wrappers/ccip/OffRamp.ts

Co-authored-by: Kristijan Rebernisak <kristijan.rebernisak@gmail.com>

* fmt

* fix typo

---------

Co-authored-by: Kristijan Rebernisak <kristijan.rebernisak@gmail.com>
* refactor offramp binding and chain accessor ocr3base

* update comments

* fix lint

* fix contract test

* add chainId back

* golint
…event (#361)

* feat: add feeValueJuels to getValidatedFee

* fix: missed overwritten param

* fix: update feequoter go bindings

* fix: update onramp go bindings

* fix: golint

* fix: revert unnecesary change

* feat: don't fail on missing link token price

* cicd: power up integration test vm

* test: make feequoter errors work

* Fix errorCodes for feeQuoter

* LINK token price also needs configuring

* Update generated feeQuoter exit codes

---------

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
* chore: clean up

* chore: bump core

* chore: bump core/deployment

* chore: tidy

* chore: clean up
@jadepark-dev jadepark-dev marked this pull request as ready for review November 25, 2025 14:02
@jadepark-dev jadepark-dev requested a review from a team as a code owner November 25, 2025 14:02
@archseer archseer merged commit d11cc5d into tolk-1-2 Nov 25, 2025
24 checks passed
@archseer archseer deleted the jade/tolk-1-2-mylocalton-fix branch November 25, 2025 14:33
archseer added a commit that referenced this pull request Dec 1, 2025
* Tolk 1.2

* Fix pendingOwner serialization

* Fix maybeAddr serialization in typescript wrappers

* Fix go bindings

* nix: Bump sha

* Fix more cases

* chore: bump mylocalton

* tolk-1-2-mylocalton-fix (#387)

* MCMS suite polish/fixes #3 (#360)

* Allow MCMS<T>.submitErrorReport even when root is expired

* Timelock.onBouncedMessage - Mark the operation as final

* Adopt SnakedCell<T>

* Timelock - support blocking msg bodies (data) < 32 bits

* Revert - 'Timelock - support blocking msg bodies (data) < 32 bits'

* Use SnakedCell<RootDescriptor> for roots

* Add scripts/disk-cache-gc.sh run to e2e test (#366)

* Add scripts/disk-cache-gc.sh run to e2e test

* Relocate Nix store to /mnt

* chore: remove unused function (#368)

* Dont cache CI test run logs (#377)

* dont cache test logs

* chore: clean log dir before running test

* fix: flag

---------

Co-authored-by: Jade Park <jadepark.dev@gmail.com>

* Bump core version tag (#381)

* refactor: offramp wrappers to use CellCodec (#379)

* replace all encode and decode functions with builder type

* refactor message encoding as well

* Update contracts/wrappers/ccip/OffRamp.ts

Co-authored-by: Kristijan Rebernisak <kristijan.rebernisak@gmail.com>

* Update contracts/wrappers/ccip/OffRamp.ts

Co-authored-by: Kristijan Rebernisak <kristijan.rebernisak@gmail.com>

* fmt

* fix typo

---------

Co-authored-by: Kristijan Rebernisak <kristijan.rebernisak@gmail.com>

* refactor ton accessor ocr3base binding (#384)

* refactor offramp binding and chain accessor ocr3base

* update comments

* fix lint

* fix contract test

* add chainId back

* golint

* [NONEVM-3047] feat: add feeValueJuels to getValidatedFee and TVM2ANY event (#361)

* feat: add feeValueJuels to getValidatedFee

* fix: missed overwritten param

* fix: update feequoter go bindings

* fix: update onramp go bindings

* fix: golint

* fix: revert unnecesary change

* feat: don't fail on missing link token price

* cicd: power up integration test vm

* test: make feequoter errors work

* Fix errorCodes for feeQuoter

* LINK token price also needs configuring

* Update generated feeQuoter exit codes

---------

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>

* NONEVM-2403: use CLDF for ton localnet access (#373)

* chore: clean up

* chore: bump core

* chore: bump core/deployment

* chore: tidy

* chore: clean up

* chore: bump core

* chore: bump mylocalton

* chore: modgraph

* Fix compilation on 1.2

* fix import

* fix: wait for current masterchain block

---------

Co-authored-by: Kristijan Rebernisak <kristijan.rebernisak@gmail.com>
Co-authored-by: Patricio <contact@patricios.space>
Co-authored-by: Oliver Townsend <133903322+ogtownsend@users.noreply.github.com>
Co-authored-by: vicentevieytes <73846744+vicentevieytes@users.noreply.github.com>
Co-authored-by: Joe Huang <joe.huang@smartcontract.com>
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>

* fix import yet again

* Address review

* Update sha

---------

Co-authored-by: Jade Park <jadepark.dev@gmail.com>
Co-authored-by: Kristijan Rebernisak <kristijan.rebernisak@gmail.com>
Co-authored-by: Patricio <contact@patricios.space>
Co-authored-by: Oliver Townsend <133903322+ogtownsend@users.noreply.github.com>
Co-authored-by: vicentevieytes <73846744+vicentevieytes@users.noreply.github.com>
Co-authored-by: Joe Huang <joe.huang@smartcontract.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants