-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swap cosmos support (#3) #244
base: develop
Are you sure you want to change the base?
Conversation
* add cosmos support * add snapshots * add CI support
branch_for_cosmos: | ||
required: false | ||
default: 'main' | ||
type: string | ||
repo_for_cosmos: | ||
required: false | ||
default: 'cosmos/ledger-cosmos' | ||
type: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine for now, I'll change it to our fork once it's merged
@@ -177,6 +186,9 @@ jobs: | |||
- name: cardano | |||
repo: ${{ inputs.repo_for_cardano }} | |||
branch: ${{ inputs.branch_for_cardano }} | |||
- name: cosmos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will be used as COIN=
value
- name: cosmos | |
- name: ATOM |
test/python/conftest.py
Outdated
@@ -24,6 +24,7 @@ | |||
"DOT": "Polkadot", | |||
"tron": "Tron", | |||
"ton": "TON", | |||
"cosmos": "Cosmos", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be aligned with the value in the CI
"cosmos": "Cosmos", | |
"ATOM": "Cosmos", |
add cosmos support
add snapshots
add CI support
Checklist
develop