Commit Graph

205 Commits (083eef4eedfcb9e3f51a3d02119edb8925c2ccd0)

Author SHA1 Message Date
Edgar Aroutiounian b54a17c2e4
[log] Add dedicated data science logger (#2527) 5 years ago
Rongjian Lan 6ef7b0a2a4
[Audit] Refactor offchain commit and fix consistency issue due to batch write (#2479) 5 years ago
flicker-harmony aadeae045c Refactor explorer service and add addresses fetch from db 5 years ago
Daniel Van Der Maden f338c9a8fa
[utils] Make logger use diode writer (#2357) 5 years ago
Leo Chen af2661022f Revert "Merge pull request #1978 from LeoHChen/revert-libp2p" 5 years ago
Edgar Aroutiounian 44c5704fc3
[slash][quorum][consensus] Extend existing data structures for slashing needs (#2148) 5 years ago
Edgar Aroutiounian 70d3169f59
Revert "Merge pull request #2034 from harmony-ek/libp2pctl" (#2140) 5 years ago
Eugene Kim f455056d25 Add utils.Fatal, a print-to-stderr-and-exit helper 5 years ago
Eugene Kim c9febf402a Emit fatal init error details to stderr w/o panics 5 years ago
Rongjian Lan 931601c773 Fix shard state epoch number after staking 5 years ago
Leo Chen a9a4d624c5 Revert "Merge pull request #1862 from harmony-ek/pubsub_discovery" 5 years ago
Rongjian Lan 178fbde94c Fix bls pub key address leader lookup bug 5 years ago
Eugene Kim 65a066c70b Break import cycle at ./internal/utils → ./p2p 5 years ago
Rongjian Lan d9900b44df Fix staking epoch logic 5 years ago
Eugene Kim a649369e80 Remove temporary artifacts created by mockgen 5 years ago
chao 1ee2ab5866 debugging 5 years ago
Leo Chen cfacf6368c [test] fix configfile test failure 5 years ago
Leo Chen 79418c68bc [wallet] fix wallet with network type support 5 years ago
Edgar Aroutiounian 9f00923ac3
Factor out quorum logic from consensus, undo prior consolidation of values under core (#1717) 5 years ago
chao 8aa0fff672 change pending cx receipt key to be shardID-blockNum combination 5 years ago
Rongjian Lan 6a3c0b256d Fix mainnet release todos 5 years ago
Eugene Kim b9c6497c1e Deprecate implicit chain_id by 2010-01 5 years ago
Eugene Kim c1adf927c4 Canonicalize chain ID using ini.(*Section).Name 5 years ago
Eugene Kim d5a4f4e4ad Wire Pangaea chain config 5 years ago
Eugene Kim f35664b448 Make wallet config support chain_id 5 years ago
charleszqwang 355b43eacf Zerologging 5 years ago
Rongjian Lan 6eafc5e9d7 Fix lint 5 years ago
Rongjian Lan 4552312990 remove not needed ethereum params 5 years ago
Eugene Kim 30b63fc552 Revert "Merge pull request #1413 from rlan35/cross-shard-rj" 5 years ago
Leo Chen b743dcc840 [log] dispaly nano sec in timestamp 5 years ago
Rongjian Lan 75021dae16 Add first cross link block for mainnet 5 years ago
Christopher Liu 597e561b46
[Metrics] Fix Travis and undo zerolog changes 5 years ago
Kai Lee 4d41cd79c7 Default zerolog level to Disabled to silence logs generated by tests 5 years ago
Kai Lee 9c0b47c73a Add ZeroLogger to utils 5 years ago
Kai Lee c4e6cca9b3 Remove unnecessary panic in api/proto/node and utils 5 years ago
Kai Lee 3db02c34f3 Skip unnecessary error check for simple regex compile in utils 5 years ago
Kai Lee 96cdd552e7 Replaced loggers in `internal/` with custom shared logger 5 years ago
Kai Lee a856b1ae04 Move log file rotation StreamHandler setup to utils 5 years ago
Rongjian Lan d2e9862b91 Fix coinbase bad block issue 6 years ago
Eugene Kim 5a7d7e0dc7 Fix connection logging 6 years ago
Eugene Kim 2db6d7dd02 Call GetPassphraseFromSource only once 6 years ago
Minh Doan 24aeea8c74 reuse a library to read the passFile 6 years ago
Minh Doan 4ccaca9b7e clean up unused code and remove panic 6 years ago
Minh Doan 61bcdd5847 add new public keys and lib to load the keys 6 years ago
Eugene Kim 988e39ce75 Add doc comment 6 years ago
Eugene Kim ba34e7409c Log network local peer ID and listen addresses 6 years ago
Eugene Kim 3858c7577f addr -> listenAddress for listener logs 6 years ago
Eugene Kim 11dc650b69 Factor stream logging into one function 6 years ago
Eugene Kim abe8985cac Factor connection logging into one function 6 years ago
Eugene Kim 4b6786a404 Factor net logging into one function 6 years ago