Leo Chen
cde64e52b2
[node.sh] remove unused function
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
7839091fa9
[node.sh] remove unused fuser
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
8a370c64ff
[node.sh] update version of node.sh
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
c2b271cde6
[node.sh] remove un-supported download db function
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
75da8cb424
[node.sh] randomize auto-update time
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Daniel Van Der Maden
8d76969579
[t3] Tx pool error report fix & local build fix ( #3047 )
...
* [tx_list] Add transaction after you can fetch tx cost
* [tx_pool] Add error sink reports for removed tx
* Correct log levels for known transactions
* Remove redundant hash to `enqueue` and `add` signatures
* Update tests for signature changes
* [build] Fix local build for MacOs
* [tx_pool] Correct typo & logging level for known tx
* [tx_pool] Fix for go imports
5 years ago
Leo Chen
f5089b5563
[node.sh] add -L to set logging verbosity level
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
b5cc34f1e6
[node.sh] chmod +x node.sh after download
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
b3e1d61a26
[node.sh] set default bls per node to 10
...
we will use up to 10 keys per node in mainnet
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
4884f77c8c
[node.sh] include node.sh during upgrade
...
clean up the suffix / of FOLDER variable
include node.sh in md5sum.txt
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
22822e1c1e
[node.sh] add a tn network type
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Sebastian Johnsson
c6ac30ed34
Add support for "stn" and "stressnet" matches for -N for stn/stressnet ( #2911 )
5 years ago
Leo Chen
d255efb769
[build] fix a typo of the bucket during release
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
80e881e04f
[node.sh] support minpeer parameter
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
4296905438
[build] upload node.sh
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Edgar Aroutiounian
0451571adc
[node.sh] Add tcp window scaling, max syn backlog
5 years ago
Edgar Aroutiounian
1727428807
[node.sh] Add fastopen param
5 years ago
Edgar Aroutiounian
0027f4da87
[node.sh] Remove param deprecated in kernel 4.12
5 years ago
Edgar Aroutiounian
6b8a7bd9e0
[node.sh] Kernel tuning
5 years ago
Leo Chen
6e08ce26a9
[build] support testnet binary release
...
don't release mainnet binary from the script
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
eed00679cc
[node.sh] time out deleting passphrase file ( #2830 )
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
ced4e03568
[node.sh] keep all the logs for debugging
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
e9fb22544e
[node.sh] detect hmy profile in rclone.conf
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Jong Hyuck Won
8802f0ca1f
[rpc] separate transaction counts rpc into regular vs staking ( #2788 )
...
* separate transaction counts rpi api into regular vs staking
* fix api_test.sh for getTransactionCount apiv1
* nit. return results directly for get(Staking)TransactionsCount apis
5 years ago
Leo Chen
030eaaf481
[node.sh] install unzip as dependency of rlcone ( #2778 )
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Edgar Aroutiounian
60410760c5
[project] Use tracepointer ( #2785 )
...
* [project] Use tracepointer
* [project] Remove dead dependencies
* [rpc] Add unix time at boot as value for node metadata rpc - need direct machine uptime
5 years ago
Edgar Aroutiounian
2836f0f620
[project] Remove over complicated packages, useless tests, dead functions ( #2780 )
...
* [project] Dead test
* [node] If fields always same, then just use the constant
* [project] Remove overcomplicated ctxerror
* [project] Remove more dead tests, adjust error replacing ctxerror
* [project] More dead tests, fix travis complaint on Errorf
* [node.sh] Remove is-genesis
5 years ago
Leo Chen
37ecb13ce0
Nodesh cleanup ( #2769 )
...
* [node.sh] remove legacy -m -t options
Signed-off-by: Leo Chen <leo@harmony.one>
* [node.sh] advise user to run as non-root
Signed-off-by: Leo Chen <leo@harmony.one>
* [node.sh] update version of node.sh
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
8f5f287c74
[node.sh] use rclone to fast sync harmony_db_0 ( #2709 )
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Edgar Aroutiounian
780ecf4034
[project] More leftover wallet support scripts, update README ( #2687 )
5 years ago
Edgar Aroutiounian
7da8ec0a02
[project] Remove txgen, prefer stack based init & map literals ( #2678 )
5 years ago
Leo Chen
76dbf7c88b
[build] remove double / in FOLDER
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
a508a7a9f7
[build] fix the release action for static build
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Edgar Aroutiounian
1fe41df8ab
[node.sh] Remove msg when no trace file given, default behavior should be silent
5 years ago
Edgar Aroutiounian
4e85d7d866
[service][node] Project Tech debt clean up, remove wallet ( #2664 )
...
* [project][p2p] Remove wallet, client roles & associated function calls
* [node][service] Remove unused service types
* [wallet] Remove internal wallet code
* [test] Remove wallet from debug.sh
* [test] More cleanup in debug.sh, deploy.sh
* [test] Adjust duration back into local test script
* [test] Increase duration
* [test] Exit with 0, remove RESULT_FILE as not made anymore
5 years ago
Leo Chen
11d528ecf7
[node.sh] enable p2p tracefile using -R option ( #2659 )
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Edgar Aroutiounian
f8cbd880bb
[project] Bls -> BLS & remove dead Stake solidity contract ( #2652 )
5 years ago
Leo Chen
df7a98f014
[node.sh] enable archival mode if node type is explorer
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Ganesha Upadhyaya
cb97d20ad9
limiting max bls keys per node to 4, adding support to node.sh to read passphrases from stdin, provide option to specify bls key folder
...
golint fix
minor
notifying the user that password is temporarily saved and can be deleted
removing the warning message, as it was confusing for many users
adding automatic remove of stored bls pass files, making max keys per node a config parameter to harmony binary
clean up on failure and again ask for pass
addressing comments
minor change
5 years ago
Andy Wu
f99bb43f79
adjust location of timeout param, tested
5 years ago
Andy Wu
6bf42142c4
suppress prompt to the action to clean up old db and logs
...
set a 2s timeout, and set its default return value to Y (true)
5 years ago
Leo Chen
75bfa8a4d6
[node.sh] support static binary by default
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Leo Chen
edf5c4bf49
[node.sh] enable clean up db/log
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Daniel Van Der Maden
cab934f2b1
[node.sh] Add extra network options and update help msgs
5 years ago
Ganesha Upadhyaya
304cf10007
adding facility to read passphrase for individual multi-bls keys ( #2437 )
...
fixing minor issues
adding usage info
5 years ago
Sebastian Johnsson
fb30e8e622
[compilation] Fix -race compilation ( #2432 )
5 years ago
Daniel Van Der Maden
6cd17131c0
OSTN config
...
* [node.sh] Change REL and network_type to pangaea for OSTN
* [internal/configs] Config pangaea.go for OSTN
5 years ago
Sebastian Johnsson
8d18c5a987
Add support for pprof in harmony + node.sh ( #2424 )
5 years ago
flicker-harmony
aadeae045c
Refactor explorer service and add addresses fetch from db
5 years ago
Leo Chen
cf234feeab
additional option support for docker
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago