- Aug 17, 2015
-
-
Zsolt Felföldi authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
- Aug 13, 2015
-
-
Jeffrey Wilcke authored
Fixed database merge strategy to use the correct database. Due to a copy paste fail when doing type evaluation the same database was being iterated (chain), all others were ignored. Removed state prefixing because {H(code): code} is stored in the same database as the rest of the state.
-
- Aug 07, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Implemented canonical extra data according to https://github.com/ethereum/wiki/wiki/Extra-Data
-
- Aug 04, 2015
-
-
Gustav Simonsson authored
-
- Aug 03, 2015
-
-
Jeffrey Wilcke authored
Added a --olympic flag which initialiser the olympic protocol settings
-
- Jul 29, 2015
-
-
Péter Szilágyi authored
-
- Jul 27, 2015
-
-
Viktor Trón authored
-
- Jul 26, 2015
-
-
Jeffrey Wilcke authored
-
- Jul 25, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Genesis release. Closes #1402 Conflicts: cmd/geth/main.go
-
- Jul 23, 2015
-
-
Felix Lange authored
I forgot to update one instance of "go-ethereum" in commit 3f047be5.
-
- Jul 22, 2015
-
-
Felix Lange authored
All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
-
Péter Szilágyi authored
-
- Jul 10, 2015
-
-
Jeffrey Wilcke authored
Implemented the --genesis flag thru which we can set a custom genesis block, including the official Ethereum genesis block.
-
- Jul 09, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Jul 07, 2015
-
-
Felix Lange authored
-
Felix Lange authored
-
Jeffrey Wilcke authored
-
Viktor Trón authored
* resolver -> common/registrar * global registrar name registry interface * add Call to resolver backend interface * the hashReg and UrlHing contracts now initialised from global registry * initialization of contracts uniform * improve errors and more econsistent method names * common/registrar/ethreg: versioned registrar * integrate new naming and registrar in natspec * js console api: setGlobalRegistrar, setHashReg, setUrlHint * js test TestContract uses mining - tests fixed all pass * eth/backend: allow PoW test mode (small ethash DAG) * console jsre refers to resolver.abi/addr, * cmd/geth/contracts.go moved to common/registrar
-
Jeffrey Wilcke authored
-
- Jul 06, 2015
-
-
Jeffrey Wilcke authored
Added some additional backward compatibility code for old receipts
-
- Jul 04, 2015
-
-
Jeffrey Wilcke authored
* Added GetReceiptsFromBlock, GetReceipt, PutReceipts * Added ContractAddress to receipt. See #1042
-
- Jul 03, 2015
-
-
Jeffrey Wilcke authored
* Miners do now verify their own header, not their state. * Changed old putTx and putReceipts to be exported * Moved writing of transactions and receipts out of the block processer in to the chain manager. Closes #1386 * Miner post ChainHeadEvent & ChainEvent. Closes #1388
-
Péter Szilágyi authored
-
- Jul 02, 2015
-
-
Viktor Trón authored
require explicit etherbase address for mining. Falling back to primary is risky given it is inconsistent if keys are imported/merged/created or copied/transfered
-
Viktor Trón authored
* multiple passwords allowed in password file * split on "\n", sideeffect: chop trailing slashes. fixes common mistake <(echo 'pass') * remove accounts.Primary method * do not fall back to primary account for mining
-
- Jul 01, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Jun 30, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-