- Mar 20, 2017
-
-
Péter Szilágyi authored
travis: switch to cocoapods 1.2.0 stable
-
Péter Szilágyi authored
-
Péter Szilágyi authored
ethstats: try both ws:// and wss:// if none specified
-
Péter Szilágyi authored
-
- Mar 18, 2017
-
-
holisticode authored
-
- Mar 16, 2017
-
-
Bas van Kervel authored
-
Micah Zoltu authored
Fixes #3762. Details about parameter: https://github.com/rs/cors/blob/a62a804a8a009876ca59105f7899938a1349f4b3/cors.go#L50-L54
-
Péter Szilágyi authored
-
- Mar 14, 2017
-
-
Péter Szilágyi authored
light: added new CHT
-
Zsolt Felföldi authored
-
- Mar 09, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Mar 08, 2017
-
-
Martin Holst Swende authored
* main,import: Add --nocompaction flag + multiple import files * geth/import: documentation * import: Added more info to err message * fix :P
-
- Mar 07, 2017
-
-
Péter Szilágyi authored
mobile: Fix typo ( Ethereun -> Ethereum )
-
ligi authored
-
- Mar 03, 2017
-
-
Péter Szilágyi authored
all: update light logs (and a few others) to the new model
-
Péter Szilágyi authored
core: reorg logs crashed, add a check for corner cases
-
Péter Szilágyi authored
build: fix xgo argument order when building from make
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Mar 02, 2017
-
-
Aaron Hnatiw authored
-
Péter Szilágyi authored
build: bundle the bootnode too into alltools
-
Péter Szilágyi authored
travis: support building mips32 and mips64 too
-
Péter Szilágyi authored
-
Péter Szilágyi authored
common/hexutil: implement TextMarshaler, TextUnmarshaler
-
Péter Szilágyi authored
* accounts, cmd, eth, ethdb: port logs over to new system * ethdb: drop concept of cache distribution between dbs * eth: fix some log nitpicks to make them nicer
-
Felix Lange authored
Restricting encoding is silly.
-
Felix Lange authored
This commit makes the wrapper types more generally applicable. encoding.TextMarshaler is supported by most codec implementations (e.g. for yaml). The tests now ensure that package json actually recognizes the custom marshaler implementation irrespective of how it is implemented. The Uint type has new tests, too. These are tricky because uint size depends on the CPU word size. Turns out that there was one incorrect case where decoding returned ErrUint64Range instead of ErrUintRange.
-
Felix Lange authored
All other functions return errors from package hexutil, ensure that Decode does too.
-
Felix Lange authored
This follows the change to common/math big integer parsing in PR #3699.
-
Péter Szilágyi authored
core/evm, core/vm: improved evm trace output
-
Péter Szilágyi authored
-
- Mar 01, 2017
-
-
Valentin Wüstholz authored
-