Commit Graph

48 Commits (0ab1ced677e5958f1b3340cb810f08c05d941a69)

Author SHA1 Message Date
徐志强 3429bb5404 fix comment 3 years ago
Ganesha Upadhyaya f79d90abfc add the missing difficulty field to new block header response 4 years ago
Ganesha Upadhyaya 509813b3df add missing sha3Uncles and nonce fields to new block header response 4 years ago
Ganesha Upadhyaya d3198745ae make block header subscription output format complaint with ethereum 4 years ago
Daniel Van Der Maden b088d6dc77
Rosetta Implementation Cleanup (Stage 3 of Node API Overhaul) (#3390) 4 years ago
Janet Liang 15f1031b38
[RPC] Fixes for issues found during documentation (#3185) 4 years ago
Edgar Aroutiounian 2afd8a54c4
[p2p] Throttle receive with constant cost function (#2819) 5 years ago
Edgar Aroutiounian 3aa08e9e3b
[rpc] Show both latest header of beacon chain and shard chain (#2714) 5 years ago
Jong Hyuck Won b9843abde5
RPC for staking txns and txns history queries (#2554) 5 years ago
Edgar Aroutiounian 438f9bd639
[header] Error out if header receiver is nil (#2643) 5 years ago
Edgar Aroutiounian 706338db46
[apr] More log in various steps of actual compute for apr (#2523) 5 years ago
Edgar Aroutiounian a815e11409
[rpc][availability][apr] Richer validator information, implement APR, unify EPoS computation, remove fall 2019 tech debt (#2484) 5 years ago
Daniel Van Der Maden eb8c9bb0f7 Add stressnet config 5 years ago
Daniel Van Der Maden 6d9a2e39a0 Add partner config 5 years ago
flicker-harmony aadeae045c Refactor explorer service and add addresses fetch from db 5 years ago
Edgar Aroutiounian c4d744e376
[double-sign] Provide proof of double sign in slash record sent to beaconchain (#2253) 5 years ago
Edgar Aroutiounian 44c5704fc3
[slash][quorum][consensus] Extend existing data structures for slashing needs (#2148) 5 years ago
Eugene Kim 02ba0b309c Fix cross-TX header introduction glitch 5 years ago
chao a43715ead5 remove ShardStateHash from header v3 5 years ago
Rongjian Lan f59469b644 Add epoch number in shard state for use of beacon epoch sync 5 years ago
Edgar Aroutiounian aaf289c070
[shard] Wrapper on decoding ShardState (#1886) 5 years ago
Rongjian Lan e79ba5fe88 Make shard chain follow beacon chain's epoch after stakingEpoch 5 years ago
Rongjian Lan 33a452fa4e Revert local change 5 years ago
Rongjian Lan bad9c62922 Bug fixes 5 years ago
Rongjian Lan bde9d38ed1 Add missing staking related core code; and add some basic rpcs 5 years ago
Rongjian Lan 77ff9d422d test code 5 years ago
chao 99ab46c6ef fix block encoding/decoding issue for blockV2 and headerV3 5 years ago
chao 05e4c9a916 register v3 header and v2 body 5 years ago
chao 0c020d8f6a add staking transaction field in v2 body; add v3 header for future fork 5 years ago
Eugene Kim d5a4f4e4ad Wire Pangaea chain config 5 years ago
Dennis Won 242f66a915 fixed cx txn with the change and added comments explanining the 3 differences between header.GetShardState vs core.GetShardState vs. chain.ReadShardState 5 years ago
Eugene Kim c996f22f7a Avoid fetching entire block to use just its header 5 years ago
Eugene Kim f7900cb908 Use v1 header for CrossTxEpoch 5 years ago
Eugene Kim 499bcf2ee0 Abort UT upon error without comparing result 5 years ago
Eugene Kim dfd38b12ed Add v1.Header (v2.Header sans CrossLinks) 5 years ago
Eugene Kim 11781f2424 Shorten error messages 5 years ago
Eugene Kim 8ac042ad9f Move v1.Header → v2.Header 5 years ago
Rongjian Lan b00903279f Fix NewHeader epoch setting 5 years ago
Eugene Kim 576292bb9e Add Copy method to the Header interface 5 years ago
Eugene Kim d35cba2d44 Move block.HeaderInterface → blockif.Header 5 years ago
Eugene Kim bc711829b8 Fix goimports 5 years ago
Eugene Kim 8ac058bb2e Version headers 5 years ago
Eugene Kim df76865cd3 Omit VRF/VDF/CX fields; stub their accessors 5 years ago
Eugene Kim 453d4fe3b6 Import Ethereum's core/types as ethtypes 5 years ago
Eugene Kim 7c56c816de Copy v1 header into v0 5 years ago
Eugene Kim 31d53dbdf6 Move v1 Header and friends into block/v1 5 years ago
Eugene Kim 70a2ce4f01 Move Header and NewHeader into headerv1.go 5 years ago
Eugene Kim e1dff26b84 Create a new instance when setting big.Int fields 5 years ago
Eugene Kim 8cc2543c9e Move header fields into private struct; expose them using getters/setters 5 years ago
Eugene Kim d26525af63 shard.ShardState → shard.State to reduce stutter 5 years ago