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
371871d685
parmas, crypto, core, core/vm: homestead consensus protocol changes
...
* change gas cost for contract creating txs
* invalidate signature with s value greater than secp256k1 N / 2
* OOG contract creation if not enough gas to store code
* new difficulty adjustment algorithm
* new DELEGATECALL op code
9 years ago
..
dump.go
core/state, core/types use package rlp for state, receipt serialisation
9 years ago
main_test.go
all: fix license headers one more time
9 years ago
managed_state.go
all: fix license headers one more time
9 years ago
managed_state_test.go
core/state, core, miner: handle missing root error from state.New
9 years ago
state_object.go
parmas, crypto, core, core/vm: homestead consensus protocol changes
9 years ago
state_test.go
core/state, core/types use package rlp for state, receipt serialisation
9 years ago
statedb.go
parmas, crypto, core, core/vm: homestead consensus protocol changes
9 years ago
statedb_test.go
core/state, ethdb, trie: test intermediate secure key leak, fix memdb bug
9 years ago
sync.go
core, eth, trie: fix data races and merge/review issues
9 years ago
sync_test.go
core, eth, trie: fix data races and merge/review issues
9 years ago