Commit graph

29 commits

Author SHA1 Message Date
José Oliveira
c200b0824a fix: remove unnecessary config load and fee calculation 2021-11-16 18:02:55 +00:00
José Oliveira
8c948d08c7 fix: rename argument for fee discount calculation 2021-11-16 18:02:53 +00:00
José Oliveira
eb33203d26 feat: apply fee discount for outgoing tx 2021-11-16 18:02:44 +00:00
André Sá
21bdf5f60a chore: use logger for all important logs 2021-10-11 16:24: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
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
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
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
34704e071d fix: custom error handling for all wallets and cache update 2021-03-07 17:38:36 +00:00
Taranto
086c5ec188 fix: change rpc call after get balance deprecation 2020-04-15 19:14:33 +02:00
Taranto
fa69d2a030 hotfix: add fudge factor 2020-03-23 19:10:58 +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
d3478fb2ba Fix fee fetching issues 2019-04-17 19:24:08 +03: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
Neal Conner
edd54c16f5 Support CashAddr format (#109)
* Don't convert BCH address

* Update for CashAddr

* Rename to Bitcoin Cash

* fix typo
2018-03-22 17:12:53 +00:00
Josh Harvey
c2af183911 format for latest standard 2018-03-10 18:59:40 +00:00
Josh Harvey
d0fc03c385 fix blockchain configDir 2017-07-18 21:31:51 +02:00
Josh Harvey
5a26f718c5 coinUtils fixes 2017-07-09 13:31:01 +03:00
Josh Harvey
178f576cfb add blockchain install scripts 2017-07-06 21:56:56 +03:00
Josh Harvey
2c525c1e5c generalize bitcoind json-rpc 2017-06-30 18:22:55 +03:00
Josh Harvey
bf0dc3f7f3 add support for funding 2017-06-20 12:52:15 +03:00
Josh Harvey
86adfd0a63 handle cash-in errors 2017-04-25 02:32:14 +03:00
Josh Harvey
daee1f894f fix bitcoind; add some scripts 2017-04-16 14:56:29 +03:00
Josh Harvey
e7ab8223c2 Migrate plugins to lib directory 2017-04-15 20:33:54 +03:00