- Jul 07, 2015
-
-
Viktor Trón 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
-
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
-
- Jul 06, 2015
-
-
Jeffrey Wilcke authored
core, eth, rpc: proper gas used. Closes #1422
-
Jeffrey Wilcke authored
Added some additional backward compatibility code for old receipts
-
Jeffrey Wilcke authored
cmd/utils: fix interrupt handling to actually see subsequent interrupts
-
Felix Lange authored
-
Jeffrey Wilcke authored
Add TestBcGasPricer, comments and unskip tests
-
Jeffrey Wilcke authored
cmd/geth, cmd/utils: improve interrupt handling
-
Felix Lange authored
The new strategy for interrupts is to handle them explicitly. Ethereum.Stop is now only called once, even if multiple interrupts are sent. Interrupting ten times in a row forces a panic. Fixes #869 Fixes #1359
-
Jeffrey Wilcke authored
web3: updated
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
rpc, xeth: fixed returned tx hash & receipt logs
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
core, miner: adopted new style errors
-
Jeffrey Wilcke authored
Removed VM errors from the consensus errors. They now used for output only.
-
Jeffrey Wilcke authored
core, miner, tests: added test, implemented bad block reporting
-
Jeffrey Wilcke authored
core/types, xeth: separate tx hash and tx signature hash
-
Jeffrey Wilcke authored
getTransactionReceipt RPC support
-
Jeffrey Wilcke authored
Fix core errors in apply txs
-
Felix Lange authored
-
- Jul 05, 2015
-
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Jeffrey Wilcke authored
-
- Jul 04, 2015
-
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Jeffrey Wilcke authored
core, core/state: throw out intermediate state
-
Jeffrey Wilcke authored
Account management improvements
-
Gustav Simonsson authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
* Update => SyncIntermediate * Added SyncObjects SyncIntermediate only updates whatever has changed, but, as a side effect, requires much more disk space. SyncObjects will only sync whatever is required for a block and will not save intermediate state to disk. As drawback this requires more time when more txs come in.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
core, eth, miner, xeth: receipt storage fix
-