forked from trustwallet/wallet-core
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Integrate Bitcoin Gold to Trust Wallet #2
Closed
Closed
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
* ref_block_prefix type changed to uint64 * remove toInt() * Add tests for chainParams range checking. * Move chainParam trunctation to Transaction class, extend to block number as well. * Minor cleanup. Co-authored-by: Adam R <[email protected]>
* Refactor IoTeX staking. * Add IoTeX Staking C++ tests. * remove TWIoTeXStaking
* Update to solana v1.0 * Update coin info * Return serialized transaction as base-58-encoded string
* Add UTXOPlanner to test * Update android sample to 2.0.3 * Update osx sample with AnySigner * code review comments
* FIO: Update NewFundsReq to testnet v0.9.0. * Add chainCode to NewFundsContent. * FIO: Proper VarInt length encoding. * FIO: FundsRequest fixes (base64 enc, actor). * iOS compile fix. * FIO encryption: Move encode and decode logic to Encryption class. Co-authored-by: Catenocrypt <[email protected]>
* Coin Entry and Dispatcher prototype. * Extend CoinEntry scheme to signing as well. * Get rid of AnySigner.h. * Extend CoinEntry to tx planning as well. * Add Entry for BitcoinCash, inherited from Bitcoin. * Make CoinEntry multi-coin capable (e.g. for Bitcoin family). * Extended Ethereum entry with other Eth-fork coins, few more coins. * Code generator for Entry files. * Cleanup, remove remainders of switch(coin) statements. * Add AnySignerPlan and other missing tests. * Coins: return list of supported coins. * GetCoinTypes(), walletconsole uses this instead of scanning. * Extra Ethereum plan negative case. * Coin dispatch: removing UTXOPlanner duplication, merged into AnySigner. * remove unnecessary comments/tests
* Add back signing proto in json * add method to check json supporting * Fix podspec syntax * Add back cpp sample
…rt (trustwallet#894) * added extra field for harmony staking * updated harmony staking fields
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.
Description
Testing instructions
Types of changes
Checklist
[WIP]
if necessary.