You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add sequnce and operation for onramp
* need testing
* mod tidy
* add test
* fix build
* fix ci
* refactor
* fix nix and add test
* refactor
* goimport
* test CI
* reorder CI
* fix file name
* add router
* DynamicConfig is not snakedata
* These fields are not embedded
* Start working on methods
* Router should be cross chain address
* ops: Restructure based on Aptos
* wip: Further restructuring
* router update
* update test
* update
* Define deploy for all three contracts
* Restructure packages, ops should be it's own package
* Update vendorHash
* Fix type sizing mistakey
* Further work on AddLane
* wip
* wip
* add sendRequest helper function and update ccipsend binding, missing tests
* rm wrong imports
* change extraargs back to cell
* fix: Use destChainConfig.router rather than onramp.router
* Relayer and TONService implementation (#60)
* feat: implement relayer and ton service
* update hash
* add client cache with TTL expiration and TODOs for LogPoller-related functions
* some refactor
* Merge pull request #84 from smartcontractkit/jh/adding-mock-and-bump-chainlink-common
Add go mocks and bump chainlink-common version
* Use existing network in integration tests (#86)
* feat: use existing ton
* fix: lint
* fix: repo link
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Tests almost pass
* Manually call fund
* goimports
* Fix lints
* Update vendor hash
* fix more lints
* more lints
* More binding fixes, 2/3 commands now succeed
* sync replaces with core
* Update with changes upstream
* add state
* Fix compilation
* Start implementing ChainAccessor
* Get method to execute
* Fix duplication
* address PR comments for refactor, addLane testhelper
* Partially implement feeQuoter.UpdatePrices, first Accessor test now passes
* Implement GetExpectedNextSequenceNumber
* Need to return the *next* sequence number
* TEMP: Switch to smartcontractkit/chainlink-common#1450 for public types
* implement missing parts for addLane changeset
* update CCIP tokenAmounts
* Switch back to latest stable chainlink-common
* WIP: GetConfig
* Validate correct sender
* Apply suggestion from @patricios-space
Co-authored-by: Patricio <contact@patricios.space>
* update SendTonRequest, need to test once go work fixed
* fix test from core branch, remove comments
* fix address codec to be chain specific addrCodec
* Undo shell.nix changes
* XImplement FeeQuoterDestChainConfig, other methods
* fix relay bugs
* rm debugger print
* Bump chainlink-common, implement more of config fetching
* Add get sourceChainConfig(selector)
* Update provider to actually initialize CCIP Provider
* Fix method name
* Use a mutex around bindings, add GetContractAddress
* add comment
* refactor
* Get the code to build with latest core
* Fix lintsy
* Update hash...
* Add type assertions, fix typing of TokenData codec
* Bump again?
* Fix testy
* Fix compilation
* Use RUnlock where appropriate
* tidy
* Fix bool parsing
* Resolve a couple TODOs
* fix deployment submodule
* use zero version for stale version fast fail
* update binding to use RampMsg instead of CCIPSent
* lint
* lint
* Add offramp bindings and wrappers
* Implement GetContractAddress via getBinding
* Fix typing
* Directly embed ramp message into MessageSent event
* Implement feeQuoter.UpdateFeeTokens, fix tests
* format
* Update vendorHash
* fix build
---------
Co-authored-by: Joe Huang <joe.huang@smartcontract.com>
Co-authored-by: Brian Sztamfater <brian.sztamfater@smartcontract.com>
Co-authored-by: Jonghyeon Park <jadepark.dev@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Patricio <contact@patricios.space>
0 commit comments