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
Edgar Aroutiounian 35d22ce116
[reward] Add Accumulator of rewards in DB (#1888)
5 years ago
..
rawdb [reward] Add Accumulator of rewards in DB (#1888) 5 years ago
state Add full block reward integration; fix staking index bug; add staking txn signer check (#1889) 5 years ago
types fixing the staking type not found bug for collect rewards 5 years ago
vm Add full block reward integration; fix staking index bug; add staking txn signer check (#1889) 5 years ago
block_validator.go Factor out quorum logic from consensus, undo prior consolidation of values under core (#1717) 5 years ago
blockchain.go [reward] Add Accumulator of rewards in DB (#1888) 5 years ago
chain_indexer.go Move header fields into private struct; expose them using getters/setters 5 years ago
chain_makers.go [reward] Add Accumulator of rewards in DB (#1888) 5 years ago
core_test.go [committee] Factor out committee membership, provide entry for alternative committee membership (#1818) 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 Add delegation index to avoid looping through all delegations 5 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 [committee] Factor out committee membership, provide entry for alternative committee membership (#1818) 5 years ago
genesis_block_test.json changing smaller units of ONE 5 years ago
genesis_util.go adding unadded files 5 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
state_processor.go Add missing staking related core code; and add some basic rpcs 5 years ago
state_transition.go Fix no bls key issue; fix sanity check potential issue; Preempty uesless collectReward tx 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 remove debug code 5 years ago
tx_pool.md add doc design of tx pool 5 years ago
tx_pool_test.go fix test error 5 years ago
types.go consolidate and use block validator functions properly 5 years ago