The core protocol of WoopChain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
woop/core
Jacky Wang 9b7990888e
[txpool] reverted some txpool code
4 years ago
..
rawdb fix txn lookup by eth hash for hmy txn 4 years ago
state [tracers][vm] expose transaction query api for js vm. 4 years ago
types correct hmy txn sender in eth_ rpc 4 years ago
vm [tracers][vm] expose transaction query api for js vm. 4 years ago
block_validator.go [engine][stream] updated engine VerifyHeaderWithSignature and fix downloader test 4 years ago
blockchain.go [blockchain] added cache in ReadValidatorSnapshot 4 years ago
chain_indexer.go Move header fields into private struct; expose them using getters/setters 5 years ago
chain_makers.go Avoid repeated state creation in validator reading 4 years ago
core_test.go [config] P2 Testnet configs and tests 5 years ago
cx_pool.go add more comments to CxPool 5 years ago
error.go Factor out quorum logic from consensus, undo prior consolidation of values under core (#1717) 5 years ago
events.go fix golint 6 years ago
evm.go Remove unused code and add benchmark for consensus msg check (#3211) 4 years ago
gaspool.go Factor out quorum logic from consensus, undo prior consolidation of values under core (#1717) 5 years ago
gen_genesis.go Migrate go-ethereum params into harmony/internal/params 5 years ago
gen_genesis_account.go Regenerate 6 years ago
genesis.go Make token supply related fns more accurate (#3509) 4 years ago
genesis_block_test.json changing smaller units of ONE 6 years ago
genesis_util.go adding unadded files 6 years ago
headerchain.go [core] node stuck fix (#3378) 4 years ago
offchain.go Rosetta Implementation Cleanup (Stage 3 of Node API Overhaul) (#3390) 4 years ago
staking_verifier.go Add logs for redelegated tokens (#3310) 4 years ago
staking_verifier_test.go Rollup evm to geth v1.9.9 Muir Glacier (#3356) 4 years ago
state_processor.go Resolves issues on eth comaptible txns (#3500) 4 years ago
state_transition.go fix concurrent map read issue (#3542) 4 years ago
tx_journal.go Abstract transactions in tx pool and add staking transaction to pool with error report (#2236) 5 years ago
tx_list.go [txpool] reverted some txpool code 4 years ago
tx_list_test.go Add shard checking to Tx-Pool & correct blacklist (#2301) 5 years ago
tx_pool.go [txpool] reverted some txpool code 4 years ago
tx_pool.md add doc design of tx pool 5 years ago
tx_pool_test.go [engine] added additional cache epochCtxCache for engineImpl, also removed shardID in engineImpl (since it's redundant with chainReader.ShardID()) 4 years ago
types.go [rpc][availability][apr] Richer validator information, implement APR, unify EPoS computation, remove fall 2019 tech debt (#2484) 5 years ago