@bitgo/account-lib 2.21.0-rc.4 → 2.21.0-rc.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.21.0-rc.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.21.0-rc.4...@bitgo/account-lib@2.21.0-rc.5) (2022-08-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * **account-lib:** add option to pass in custom seed ecdsa ([86b205e](https://github.com/BitGo/BitGoJS/commit/86b205e342ca5610ce460877a64f4733f944bf6e))
12
+
13
+
14
+
15
+
16
+
6
17
  # [2.21.0-rc.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.21.0-rc.3...@bitgo/account-lib@2.21.0-rc.4) (2022-08-01)
7
18
 
8
19
  **Note:** Version bump only for package @bitgo/account-lib
package/README.md CHANGED
@@ -13,17 +13,15 @@ Below is the list of coins supported by this library -- as well as those that
13
13
  are on the roadmap.
14
14
 
15
15
  | Coin | Mainnet Ticker | Testnet Ticker | Supported In Library |
16
- | :--------------- | :------------- | :------------- | :------------------- |
17
- | Tron | trx | ttrx | Yes |
18
- | Tezos | xtz | txtz | Yes |
19
- | Ethereum | eth | teth | Yes |
16
+ |:-----------------|:---------------|:---------------|:---------------------|
17
+ | Alogrand | algo | talgo | Yes |
20
18
  | CELO | celo | tcelo | Yes |
19
+ | Ethereum | eth | teth | Yes |
21
20
  | Ethereum Classic | etc | tetc | Yes |
22
21
  | RSK | rbtc | trbtc | Yes |
23
- | EOS | eos | teos | Not yet... |
24
- | Alogrand | algo | talgo | Not yet... |
25
- | Ripple | xrp | txrp | Not yet... |
26
22
  | Stellar | xlm | txlm | Not yet... |
23
+ | Tezos | xtz | txtz | Yes |
24
+ | Tron | trx | ttrx | Yes |
27
25
 
28
26
  ## Core Concepts
29
27