-
Notifications
You must be signed in to change notification settings - Fork 4
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
Release TokenCoreX Upgrade #52
Merged
Merged
Conversation
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
Collaborator
XuNeal
commented
Dec 6, 2023
- Remove accounts from keystore and locale the private key by path
- Standardize all function names in the format of verb + noun
- Add the sign_hashes and get_pubilc_keys api
- Add eth, eos, btc, cosmos
- Add identity to keysotre
Co-authored-by: sun <[email protected]>
* pin to Rust version 1.71.1 * rename WifDisplay to WIFDisplay * add bitcoin segwit address * add bitcoin tests * fix!: wrong change address * refactor bitcoin to support P2WPKH, P2SH-P2WPKH, P2PKH * fix tests * refactor: rename tcx-btc-fork to tcx-btc-kin * refactor: simplify BtcForkNetwork and rename it to BtcKinNetwork * add implemention for Native SegWit and Taproot * derive the address based on the input's address type when signing * add p2tr and p2wpkh tests * use sig.verify for schnorr signature * refactor: define const BTC_KIN_NETWORKS --------- Co-authored-by: tyrone <[email protected]>
xwartz
approved these changes
Mar 11, 2024
xwartz
approved these changes
Mar 14, 2024
xiaoguang1010
approved these changes
Mar 18, 2024
xiaoguang1010
approved these changes
Mar 21, 2024
…79) * chore: modify btc transaction utxo path to full path * chore: modify bch and ltc transaction utxo to full path
* fix: fix identity keystore deletion bug after migration * test: otpimization test case
xiaoguang1010
approved these changes
Mar 26, 2024
* feat: mark identity wallet ids * feat: add read_keystore_menmonic_path api
xiaoguang1010
approved these changes
Mar 27, 2024
xiaoguang1010
approved these changes
Mar 27, 2024
xiaoguang1010
approved these changes
Mar 28, 2024
…ystores interface (#86)
xiaoguang1010
approved these changes
Apr 8, 2024
* fix: metadata missing password_hint error * feat: make the password_hint is option
xwartz
approved these changes
Apr 18, 2024
xiaoguang1010
approved these changes
Apr 19, 2024
xiaoguang1010
approved these changes
Apr 22, 2024
xiaoguang1010
approved these changes
May 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.