Commit graph

42 commits

Author SHA1 Message Date
José Oliveira
0859b3b938 fix: include starting state on install script 2022-02-14 17:56:51 +00:00
Sérgio Salgado
92efea080e fix: promise resolving in reducer function 2022-01-24 20:17:54 +00:00
Sérgio Salgado
fc5a13fcf3 fix: workaround inquirer validation not working properly 2022-01-24 18:25:27 +00:00
Sérgio Salgado
4b910ff87b fix: return values for validation function 2022-01-24 16:30:55 +00:00
Sérgio Salgado
9411b2ea69 fix: blockchain status 2022-01-24 15:56:43 +00:00
Sérgio Salgado
2819b8a519 feat: add blockchain status getter to all daemons 2022-01-24 14:33:16 +00:00
Sérgio Salgado
75cb094476 chore: initial function stubs 2022-01-24 14:31:57 +00:00
André Sá
09f62e3a16 chore: rename "Ethereum" to "Ethereum and/or USDT"
Only for the `lamassu-coins` script.
2021-12-30 18:05:30 +00:00
André Sá
ba7b1d3d97 refactor: filter Tether/USDT from install candidates 2021-12-30 15:16:18 +00:00
André Sá
fab755dc62 fix: bitcoind install 2021-12-30 14:23:14 +00:00
Taranto
0ad2ee362a Merge remote-tracking branch 'upstream/release-7.5.0' into chore/merge-release-into-dev 2021-11-24 14:53:50 +00:00
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
Rafael Taranto
92aa9220ff Merge pull request #826 from josepfo/feat/modify-l-c-script
Feat: modify lamassu install script
2021-11-11 18:34:11 +00:00
José Oliveira
adb9be23d6 feat: backport l-c script to install btcd v20 as default and then update to latest 2021-11-02 21:58:57 +00:00
Sérgio Salgado
89d1d8c1a1 fix: use supervisor reload instead of restart
fix: set blockchain process autorestart to unexpected

fix: use supervisor reload and update instead of restart

fix: stop restarting supervisor service

fix: set blockchain supervisor config autorestart
2021-10-04 07:31:17 +01:00
Neal
c9d8f84798 chore: order coins alphabetically, bch logo green 2021-10-04 07:31:17 +01:00
Neal
0ac62139db feat: re-enable geth install 2021-10-04 07:31:17 +01:00
José Oliveira
01275a8c9b fix: access crypto code properly and add admin permissions for supervisor cmds 2021-08-30 23:13:59 +01:00
José Oliveira
db90525196 fix: function argument 2021-08-29 19:55:13 +01:00
José Oliveira
24acfcbf6a feat: update btcd after installing 2021-08-29 19:51:05 +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
3423e2ddd0 chore: replace imports to point to lamassu-coins module 2021-06-23 15:07:01 +01:00
Sérgio Salgado
528f721bcd fix: use supervisor reload instead of restart
fix: set blockchain process autorestart to unexpected

fix: use supervisor reload and update instead of restart

fix: stop restarting supervisor service

fix: set blockchain supervisor config autorestart
2021-06-20 15:41:30 +01:00
Neal
54b655f707 chore: order coins alphabetically, bch logo green 2021-05-27 16:14:58 +01:00
Neal
9069625637 feat: re-enable geth install 2021-05-21 12:21:34 +01:00
naconner
1dba321052 chore: change ETH language 2020-01-20 17:37:38 +01:00
pedromiguelmiranda
6a2e3bc348 Drop Geth installation upon coins installation (#181)
* drop geth installation

* code refactoring
2018-10-04 21:37:08 +03:00
pedromiguelmiranda
50e78078e3 7.3 crafty chhnemu | https://trello.com/c/3fMfHclE (#179)
* Added default ETH(infura)

* Code changes regarding review on PR 179 (https://github.com/lamassu/lamassu-server/pull/179)

*  Code changes regarding review on PR 179 (#179)
2018-10-03 17:11:19 +03:00
Fabio Cigliano
9b7972017d changes cherry picked from dev to stable (#169)
* lamassu-update to update crontab

* lamassu update and install script to point to #stable branch

* lamassu update and install script to point to #stable branch

* removing outdated & unused script

* crontab update fix + npm rebuild path fix
2018-09-22 18:45:38 +01:00
Josh Harvey
c2af183911 format for latest standard 2018-03-10 18:59:40 +00:00
Neal Conner
548d285e5b Add BCH 2017-11-19 19:01:40 +02:00
Josh Harvey
71e354e9ff add wallet backup to coin install 2017-08-06 23:56:06 +03:00
Josh Harvey
5cf4ee292a fix coin install bugs 2017-07-12 17:16:11 +03:00
Josh Harvey
10b635185d support installing with existing volumes and droplets 2017-07-12 15:34:00 +03:00
Josh Harvey
8b7a391b41 update blockchain install 2017-07-12 15:07:13 +03:00
Josh Harvey
5987f288a7 moar coinUtils fixes 2017-07-09 13:42:31 +03:00
Josh Harvey
5a26f718c5 coinUtils fixes 2017-07-09 13:31:01 +03:00
Josh Harvey
2f94e07788 use supervisor instead of pm2 for stability 2017-07-09 00:48:15 +03:00
Josh Harvey
6dcfab7b13 minor blockchain install script change 2017-07-07 14:08:37 +03:00
Josh Harvey
ab58908de0 add lamassu-coins script 2017-07-07 12:57:02 +03:00
Josh Harvey
178f576cfb add blockchain install scripts 2017-07-06 21:56:56 +03:00