-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BCF 2440 remove chainsets from core (#10349)
* add native token field to cosmos config * remove fcdurl * change gas token to native token * rename to fee token * add basic methods to chain service * add bech32 prefix to cosmos config * bump chainlink-cosmos to feature branch * fix type error * update chain-cosmos.toml * fix fee estimator test * fix types and gas price estimator input * make config-docs * update chainlink-cosmos version * fix cosmos config tests * update tomls and types * GetChainStatus, ListNodeStatuses for cosmos and evm * fix tests * cleanup CosmosSendAtom * solana and starknet. fix solana tests * fix docs and scripts tests * remove atom references * use ValidateDenom * fix cosmos config in relayer test * sort cosmos config fields alphabetically * undo accidental test changes * WIP: remove chainset implementation from all chains * bump chainlink-cosmos version * fix cosmos config order * update relay factor to work with chains instead of chainsets * remove chainsets implementations :) * fix implementations to work with existing loop.Relay interfaces. previous developed in a workspace with modified interfaces * fix dependencies * fix nil test failure and linter * fixes and more tests * update toml passed to loop * address comments; fix or document TODOs; revert test changes; move/rename code for clarity * fix variable naming and error messages and revert total to -1 on error --------- Co-authored-by: Calvin Wang <calvin.wang@smartcontract.com> Co-authored-by: Calvin <78729586+calvwang9@users.noreply.github.com>
- Loading branch information
1 parent
64395bc
commit b41e626
Showing
48 changed files
with
1,379 additions
and
883 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.