Commit Graph

33 Commits (4cab3ae24bb3b7559510b63fb94bb73e3b5f8c98)

Author SHA1 Message Date
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
Eugene Kim a48123e749 Move (core/)types.Header and friends into block 5 years ago