go-ethereum/core
2016-12-04 00:11:39 -10:00
..
state Merge remote-tracking branch 'upstream/master' 2016-12-02 21:42:57 -10:00
types Merge remote-tracking branch 'upstream/master' 2016-12-02 21:42:57 -10:00
vm Remove all references to the DAO hard fork 2016-12-02 22:13:40 -10:00
.gitignore Renamed chain => core 2014-12-04 10:28:02 +01:00
asm.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
bench_test.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
block_validator.go Refactor ValidateHeader and CalcDifficulty to accept a *BlockChain 2016-12-02 23:03:09 -10:00
block_validator_test.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
blockchain.go Implement CalcPastMedianTime 2016-12-03 18:45:35 -10:00
blockchain_test.go Merge remote-tracking branch 'upstream/master' 2016-12-02 21:42:57 -10:00
blocks.go Merge remote-tracking branch 'upstream/master' 2016-12-02 21:42:57 -10:00
chain_makers.go Refactor ValidateHeader and CalcDifficulty to accept a *BlockChain 2016-12-02 23:03:09 -10:00
chain_makers_test.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
chain_pow.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
chain_pow_test.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
database_util.go Modify more strings from go-ethereum to go-ubiq 2016-11-19 00:36:48 -10:00
database_util_test.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
default_genesis.go core: implemented new ropsten testnet 2016-11-23 09:34:01 +01:00
error.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
events.go Merge remote-tracking branch 'upstream/master' 2016-12-02 21:42:57 -10:00
execution.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
fees.go Modify block rewards from 5 to 8 2016-12-02 22:26:57 -10:00
filter_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
gaspool.go all: update license information 2016-04-15 09:48:05 +02:00
genesis.go Merge remote-tracking branch 'upstream/master' 2016-12-02 21:42:57 -10:00
headerchain.go Implement CalcPastMedianTime to HeaderChain 2016-12-04 00:11:39 -10:00
helper_test.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
state_processor.go Remove all references to the DAO hard fork 2016-12-02 22:13:40 -10:00
state_transition.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
tx_list.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
tx_list_test.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
tx_pool.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
tx_pool_test.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
types.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00
vm_env.go Refactor import paths to Ubiq 2016-11-18 23:35:52 -10:00