- 18 Sep, 2015 6 commits
-
-
Jeffrey Wilcke authored
tests: update common test wrappers and test files
-
Jeffrey Wilcke authored
core: transaction nonce recovery
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
When the transaction state recovery kicked in it assigned the last (incorrect) nonce to the pending state which caused transactions with the same nonce to occur. Added test for nonce recovery
-
Felix Lange authored
core: allow modifying test-chain block times
-
- 17 Sep, 2015 4 commits
-
-
Felix Lange authored
common: Update README.md for the current package name
-
Felix Lange authored
cmd/geth: extradata is correcly initialized with console
-
Felix Lange authored
timer bugfix when clearInterval was called from within the callback
-
Péter Szilágyi authored
-
- 16 Sep, 2015 6 commits
-
-
Jeffrey Wilcke authored
core, eth, miner: use pure header validation
-
Kobi Gurkan authored
-
Jeffrey Wilcke authored
all: move common.Database to ethdb and add NewBatch
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
eth, rpc: standardize the chain sync progress counters
-
Péter Szilágyi authored
-
- 15 Sep, 2015 6 commits
-
-
Jeffrey Wilcke authored
adds extradata flag
-
Kobi Gurkan authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
new solc api - late fixes
-
- 14 Sep, 2015 8 commits
-
-
zelig authored
* use legacy version matcher * optimise just a boolean flag * skipf for messages in tests
-
Felix Lange authored
-
Felix Lange authored
Storing a value in LevelDB copies the bytes, modifying the value afterwards does not affect the content of the database. This commit ensures that MemDatabase satisfies the same property.
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
common/compiler: new solc API
-
Felix Lange authored
rpc/comms: fix #1795, ensure IPC path exists before binding
-
Felix Lange authored
Change go-uuid to use the current supported repository.
-
- 12 Sep, 2015 2 commits
-
-
Jeff R. Allen authored
-
zelig authored
* adapt to new compiler versioning * use compiler version as language version * implement new solc API for versions >= 0.1.[2-9][0-9]* fixes #1770 * add optimize=1 to options * backward compatibility (for now) for <= 0.1.1, and old versions (0.[2-9][0-9]*.[0-9]+) * introduce compilerOptions to ContractInfo * clean up flair, include full version string to version line and ContractInfo
-
- 11 Sep, 2015 7 commits
-
-
Jeffrey Wilcke authored
core, core/vm, core/state: remove unused functions
-
Jeffrey Wilcke authored
godeps: pull in ethash android fix
-
Jeffrey Wilcke authored
core: split the db blocks into components, move TD out top level
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- 10 Sep, 2015 1 commit
-
-
Felix Lange authored
cmd/geth, cmd/utils, eth: added dev mode flag
-