Official Go implementation of the Ethereum protocol
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.
Gustav Simonsson
14955bd454
Revert "core: block.gasLimit - parent.gasLimit <= parent.gasLimit / GasLimitBoundDivisor"
This reverts commit be2b0501b5 .
|
10 years ago |
.. |
state
|
solidity compiler and contract metadocs integration
|
10 years ago |
types
|
core/types, eth: meassure and display propagation times
|
10 years ago |
vm
|
core/vm: Fork fix. Removal of appending 0 bytes in memset
|
10 years ago |
.gitignore
|
Renamed `chain` => `core`
|
10 years ago |
asm.go
|
moved state and vm to core
|
10 years ago |
block_cache.go
|
core: block cache Has method thread safe
|
10 years ago |
block_cache_test.go
|
Fixed tests
|
10 years ago |
block_processor.go
|
Revert "core: block.gasLimit - parent.gasLimit <= parent.gasLimit / GasLimitBoundDivisor"
|
10 years ago |
block_processor_test.go
|
core: fixed tests
|
10 years ago |
blocks.go
|
core: ban hash 38f5bb...a714bc
|
10 years ago |
chain_makers.go
|
core: fixed tests
|
10 years ago |
chain_manager.go
|
core: check negative value transactions. Closes #1109
|
10 years ago |
chain_manager_test.go
|
core: skipped tests while cache disabled
|
10 years ago |
error.go
|
eth, eth/downloader, miner: use download events to check miner start
|
10 years ago |
events.go
|
core: changed how head events are checked
|
10 years ago |
execution.go
|
Handle call depth exception for CREATE
|
10 years ago |
fees.go
|
Renamed `chain` => `core`
|
10 years ago |
filter.go
|
xeth, core, event/filter, rpc: new block and transaction filters
|
10 years ago |
filter_test.go
|
Locks, refactor, tests
|
10 years ago |
genesis.go
|
Merge branch 'frontier/natspec' of https://github.com/ethersphere/go-ethereum into ethersphere-frontier/natspec
|
10 years ago |
helper_test.go
|
Moved ethutil => common
|
10 years ago |
manager.go
|
eth, eth/downloader, miner: use download events to check miner start
|
10 years ago |
state_transition.go
|
Update StateTests and nil create return on failed code deposit
|
10 years ago |
transaction_pool.go
|
core: check negative value transactions. Closes #1109
|
10 years ago |
transaction_pool_test.go
|
core: check negative value transactions. Closes #1109
|
10 years ago |
vm_env.go
|
Changed how logs are being recorded
|
10 years ago |