Commit Graph

6224 Commits (94b2d75923ea09c7fac08d176dac3a690a3b8619)
 

Author SHA1 Message Date
Jacky Wang 94b2d75923
[cmd] added more flags 4 years ago
Jacky Wang 928b7cc661
[cmd] refactored bls.go 4 years ago
Jacky Wang 3528b72bc6
[cmd] changed to use cli.HasFlagChanged function 4 years ago
Jacky Wang 242ca18234
[cmd] switch to cli.GetStringValue functions to use get values 4 years ago
Jacky Wang 70a4bf4782
[cmd] added a bunch of bls key related flags. Next to do parsing 4 years ago
Jacky Wang 64f69aa699
[cmd] added rpc config flags and p2p flags 4 years ago
Jacky Wang 69d3607fdd
[cmd] added more in network.go 4 years ago
Jacky Wang 3259aafce0
[cmd] added network.go 4 years ago
Jacky Wang 3256b8eb81
[cmd] finished coding the network.go 4 years ago
Jacky Wang 74112a75b1
[cmd] added more stuff config. Need to implement an internal flag module 4 years ago
Jacky Wang 0c6b949cd4
[cmd] updated go.mod 4 years ago
Jacky Wang bbdee5dfc2
[cmd] changed config half way 4 years ago
Leo Chen ce53468e3e [go.mod] version upgrade of libp2p modules 4 years ago
Rongjian Lan ef8cb98d1c
raize txn size limit to 128kb (#3283) 4 years ago
Rongjian Lan c844b78d2d fix uint64 overflow on committed msg out of sync check 4 years ago
Leo Chen c97d39d228 [build] add arm_static build target 4 years ago
Jacky Wang e43534968f [node.sh] fix max bls key count 10 cannot be reached 4 years ago
Rongjian Lan 19db99d3f7 Increase time buffer; add db cache; change log level 4 years ago
Jacky Wang 9013f160cc
[cmd] increase timeout in TestPromptACProvider_prompt (#3270) 4 years ago
Daniel Van Der Maden 181514d311
[rpc] Refactor - Make returned numbers JSON numbers instead of float (#3269) 4 years ago
Leo Chen 89ecbcbfa8 [node.sh] set block time to 5s by default 4 years ago
Leo Chen 8fc8c2540b [p2p] forward valid commit messages by validators 4 years ago
Zou Guangxian 50db6e8223 switch to https to fix "Permission denied" 4 years ago
Daniel Van Der Maden 579250a071
Node API Refactor - pt2 (Stage 2.2 of Node API Overhaul) (#3259) 4 years ago
Leo Chen 5062c178a7
Merge pull request #3219 from JackyWYX/refactor_bls_read 4 years ago
Rongjian Lan 16c1b06269 fix 5 second duration fork 4 years ago
Rongjian Lan a93c4c597d Revert to use simple mutex 4 years ago
Jacky Wang 5db7bef959
[node.sh] changed tempdir for compatibility with docker 4 years ago
Jacky Wang d1d8faad6d
[node.sh] fix a lot of formatting problems 4 years ago
Jacky Wang ea9921d2f7
[node.sh] further extend the prompt timeout and added input 4 years ago
Jacky Wang 24b9578a20
[node.sh] fix some formatting problem, extend the default timeout for prompt to 60 seconds 4 years ago
Jacky Wang e692368bfc
[node.sh] added learning test TestKMSEncryption 4 years ago
Jacky Wang 22e9b5ebec
[node.sh] fix kms_test 4 years ago
Jacky Wang df30fb5b64
[node.sh] revert back to previous json config file 4 years ago
Jacky Wang 25c583ca8c
[node.sh] more updates on node.sh. Switched aws config to aws option interface 4 years ago
Jacky Wang f973125011
[node.sh] bug fixes in node.sh. Restore the previous readPassword 4 years ago
Jacky Wang c11a3edd3d
[node.sh] initial draft for node.sh 4 years ago
Jacky Wang d43155dbcf
[node.sh] updated node.sh for bls update 4 years ago
Jacky Wang bb58c85256
[node.sh] fixed some errors in according to test results 4 years ago
Jacky Wang 7327e906d0
[node.sh] add singleton to setupConsensusKeys, fixed some bug relative to backward compatibility 4 years ago
Jacky Wang eabd028f9c
[node.sh] fix the build errors in go_executable_build.sh 4 years ago
Jacky Wang 1c48b5eeaa
[node.sh] added command line main file 4 years ago
Jacky Wang fb953742c4
[node.sh] enable the static passfile can live without .pass extension 4 years ago
Jacky Wang 87e0e099c5
[node.sh] moved blsloader folder to internal/blsgen 4 years ago
Jacky Wang 761cceb53d
[node.sh] removed some unused code 4 years ago
Jacky Wang 648a88bc26
[node.sh] added ExampleLoadKeys 4 years ago
Jacky Wang 07cae5b1ed
[node.sh] added test case TestGetKeyDecrypters 4 years ago
Jacky Wang 0b32ae436b
[node.sh] added more test cases 4 years ago
Jacky Wang 9be0d782f3
[node.sh] added passDecrypt.decryptFile test 4 years ago
Jacky Wang 2752b0dca8
[node.sh] add TestNewKmsDecrypter 4 years ago