@bitgo/account-lib 2.21.0-rc.0 → 2.21.0-rc.11

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,81 @@
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.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.21.0-rc.10...@bitgo/account-lib@2.21.0-rc.11) (2022-08-17)
7
+
8
+ **Note:** Version bump only for package @bitgo/account-lib
9
+
10
+
11
+
12
+
13
+
14
+ # [2.21.0-rc.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.21.0-rc.9...@bitgo/account-lib@2.21.0-rc.10) (2022-08-15)
15
+
16
+ **Note:** Version bump only for package @bitgo/account-lib
17
+
18
+
19
+
20
+
21
+
22
+ # [2.21.0-rc.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.21.0-rc.8...@bitgo/account-lib@2.21.0-rc.9) (2022-08-12)
23
+
24
+ **Note:** Version bump only for package @bitgo/account-lib
25
+
26
+
27
+
28
+
29
+
30
+ # [2.21.0-rc.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.21.0-rc.7...@bitgo/account-lib@2.21.0-rc.8) (2022-08-10)
31
+
32
+ **Note:** Version bump only for package @bitgo/account-lib
33
+
34
+
35
+
36
+
37
+
38
+ # [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)
39
+
40
+
41
+ ### Features
42
+
43
+ * **account-lib:** add option to pass in custom seed ecdsa ([86b205e](https://github.com/BitGo/BitGoJS/commit/86b205e342ca5610ce460877a64f4733f944bf6e))
44
+
45
+
46
+
47
+
48
+
49
+ # [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)
50
+
51
+ **Note:** Version bump only for package @bitgo/account-lib
52
+
53
+
54
+
55
+
56
+
57
+ # [2.21.0-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.21.0-rc.2...@bitgo/account-lib@2.21.0-rc.3) (2022-07-28)
58
+
59
+ **Note:** Version bump only for package @bitgo/account-lib
60
+
61
+
62
+
63
+
64
+
65
+ # [2.21.0-rc.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.21.0-rc.1...@bitgo/account-lib@2.21.0-rc.2) (2022-07-27)
66
+
67
+ **Note:** Version bump only for package @bitgo/account-lib
68
+
69
+
70
+
71
+
72
+
73
+ # [2.21.0-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.21.0-rc.0...@bitgo/account-lib@2.21.0-rc.1) (2022-07-27)
74
+
75
+ **Note:** Version bump only for package @bitgo/account-lib
76
+
77
+
78
+
79
+
80
+
6
81
  # [2.21.0-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.1...@bitgo/account-lib@2.21.0-rc.0) (2022-07-26)
7
82
 
8
83
 
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