- Jul 07, 2015
-
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
This version is less clever. All names are listed in a single file, AUTHORS. All source files have the same header. This is an improvement over the previous version, which attempted to list copyright holders in each source file.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
cmd,eth,rpc,tests: default coinbase
-
Jeffrey Wilcke authored
Rebase registrar
-
Viktor Trón authored
registry initialisers now return the txhash which caller can use to retrieve receipt
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
-
Bas van Kervel authored
-
Viktor Trón authored
* registar url string retrieval chop leading zeros now * rewrite test using test mining * remove temporary applyTxs from xeth
-
Viktor Trón authored
-
Viktor Trón authored
+ rebase fixes
-
Viktor Trón authored
-
Viktor Trón authored
-
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
-
Jeffrey Wilcke authored
-
- 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
-