- 22 Apr, 2015 1 commit
-
-
Gustav Simonsson authored
-
- 23 Apr, 2015 5 commits
-
-
Jeffrey Wilcke authored
Adding flags to facilitate cross compiling to ARM
-
Jeffrey Wilcke authored
Empty Call response should return 0x instead of 0x00. Closes #739
-
Jeffrey Wilcke authored
Changed "Welcome to the Frontier" to something more geeky
-
Jeffrey Wilcke authored
Issue 777
-
Jeffrey Wilcke authored
Rename eth_Version to eth_protocolVersion. Closes #737
-
- 22 Apr, 2015 20 commits
-
-
Felix Lange authored
Revert "Revert "refactor Dockerfile""
-
Felix Lange authored
-
Taylor Gerring authored
-
Felix Lange authored
Revert "refactor Dockerfile"
-
Felix Lange authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
caktux authored
refactor Dockerfile
-
Alexandre Van de Sande authored
-
caktux authored
-
Maran authored
-
Jeffrey Wilcke authored
Win32 build fixes
-
Felix Lange authored
These changes ensure that the JS tests run without networking and fixes the block chain export and its associated test.
-
Felix Lange authored
This helps with fixing the tests for cmd/geth to run without networking.
-
Felix Lange authored
64bit atomic operations are not available on all 32bit platforms.
-
Felix Lange authored
The test is failing the 32bit build and the function is not used anywhere.
-
Felix Lange authored
Further fixes to block test wrapper
-
Jeffrey Wilcke authored
Treat hexnums as big.Int instead of int64. Closes #762
-
- 21 Apr, 2015 13 commits
-
-
Taylor Gerring authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
core: transaction fixes
-
obscuren authored
-
Jeffrey Wilcke authored
Block test improvements
-
obscuren authored
-
obscuren authored
You can now specify `null` as a way of saying "not interested in this topic, match all". core.Filter assumes the zero'd address to be the wildcard. JSON rpc assumes empty strings to be wildcards.
-
Jeffrey Wilcke authored
Remove "minGasPrice" field from JSON responses. Closes. #754
-
obscuren authored
All nonce error handling has been moved to the worker
-
obscuren authored
When worker encounters a gas limit error, subsequent txs should be ignored from that particular account. This will prevent: 1. Nonce errors been thrown all around 2. The "Known tx" error. Closes #719 3. Repeated contract address. Closes #731
-
Andy authored
-
Andy authored
-
Gustav Simonsson authored
* Move go test wrapper for block tests from cmd/geth to tests * Fix logic for when tests are valid or not, by adding correct validations for expected valid/invalid blocks * Change block insertion helper to work on single blocks * Add one test case for each file in BlockTests and comment out the tests which are currently failing * Add Skip call in all block tests in lieu of performance fixes around ethash cache which are needed before it will be fast enough to start / stop the node between each test
-
- 20 Apr, 2015 1 commit
-
-
Jeffrey Wilcke authored
trivial fix for: Broken link for detailed go build instructions #661
-