Commit Graph

393 Commits (3d4bf3f49c7afdc4ead7996ed36aca38c3445d86)

Author SHA1 Message Date
Rongjian Lan 085e820a11 Fix epoch change leader block proposal issue 5 years ago
Edgar Aroutiounian 9f00923ac3
Factor out quorum logic from consensus, undo prior consolidation of values under core (#1717) 5 years ago
Edgar Aroutiounian 97efce2766
Further progress on staking (#1709) 5 years ago
chao 39214def83 improve cross tx receipts verification to avoid beacon sync dependency 5 years ago
Eugene Kim b874e65126 Move ShardState et al from ./core/types to ./shard 5 years ago
Eugene Kim 3ef3044fe8 Revert "Merge pull request #1257 from harmony-one/vdf_3" 5 years ago
Eugene Kim 30b63fc552 Revert "Merge pull request #1413 from rlan35/cross-shard-rj" 5 years ago
Eugene Kim 83f260542b Factor consensus engine and reward logic out 5 years ago
chao 311acdd5bb fix state sync bug after update consensus information 5 years ago
chao 49d9a6b421 update consensus information based on blockchain status 5 years ago
coolcottontail 798e2fe9d0 use constants for vdf, adjusted mainnetVdfDifficulty 5 years ago
coolcottontail fbad541ccf added VRF/VDF features 5 years ago
Rongjian Lan b4e5c85325 Add consensus message sender/retryer 5 years ago
Rongjian Lan 02e279ffd9 Add last commit cache 5 years ago
Rongjian Lan ff7ce4cff5 Persist last commit sig 5 years ago
Leo Chen ff402dbf4a [cleanup] remove IsLeader of nodeConfig 5 years ago
Chao Ma 9f589aa2db address comments for PR1219 5 years ago
chao e62df7268a [resharding] allow new bls key to join shard; dynamically change the bls keys in shard 5 years ago
Kai Lee 79f8f7acd5 Use header logger for additiona log context upon block reward 5 years ago
Kai Lee fc22a66037 Replace all logs in censensus module to use zerolog 5 years ago
Rongjian Lan 622f0d8f0b mainnet! 6 years ago
Rongjian Lan 1b2d1d27ab Fix consensus ready signal 6 years ago
Eugene Kim a1426d5bc6 Pay a fixed total 30 Ones per block, split evenly 6 years ago
Rongjian Lan d2e9862b91 Fix coinbase bad block issue 6 years ago
chao cad89b0a4e change viewID from uint32 to uin64 in consensus and to big.Int in header 6 years ago
chao 2210b8fb43 * Add VerifySeal for PoS 6 years ago
Rongjian Lan cf6c5c6c27 revert consensus change 6 years ago
Rongjian Lan 056ea07966 fix issue for epxlorer 6 years ago
Leo Chen 292910b24b [blskey] add error message when blskey is nil 6 years ago
Rongjian Lan b0e52a0e16 Refactor genesis nodes list 6 years ago
ak e1384ee73c adding address change and signer address on rj reco 6 years ago
Minh Doan 4ccaca9b7e clean up unused code and remove panic 6 years ago
Minh Doan 2f3e6efb8c migration logic of using public bls keys 6 years ago
Minh Doan 174fe06605 add log for pbft log because it stores block by memory 6 years ago
Chao Ma abbadacaa9 add block header information in announce message; add block header content verification in onAnnounce 6 years ago
Rongjian Lan 5bf706d2d2 Change BlsPriKey to DummyKey 6 years ago
chao 9af726f86f node syncing will notify consensus to set mode to syncing when node is out of sync 6 years ago
Rongjian Lan a1f2acb57d Improve logging readability 6 years ago
chao c4d1d113f7 add grace period for collect commit signatures; 6 years ago
Rongjian Lan 44aa643fa5 Add support for explorer node 6 years ago
Chao Ma a8fb319d54 remove address and use publickey in consensus; clean up consensus code 6 years ago
Eugene Kim 5bd07e8e4a Configure commit delay via setter and not ctor arg 6 years ago
Eugene Kim b084e3c38d Retire isHarmonyAccount logic 6 years ago
chao 817592c976 add delay in commit message sending for genesis account 6 years ago
chao 0aa5b84c4b * remove m2mask nil check, which is not needed 6 years ago
Rongjian Lan 2f295f892b merge master 6 years ago
Rongjian Lan 9a74575bae change all string utility for bls 6 years ago
Rongjian Lan 0ecc22291e Update Bls private keys 6 years ago
Rongjian Lan a5abca7cdf Update Bls private keys 6 years ago
Eugene Kim 53bbce84c8 Convert most benign uses of Hex to MustAddressToBech32 6 years ago