- Jul 29, 2015
-
-
Bas van Kervel authored
integrated review comments
-
- Jul 23, 2015
-
-
Felix Lange authored
I forgot to update one instance of "go-ethereum" in commit 3f047be5.
-
Jeffrey Wilcke authored
-
- 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".
-
- Jul 20, 2015
-
-
Péter Szilágyi authored
-
- Jul 16, 2015
-
-
Jeffrey Wilcke authored
-
- Jul 13, 2015
-
-
Gustav Simonsson authored
-
- Jul 08, 2015
-
-
Jeffrey Wilcke authored
-
- Jul 07, 2015
-
-
Felix Lange authored
-
Felix Lange authored
-
Viktor Trón authored
* registar url string retrieval chop leading zeros now * rewrite test using test mining * remove temporary applyTxs from xeth
-
Jeffrey Wilcke authored
-
- Jul 06, 2015
-
-
Jeffrey Wilcke authored
-
Felix Lange authored
-
- Jul 05, 2015
-
-
Taylor Gerring authored
-
- Jul 04, 2015
-
-
Taylor Gerring authored
-
Taylor Gerring authored
-
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
-
- Jul 02, 2015
-
-
Viktor Trón authored
-
Jeffrey Wilcke authored
-
- Jun 30, 2015
-
-
Gustav Simonsson authored
-
- Jun 29, 2015
-
-
Felix Lange authored
-
Felix Lange authored
-
- Jun 21, 2015
-
-
Jeffrey Wilcke authored
* BuyGas => SubGas * RefundGas => AddGas * SetGasPool => SetGasLimit
-
- Jun 17, 2015
-
-
Jeffrey Wilcke authored
-
- Jun 16, 2015
-
-
Nick Dodson authored
-
Nick Dodson authored
-
Nick Dodson authored
-
- Jun 15, 2015
-
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-
- Jun 09, 2015
-
-
Jeffrey Wilcke authored
-
Taylor Gerring authored
-
- Jun 04, 2015
-
-
Jeffrey Wilcke authored
-
- Jun 03, 2015
-
-
Jeffrey Wilcke authored
Removed the managed tx state from the chain manager to the transaction pool where it's much easier to keep track of nonces (and manage them). The transaction pool now also uses the queue and pending txs differently where queued txs are now moved over to the pending queue (i.e. txs ready for processing and propagation).
-
- Jun 01, 2015
-
-
Gustav Simonsson authored
-
- May 21, 2015
-
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
-
- May 20, 2015
-
-
Zsolt Felföldi authored
-
Viktor Trón authored
multiple contract source for solidity compiler: returns contract array if multiple contracts. fixes #1023
-