Skip to content

Conversation

kylesmartin
Copy link
Contributor

No description provided.

jmank88 and others added 15 commits October 8, 2025 16:04
* new fq

* add zksync too

* forge fmt

* fix test

* fix snapshot

* update gowrappers for latest

* nit

* fixed process chain fam sel

* update latest wrappers

* nit

* rens feedback

* rebased

* fix dependency version

* cleanup

* cleanup

* remove wrapper dependency version.txt

* rebased

* make wrappers

---------

Co-authored-by: FelixFan1992 <[email protected]>
* remove trailing slash

* move MockRouter test

* add snapshot

* refresh pnpm lock

* upgrade foundry and refresh snapshot
* [CCIP-7478] Add README covering CCIP tooling design & usage

* Bump

* Add lanes example

* Add more connections
* add bytecode gen warning

* bump to 1.6.3 and bump contract not in scope to 1.6.4

* update changelog

* Delete dup chains/evm/bytecode/README.MD

* use 1.6.x instead of versions to reduce churn

* improve genning bytecode

* Update CHANGELOG.md

* add 1.6.3 feeQuoter to wrapper folder

* remove -dev

* include ABI extraction from wrappers

* fix inclusion in package

* Error on error
* gen zk + metadata

* add msg hasher
* define MCM deployment api

* fix codegen
* wip

* working deploy

* go mod

* connect test

* add go.md

* go mod

* cr comments

* cr comments
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.24.0 to 0.24.2.
- [Release notes](https://github.com/btcsuite/btcd/releases)
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES)
- [Commits](btcsuite/btcd@v0.24.0...v0.24.2)

---
updated-dependencies:
- dependency-name: github.com/btcsuite/btcd
  dependency-version: 0.24.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rens Rooimans <[email protected]>
* Update .gitignore

* Update .gitignore
/// @dev This contract is a variant of BurnMintTokenPool that uses `burn(amount)`.
contract BurnMintTokenPool is BurnMintTokenPoolAbstract, ITypeAndVersion {
string public constant override typeAndVersion = "BurnMintTokenPool 1.6.3-dev";
string public constant override typeAndVersion = "BurnMintTokenPool 1.7.0-dev";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated all the token pool versions, pools on develop are CCV enabled and versions should reflect that.

+ 32 // token account belonging to the token receiver, e.g ATA, not included in the token lookup table
+ 32 // per-chain token pool config, not included in the token lookup table
+ 32; // per-chain token billing config, not always included in the token lookup table
uint256 public constant SUI_TOKEN_TRANSFER_DATA_OVERHEAD = (4 + 32) // source_pool, 4 bytes for length, 32 bytes for address
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Remove all Sui references?


// According to the Sui docs, a set of non-contiguous addresses below 0xdee9 are reserved for system use.
// https://github.com/MystenLabs/sui/blob/54ae98508569804127bd73d84aa2fb816bdea402/crates/sui-types/src/lib.rs#L141
uint256 public constant SUI_PRECOMPILE_SPACE = 0xdee9;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Remove all Sui references?

@kylesmartin kylesmartin marked this pull request as ready for review October 17, 2025 17:39
@kylesmartin kylesmartin requested review from a team as code owners October 17, 2025 17:39
Copy link

Metric merge-main-10-17-2025 develop
Coverage 69.4% 68.8%

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.

10 participants