- Nov 13, 2016
-
-
Jeffrey Wilcke authored
This commit implements EIP158 part 1, 2, 3 & 4 1. If an account is empty it's no longer written to the trie. An empty account is defined as (balance=0, nonce=0, storage=0, code=0). 2. Delete an empty account if it's touched 3. An empty account is redefined as either non-existent or empty. 4. Zero value calls and zero value suicides no longer consume the 25k reation costs. params: moved core/config to params Signed-off-by:
Jeffrey Wilcke <jeffrey@ethereum.org>
-
- Nov 11, 2016
-
-
Felix Lange authored
Topic discovery bugfix
-
Felix Lange authored
cmd: add swarm command line tools
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-
- Nov 10, 2016
-
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Kenji Siu authored
-
- Nov 09, 2016
-
-
Péter Szilágyi authored
cmd/geth: reinstate dropped --cache flag
-
Péter Szilágyi authored
-
xiekeyang authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
These accessors were introduced by light client changes, but the only method that is actually used is GetNumberU64. This commit replaces all uses of .GetNumberU64 with .Number.Uint64.
-
Felix Lange authored
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-
- Nov 08, 2016
-
-
Felix Lange authored
archiveUpload did not handle absolute paths correctly. Fix it by using the basename and ensure that uploads can be tested using -n.
-
Péter Szilágyi authored
This commit adds support for creating Windows installers to ci.go
-
Péter Szilágyi authored
internal/build: call correct signer method
-
Péter Szilágyi authored
-
- Nov 07, 2016
-
-
Péter Szilágyi authored
build: fix missing .exe executable names on cross builds
-
Péter Szilágyi authored
console, vendor: update liner and enable multiline mode
-
Péter Szilágyi authored
-
Péter Szilágyi authored
appveyor: build 386 too, upload both to the gethstore
-
- Nov 06, 2016
-
-
Péter Szilágyi authored
-
- Nov 04, 2016
-
-
Péter Szilágyi authored
-
- Nov 03, 2016
-
-
RJ Catalano authored
solves #3119 Signed-off-by:
VoR0220 <rj@erisindustries.com>
-
Felix Lange authored
-
Felix Lange authored
-