- Change Tezos signedTx property from string to hex
- Change Tezos currency symbol to 't' due to font issue with official symbol
- Set default
signedTx
property on EdgeTransactions to empty string
- Integration of RSK / RBTC
- Integration of Tezos
- Allow importing of XLM and XRP private keys
- Implement ignoring of zero-amount transactions (ie proxy allowance)
- Fix
edgeTransaction.otherParams.data
issue throwing error whenotherParams
does not exist
- Implement Totle transactions (extra proxy allowance transaction)
- Fix EOS infinite loop issue
- Fix Outgoing EOS transaction issue
- Fix EOS syncing issue
- Fix node 12 compatibility
- Fix BRZ token multiplier / denomination / decimals
- Add BRZ as a native ERC20 token
- Fix importing Ethereum private keys starting with 0x.
- Allow multiple unconfirmed Ethereum spends at once.
- Fix toke denomination issue for encodeUri and parseUri
- Increase unit test timeout
- Update Ripple block explorer link.
- Add ability to import Ethereum private keys.
- Add ability to detect dropped Ethereum transactions.
- Get Ethereum to catch insufficient token balance transactions
- Convert Infura eth_getBalance to decimal string.
- Fix GUSD denominations.
- Improve Ethereum token syncing using multiple servers.
- Fix GUSD and TUSD contract addresses
- Fix incorrect Ethereum private key parsing.
- Add popular ERC-20 tokens
- Fix CORS issues during EOS activation on react-native.
- Upgrade to the edge-core-js v0.15.0 and adapt to breaking changes.
- Fix the node entry point not to crash
- Fix a crash on boot on React Native
- Upgrade to the edge-core-js v0.14.0 types
- Modernize the build system
- Fix ETH blockHeight from fluttering in/out of confirmation
- Fix XLM makeSpend if called multiple times and older edgeTransaction is used for signTx
- Properly call onTransactionsChanged on new txs
- Fix EOS accounts from being detected after activation
- Fix display of ETH private seeds
- Fix XRP incorrect spend amounts
- Fix syncing of ETH wallets after network disconnect/reconnect
- Improve syncing of XRP wallets by connecting to multiple servers
- Improve syncing of XRP wallets by detecting connection failure and retrying
- Change ETH fee estimates for better confirmation times
- Change broadcastTx to broadcast to all APIs at the same time
- Add Infura to broadcast APIs
- Add EOS support
- Add Ethereum support
- Retry failed XRP broadcasts
- Publish with a cleaned lib/ directory. Identical code to 0.0.15
- Use new colored icons
- Fix saving read back of lastAddressQueryHeight to prevent always querying from block 0
- Do not load transactions until core asks for getTransactions or we have to save a new tx to disk
- Fix incorrect error thrown from makeSpend due to insufficient funds
- Fix parseUri for unique identifiers of XLM and XRP
- Full spend/receive functionality for Ripple/XRP refactored from edge-currency-ripple
- Full spend/receive functionality for Stellar with memo.id support
- EOS support for send/receive
- EOS support for showing outgoing transactions only
- EOS missing ability to activate account