This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
100 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
This document allows to track, explain and maintain the dependencies we have defined in package.json. | ||
|
||
### Direct Dependencies | ||
|
||
| library name (what). | description of its usage (why) | ideal frequency of update (when) / status | | ||
|------------------------|--------------------------------|----------------------------------| | ||
|@celo/contractkit | Celo coin integration | monthly | | ||
|@celo/wallet-base | Celo coin integration | monthly | | ||
|@celo/wallet-ledger | Celo coin integration | monthly | | ||
|@cosmjs/crypto | Cosmos coin integration | monthly | | ||
|@cosmjs/ledger-amino | Cosmos coin integration | monthly | | ||
|@cosmjs/proto-signing | Cosmos coin integration | monthly | | ||
|@cosmjs/stargate | Cosmos coin integration | monthly | | ||
|@crypto-com/chain-jslib | Crypto.com coin integration | monthly | | ||
|@ethereumjs/common | Ethereum coin integration | monthly | | ||
|@ethereumjs/tx | Ethereum coin integration | monthly | | ||
|@ledgerhq/compressjs | used for LiveQR feature | stable | | ||
|@ledgerhq/cryptoassets | crypto currencies and tokens | weekly | | ||
|@ledgerhq/devices | devices data | weekly | | ||
|@ledgerhq/errors | errors defintion | weekly | | ||
|@ledgerhq/hw-app-algorand| Algorand coin integration | weekly | | ||
|@ledgerhq/hw-app-btc | Bitcoin coin integration | weekly | | ||
|@ledgerhq/hw-app-cosmos | Cosmos coin integration | weekly | | ||
|@ledgerhq/hw-app-eth | Ethereum coin integration | weekly | | ||
|@ledgerhq/hw-app-polkadot| Polkadot coin integration | weekly | | ||
|@ledgerhq/hw-app-solana | Solana coin integration | weekly | | ||
|@ledgerhq/hw-app-str | Ethereum coin integration | weekly | | ||
|@ledgerhq/hw-app-tezos | Tezos coin integration | weekly | | ||
|@ledgerhq/hw-app-trx | TRON coin integration | weekly | | ||
|@ledgerhq/hw-app-xrp | XRP coin integration | weekly | | ||
|@ledgerhq/hw-transport | device communication | weekly | | ||
|@ledgerhq/hw-transport-mocker| used by tests | weekly | | ||
|@ledgerhq/hw-transport-node-speculos| used by bot tests | weekly | | ||
|@ledgerhq/json-bignumber| workaround for Ledger explorers who don't give String in some API | stable | | ||
|@ledgerhq/live-app-sdk | utils for live apps feature | ??? | | ||
|@ledgerhq/logs | logs | weekly | | ||
|@polkadot/types | Polkadot coin integration | **BLOCKED BY LLM (ticket missing)** | | ||
|@polkadot/types-known | Polkadot coin integration | **BLOCKED BY LLM (ticket missing)** | | ||
|@solana/spl-token | Solana coin integration | monthly | | ||
|@solana/web3.js | Solana coin integration | monthly | | ||
|@taquito/ledger-signer | Tezos coin integration | **BLOCKED BY LLM (ticket missing)** | | ||
|@taquito/taquito | Tezos coin integration | **BLOCKED BY LLM (ticket missing)** | | ||
|@types/bchaddrjs | Bitcoin coin integration | monthly | | ||
|@types/bs58check | Bitcoin coin integration | monthly | | ||
|@walletconnect/client | Wallet connect feature | monthly | | ||
|@xstate/react | used for some components | TBD DEPRECATE? | | ||
|@zondax/ledger-filecoin | Filecoin coin integration | monthly | | ||
|algosdk | Algorand coin integration | monthly | | ||
|async | ??? | UNCLEAR IF USED | | ||
|axios | network | monthly | | ||
|axios-retry | network | monthly | | ||
|base32-decode | Filecoin coin integration | monthly | | ||
|bchaddrjs | Bitcoin coin integration | monthly | | ||
|bech32 | Bitcoin coin integration | BLOCKED? TBD | | ||
|bignumber.js | many parts involving amounts | monthly | | ||
|bip32 | coin integrations | monthly | | ||
|bip32-path | coin integrations | monthly | | ||
|bip39 | needed for bot | monthly | | ||
|bitcoinjs-lib | Bitcoin coin integration | monthly | | ||
|blake-hash | Bitcoin coin integration | monthly | | ||
|bs58 | Bitcoin coin integration | monthly | | ||
|bs58check | Bitcoin coin integration | monthly | | ||
|buffer | many parts for bytes ops | monthly | | ||
|cashaddrjs | Bitcoin coin integration | monthly | | ||
|cbor | Filecoin coin integration | monthly | | ||
|coininfo | Bitcoin coin integration | monthly | | ||
|crypto-js | NEO coin integration | monthly | | ||
|eip55 | Ethereum coin integration | monthly | | ||
|eth-sig-util | Ethereum coin integration | monthly | | ||
|ethereumjs-abi | Ethereum coin integration | monthly | | ||
|ethereumjs-util | Ethereum coin integration | monthly | | ||
|expect | Tests | monthly | | ||
|generic-pool | Bitcoin coin integration | monthly | | ||
|invariant | generic helper | monthly | | ||
|isomorphic-ws | WebSocket helper | monthly | | ||
|json-rpc-2.0 | Ethereum coin integration | monthly | | ||
|leb128 | Filecoin coin integration | monthly | | ||
|lodash | generic helper | monthly | | ||
|lru-cache | generic helper | monthly | | ||
|numeral | for very concise amount display (on graph) | monthly – **TBD if can be dropped** | | ||
|object-hash | Solana coin integration | monthly | | ||
|performance-now | bot | monthly – may not strongly need | | ||
|prando | account mocks | stable – try not to upgrade to not change the mock data too often | | ||
|redux | general react helper | monthly | | ||
|reselect | general react helper | monthly | | ||
|ripemd160 | Bitcoin coin integration | monthly | | ||
|ripple-binary-codec | XRP coin integration | monthly | | ||
|ripple-bs58check | XRP coin integration | monthly | | ||
|ripple-lib | XRP coin integration | monthly | | ||
|rlp | Ethereum coin integration | monthly | | ||
|rxjs | generic helper | BLOCKED by issue revealed when trying to upgrade. **ticket missing** | | ||
|rxjs-compat | generic helper | BLOCKED by issue revealed when trying to upgrade. **ticket missing** | | ||
|secp256k1 | Bitcoin coin integration | monthly | | ||
|semver | generic helper | monthly | | ||
|sha.js | generic helper for crypto | monthly | | ||
|stellar-sdk | Stellar coin integration | monthly | | ||
|triple-beam | logs | monthly | | ||
|winston | logs | monthly | | ||
|xstate | generic helper for React | **TBD why it's needed.** | | ||
|zcash-bitcore-lib | Bitcoin coin integration | monthly | |
2f1461f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ 68 txs ❌ 2 txs⚠️ 1 specs ($413.10) for Bot 'Phosphore'
1 critical spec errors
Spec Filecoin failed!
2 mutation errors
Details of the 70 mutations
Spec Algorand (6)
Spec Bitcoin (5)
Spec Bitcoin Testnet (22)
Spec Bitcoin Cash (7)
Spec Bitcoin Gold (5)
Spec Dash (2)
Spec Digibyte (7)
Spec DogeCoin (7)
Spec Komodo (5)
Spec Litecoin (7)
Spec Peercoin (5)
Spec PivX (5)
Spec Qtum (5)
Spec Stakenet (5)
Spec Vertcoin (5)
Spec Viacoin (5)
Spec ZCash (5)
Spec Horizen (5)
Spec Decred (failed)
Spec Celo (5)
Spec Cosmos (9)
Spec Crypto.org Testnet (5)
Spec Elrond (3)
Spec BSC (7)
Spec Polygon (10)
Spec Ethereum (failed)
Spec Ethereum Classic (6)
Spec Ethereum Ropsten (10)
Spec Filecoin (failed)
Spec Polkadot (2)
Spec XRP (4)
Spec Solana (7)
Spec Stellar (failed)
Spec Tezos (failed)
Spec Tron (failed)
Details of the 66 uncovered mutations
Spec Algorand (1)
Spec Bitcoin (4)
Spec Bitcoin Gold (2)
Spec Dash (4)
Spec Digibyte (3)
Spec DogeCoin (1)
Spec Komodo (2)
Spec Litecoin (1)
Spec PivX (1)
Spec Qtum (2)
Spec Stakenet (2)
Spec Vertcoin (2)
Spec Viacoin (1)
Spec Decred (4)
Spec Cosmos (6)
Spec BSC (2)
Spec Polygon (1)
Spec Ethereum (6)
Spec Filecoin (1)
Spec Polkadot (4)
Spec Stellar (1)
Spec Tezos (7)
Spec Tron (8)
Portfolio ($413.10)
Details of the 35 currencies
2f1461f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ 61 txs ❌ 4 txs⚠️ 1 specs ($415.28) for Bot 'Phosphore'
1 critical spec errors
Spec Filecoin failed!
4 mutation errors
Details of the 65 mutations
Spec Algorand (6)
Spec Bitcoin (5)
Spec Bitcoin Testnet (22)
Spec Bitcoin Cash (7)
Spec Bitcoin Gold (5)
Spec Dash (2)
Spec Digibyte (7)
Spec DogeCoin (7)
Spec Komodo (5)
Spec Litecoin (7)
Spec Peercoin (5)
Spec PivX (5)
Spec Qtum (5)
Spec Stakenet (5)
Spec Vertcoin (5)
Spec Viacoin (5)
Spec ZCash (5)
Spec Horizen (5)
Spec Decred (failed)
Spec Celo (5)
Spec Cosmos (9)
Spec Crypto.org Testnet (5)
Spec Elrond (3)
Spec BSC (7)
Spec Polygon (10)
Spec Ethereum (failed)
Spec Ethereum Classic (6)
Spec Ethereum Ropsten (10)
Spec Filecoin (failed)
Spec Polkadot (2)
Spec XRP (4)
Spec Solana (7)
Spec Stellar (failed)
Spec Tezos (failed)
Spec Tron (failed)
Details of the 70 uncovered mutations
Spec Algorand (2)
Spec Bitcoin (4)
Spec Bitcoin Gold (2)
Spec Dash (4)
Spec Digibyte (3)
Spec Komodo (2)
Spec Litecoin (2)
Spec Peercoin (1)
Spec PivX (1)
Spec Qtum (1)
Spec Stakenet (2)
Spec Vertcoin (2)
Spec Viacoin (1)
Spec ZCash (1)
Spec Horizen (2)
Spec Decred (4)
Spec Cosmos (6)
Spec BSC (2)
Spec Polygon (1)
Spec Ethereum (6)
Spec Filecoin (1)
Spec Polkadot (4)
Spec Stellar (1)
Spec Tezos (7)
Spec Tron (8)
Portfolio ($415.28)
Details of the 35 currencies
2f1461f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ 62 txs ❌ 3 txs ($43,509.59) for Bot 'Phosphore'
3 mutation errors
Details of the 65 mutations
Spec Algorand (6)
Spec Bitcoin (5)
Spec Bitcoin Testnet (22)
Spec Bitcoin Cash (7)
Spec Bitcoin Gold (5)
Spec Dash (2)
Spec Digibyte (7)
Spec DogeCoin (7)
Spec Komodo (5)
Spec Litecoin (7)
Spec Peercoin (5)
Spec PivX (5)
Spec Qtum (5)
Spec Stakenet (5)
Spec Vertcoin (5)
Spec Viacoin (5)
Spec ZCash (5)
Spec Horizen (5)
Spec Decred (failed)
Spec Celo (5)
Spec Cosmos (9)
Spec Crypto.org Testnet (5)
Spec Elrond (3)
Spec BSC (7)
Spec Polygon (10)
Spec Ethereum (failed)
Spec Ethereum Classic (6)
Spec Ethereum Ropsten (10)
Spec Filecoin (3)
Spec Polkadot (2)
Spec XRP (4)
Spec Solana (7)
Spec Stellar (failed)
Spec Tezos (failed)
Spec Tron (failed)
Details of the 69 uncovered mutations
Spec Algorand (2)
Spec Bitcoin (4)
Spec Bitcoin Gold (2)
Spec Dash (4)
Spec Digibyte (2)
Spec DogeCoin (1)
Spec Komodo (3)
Spec Litecoin (3)
Spec Peercoin (1)
Spec PivX (1)
Spec Qtum (1)
Spec Stakenet (2)
Spec Vertcoin (1)
Spec Viacoin (1)
Spec Horizen (2)
Spec Decred (4)
Spec Cosmos (6)
Spec BSC (2)
Spec Polygon (1)
Spec Ethereum (6)
Spec Polkadot (4)
Spec Stellar (1)
Spec Tezos (7)
Spec Tron (8)
Portfolio ($43,509.59)
Details of the 35 currencies