Sérgio Salgado
c0808e9bd7
feat: start working on monero implementation
...
feat: monero files and config
feat: monero interface
feat: monero rpc digest request
feat: add monero to wallet wizard splash
fix: tarball unzipping
fix: monero files
fix: monero zipped folder path
fix: undefined variable
chore: xmr stagenet
fix: prune-blockchain flag
fix: monero wallet arguments
chore: rpc-bind-port on monero wallet
chore: monero wallet directory
fix: fetch digest request
fix: monero authentication
fix: monero address creation
fix: monero config port
fix: wallet creation
fix: wallet rpc daemon login
fix: get monero funding
fix: unauthorized issue with multiple requests on Promise.all
fix: generate funding addresses
fix: destination address balance for XMR cashout
fix: transaction creation
feat: transaction recommended mixin and ring size
fix: monero wallet error handling
fix: error handling
fix: monero wallet error
feat: guide to add new cryptos
chore: small code shortcuts
fix: crypto implementation guide
chore: add XMR to exchange files
2021-11-15 15:19:27 +00:00
André Sá
21bdf5f60a
chore: use logger for all important logs
2021-10-11 16:24:24 +01:00
Neal
0ac62139db
feat: re-enable geth install
2021-10-04 07:31:17 +01:00
José Oliveira
6d60fe487e
fix: big number subtraction
2021-10-04 07:31:17 +01:00
José Oliveira
2cafe074b2
fix: add missing decimal places number
2021-07-05 11:10:24 +01:00
José Oliveira
ea44478b48
chore: update big number package
2021-07-05 11:10:24 +01:00
Sérgio Salgado
fc4af4885a
fix: remove blockchain utils module
2021-06-23 15:07:01 +01:00
Sérgio Salgado
de832e435b
fix: missing import
...
refactor: unify geth transaction between eth and erc20 tokens
2021-06-23 15:07:01 +01:00
Sérgio Salgado
8e099e3283
feat: change to generic ERC-20 ABI json file
...
fix: coinUtils rename import
2021-06-23 15:07:01 +01:00
Sérgio Salgado
c0fff41368
fix: wallet config path
2021-06-23 15:07:01 +01:00
Sérgio Salgado
1ad937527e
fix: remove comment
2021-06-23 15:07:01 +01:00
Sérgio Salgado
dfca785ed0
feat: integration of erc-20 tokens
2021-06-23 15:07:01 +01:00
Sérgio Salgado
0b5da0b78f
fix: l-c import
2021-06-23 15:07:01 +01:00
Sérgio Salgado
1dd16c2220
feat: base for USDT support
2021-06-23 15:07:01 +01:00
Sérgio Salgado
bb433164ab
chore: redirect coin dependencies to l-c module
2021-06-23 15:07:01 +01:00
Sérgio Salgado
3423e2ddd0
chore: replace imports to point to lamassu-coins module
2021-06-23 15:07:01 +01:00
csrapr
72dbeccb4b
Fix: throws errors on pazuz-wallet newAddress
2021-06-20 15:54:55 +01:00
csrapr
c2c44f8ef9
Fix: use env var on production
2021-05-27 14:47:11 +01:00
csrapr
da7cfd02b0
Feat: getStatus pazuz wallet
2021-05-27 14:47:11 +01:00
csrapr
845c885aad
Feat: newAddress route
2021-05-27 14:47:11 +01:00
csrapr
df37bcc519
Fix: error handling
2021-05-27 14:47:11 +01:00
csrapr
800d09dd71
Feat: sendcoins pazuz
2021-05-27 14:47:11 +01:00
csrapr
ee9f4a766e
Feat: make pazuz wallet plugin
2021-05-27 14:47:11 +01:00
csrapr
b6d91f94bf
Chore: refactor generic wallet and wallet plugins
2021-05-27 14:47:11 +01:00
José Oliveira
0e39aa78c9
refactor: remove nested loop
2021-05-25 10:47:14 +01:00
José Oliveira
d338d0adca
feat: rbf checking in blockcypher plugin
2021-05-25 10:47:14 +01:00
José Oliveira
442e7cd8d9
fix: non-error was thrown
2021-03-17 11:21:13 +00:00
José Oliveira
44cf7f6c41
fix: use opid variable
2021-03-17 11:21:13 +00:00
José Oliveira
7d07964e7e
refactor: use pRetry to prevent recursive call
2021-03-17 11:21:13 +00:00
Neal
74d3691812
feat: support shielded zec sends
2021-03-17 11:21:13 +00:00
José Oliveira
34704e071d
fix: custom error handling for all wallets and cache update
2021-03-07 17:38:36 +00:00
José Oliveira
145a21cc8d
fix: handle errors when wallet is unreachable
2021-03-07 17:38:36 +00:00
Sérgio Salgado
82e85033df
fix: ETH balance
2021-02-20 17:38:05 +00:00
Sérgio Salgado
caf2c83bfb
fix: move ETH pending balance fix to wallet
2021-02-15 23:19:11 +00:00
Taranto
086c5ec188
fix: change rpc call after get balance deprecation
2020-04-15 19:14:33 +02:00
Taranto
1cc3c820b5
fix: pr fixes
2020-03-23 19:10:58 +01:00
Taranto
fa69d2a030
hotfix: add fudge factor
2020-03-23 19:10:58 +01:00
naconner
1d02521334
Bitcoin ABC 0.20.9 getbalance compatibility change
2020-01-13 14:29:43 +01:00
naconner
07f4bdfb66
Fix ETH sending following miner fee logging
2019-11-19 16:25:06 +00:00
Taranto
91fc4e7cc2
Fix ETH fee fetching
2019-08-06 20:47:50 +01:00
Neal Conner
e795537f2b
litecoind 0.17 getbalance compatibility change
2019-08-06 20:43:04 +01:00
Michael Hampton
def5a16ad4
bitcoind 0.17/0.18 getbalance compatibility change
...
Because of bitcoind deprecating its internal account system, the getbalance RPC call now has a dummy argument as the first argument. The help says it can be omitted or changed to '*', so we change it to '*', both for backward compatibility and because in testing I found that omitting the argument was broken. Using '*' has the same semantics as omitting the argument, if accounts were not used in the previous version of bitcoind.
2019-08-06 20:42:44 +01:00
Rafael Taranto
919848aecd
Geth/infura nonce fix ( #295 )
...
* Geth/infura nonce fix
* Fix nonce logic
2019-07-17 12:32:53 +01:00
Rafael Taranto
c5398c4b86
Assume https:// at the start of infura endpoint
2019-07-16 10:29:20 +01:00
Neal Conner
1a467707e8
Trim API token's whitespace
2019-05-16 11:20:54 +01:00
Rafael Taranto
d3478fb2ba
Fix fee fetching issues
2019-04-17 19:24:08 +03:00
Rafael Taranto
71ed3b83dd
Send legacy address for BCH on bitgo api
2019-04-17 15:32:02 +03:00
Rafael Taranto
61ad8a9eba
Fix deprecated api call on bitgo api ( #255 )
...
* Fix deprecated api call on bitgo api
* Change filterUnconfirmed to filterPending
2019-03-07 10:03:48 +00:00
Neal Conner
ca59c7a6c5
Add Dash to BitGo wallet, remove Quadriga ( #251 )
...
* Add Dash to BitGo, remove Quadriga
* Update bitgo.js
* Update bitgo.json
2019-03-02 14:44:47 +01:00
Davit Abulashvili
163473a7ee
Log miner fee ( #237 )
...
* Get miner fee written in some wallet plugins
* Return txid and fee for geth. possible problem with txid (zero hash on pending transaction)
* bitgo fee return
* Wallet apis fees save in cryptoAtoms
2019-01-04 16:34:50 +00:00