Commit Graph

129 Commits (8fdb4c48038b5fc635e35b750d27c4dd7538f9fc)

Author SHA1 Message Date
Rongjian Lan 55664be681
Add the cross-shard fixes from s3 into master (#2105) 5 years ago
Leo Chen 3a10a9feeb [protobuf] update pb.go after protobuf upgrade to v1.3.2 5 years ago
Rongjian Lan f59469b644 Add epoch number in shard state for use of beacon epoch sync 5 years ago
chao 338720b2eb fix epoch reading bug; return error in block crosslink verification if crosslink exists; only remove committed crosslink from pending list 5 years ago
Rongjian Lan db7a4211f0 Fix staking txn replication issue 5 years ago
chao 87dd2cd2cd Simplified CrossLink structure; 5 years ago
Rongjian Lan bad9c62922 Bug fixes 5 years ago
Leo Chen feceec6e38 [net] only listen to tcp4 address 5 years ago
chao bd6a9bee6c fix test error 5 years ago
Edgar Aroutiounian 06289ed130
[staking] Remove legacy code (#1679) 5 years ago
Rongjian Lan b3df7e1fa6 Add staking transaction struct and handler logic 5 years ago
Dennis Won 5d7445ab4f run scripts/install_build_tools.sh to make sure build tools are of correct versions 5 years ago
Dennis Won ebf750a70d go generate 5 years ago
Eugene Kim bc711829b8 Fix goimports 5 years ago
Eugene Kim 8ac058bb2e Version headers 5 years ago
chao 39214def83 improve cross tx receipts verification to avoid beacon sync dependency 5 years ago
chao 65cdaf75bf improve cross shard tx receipts verification design and logic 5 years ago
Nye Liu 1499169d40 [#1505] Log byte arrays as Hex Strings (#1506) 5 years ago
Eugene Kim 8cc2543c9e Move header fields into private struct; expose them using getters/setters 5 years ago
Eugene Kim a48123e749 Move (core/)types.Header and friends into block 5 years ago
Eugene Kim b874e65126 Move ShardState et al from ./core/types to ./shard 5 years ago
Rongjian Lan 08e7375610 Migrate go-ethereum params into harmony/internal/params 5 years ago
Eugene Kim 30b63fc552 Revert "Merge pull request #1413 from rlan35/cross-shard-rj" 5 years ago
Leo Chen 0ddcbdca1a [pingpong] remove pong messages from discovery service 5 years ago
Minh Doan 89deda3ed0 clean up unused code 5 years ago
chao 2913ff7157 refactor incoming receipts handling; store both receipts+proof in block; add CXReceiptsProof verification 5 years ago
chao d1d3e23ee4 add incomingReceipts handling and verification 5 years ago
chao e87820d593 fix cross shard tx nonce issue 5 years ago
Rongjian Lan 747cecfe86 Fix insertChain return 5 years ago
Rongjian Lan 1edbcb0db7 Add crosslink support on beacon chain 5 years ago
chao 0780a1c75a add merkle proof generation/validation and cxreceipts message handler function 5 years ago
chao 02fb5cb7b2 add cxReceipt data type; add cxReceipt encode/decode; add logic wip 5 years ago
chao 47bab85894 add message type and message handler placeholder for cross shard transactions 5 years ago
Christopher Liu 597e561b46
[Metrics] Fix Travis and undo zerolog changes 5 years ago
flicker-harmony bbf06f901f Add generated pb files 5 years ago
flicker-harmony 7806cd25c7 Fix travis 5 years ago
flicker-harmony d149c0ccb1 Add metrics service 5 years ago
Kai Lee 9e87c928f1 Replace all logs in api module to use zerolog 5 years ago
Kai Lee c4e6cca9b3 Remove unnecessary panic in api/proto/node and utils 5 years ago
Kai Lee 109b1da9a7 Replaced loggers in `api/` with custom shared logger 5 years ago
Leo Chen 93026490b3 [pingpong] add node version to ping message 5 years ago
chao cad89b0a4e change viewID from uint32 to uin64 in consensus and to big.Int in header 5 years ago
Chao Ma 4d21380604 change location of consensus message protobuf 5 years ago
chao 4ea2e34af0 move block from announce to prepared message 5 years ago
Rongjian Lan 23cdabc182 Fix consensus stability 5 years ago
Rongjian Lan 17c60c2c4a Remove Difficulty and Nonce from block header 5 years ago
Eugene Kim a7218a999a Log errors, mostly at warn (or fatal for UT) level 5 years ago
Rongjian Lan 9a749e487e update core code to use swapped BLS sig 5 years ago
chao 5e3d4c110d fix newview message payload crash; defense different sets of prepared messages attack 5 years ago
chao 7cd24dae6c modify the naming of variables to make code cleaner 6 years ago