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
chao a81544f3ff add more comments to CxPool 5 years ago
..
rawdb Merge remote-tracking branch 'origin/s3' 5 years ago
state add crosslink verification for shardID=0 case 5 years ago
types Add v1.Header (v2.Header sans CrossLinks) 5 years ago
vm Introduce CrossTx epoch 5 years ago
block_validator.go 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
blockchain.go add tx type check; improve several efficiency issues 5 years ago
chain_indexer.go Move header fields into private struct; expose them using getters/setters 5 years ago
chain_makers.go Fix goimports 5 years ago
core_test.go Fix goimports 5 years ago
cx_pool.go add more comments to CxPool 5 years ago
error.go add resharding code (#404) 6 years ago
events.go fix golint 6 years ago
evm.go Merge conflicts 5 years ago
gaspool.go Pull over ethereum's transaction and block model 6 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 Version headers 5 years ago
genesis_block_test.json changing smaller units of ONE 6 years ago
genesis_util.go adding unadded files 6 years ago
genesis_util_test.go genesis block binary creation (#462) 6 years ago
headerchain.go Move header fields into private struct; expose them using getters/setters 5 years ago
resharding.go 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
resharding.md add resharding code (#404) 6 years ago
resharding_test.go shard.ShardState → shard.State to reduce stutter 5 years ago
state_processor.go Enable cross-shard transaction at CrossTxEpoch+1 5 years ago
state_transition.go Add epoch-based forking 5 years ago
tx_cacher.go Pull over ethereum's transaction and block model 6 years ago
tx_journal.go Replace all logs in core module to use zerolog 5 years ago
tx_list.go Replace all logs in core module to use zerolog 5 years ago
tx_list_test.go fix the build after rename the repo to harmony-one 6 years ago
tx_pool.go Move header fields into private struct; expose them using getters/setters 5 years ago
tx_pool.md add doc design of tx pool 5 years ago
tx_pool_test.go Fix goimports 5 years ago
types.go consolidate and use block validator functions properly 5 years ago