- Apr 22, 2015
-
-
Felix Lange authored
-
Felix Lange authored
Revert "refactor Dockerfile"
-
Felix Lange authored
-
Vincent G authored
refactor Dockerfile
-
Vincent G 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
-
- Apr 21, 2015
-
-
Taylor Gerring authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
core: transaction fixes
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Block test improvements
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke 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
-
Jeffrey Wilcke authored
All nonce error handling has been moved to the worker
-
Jeffrey Wilcke 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
-
- Apr 20, 2015
-
-
Jeffrey Wilcke authored
trivial fix for: Broken link for detailed go build instructions #661
-
Andy authored
-
Andy authored
-
https://github.com/aboreum/go-ethereumAndy authored
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
-
Andy authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
admin.StopRPC added to console
-
Jeffrey Wilcke authored
cmd/geth, cmd/utils: add cli flags for pprof and whisper
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
https://github.com/ethersphere/go-ethereumJeffrey Wilcke authored
Merge branch 'frontier/natspec' of https://github.com/ethersphere/go-ethereum into ethersphere-frontier/natspec
-
Péter Szilágyi authored
-
Gustav Simonsson authored
* Add fixes to parsing and converting of fields in tx tests * Correct logic in tx tests; validation of fields and correct logic for when RLP decoding works/fails and when this is expected or not * Rename files for consistency * Add block tests wrapper to run block tests with go test
-