- 20 Mar, 2017 3 commits
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
ethstats: try both ws:// and wss:// if none specified
-
Péter Szilágyi authored
-
- 18 Mar, 2017 1 commit
-
-
holisticode authored
-
- 16 Mar, 2017 3 commits
-
-
bas-vk 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
-
- 14 Mar, 2017 2 commits
-
-
Péter Szilágyi authored
light: added new CHT
-
Zsolt Felfoldi authored
-
- 09 Mar, 2017 8 commits
-
-
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
-
- 08 Mar, 2017 1 commit
-
-
Martin Holst Swende authored
* main,import: Add --nocompaction flag + multiple import files * geth/import: documentation * import: Added more info to err message * fix :P
-
- 07 Mar, 2017 2 commits
-
-
Péter Szilágyi authored
mobile: Fix typo ( Ethereun -> Ethereum )
-
ligi authored
-
- 03 Mar, 2017 6 commits
-
-
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
-
- 02 Mar, 2017 12 commits
-
-
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
-
- 01 Mar, 2017 2 commits
-
-
Valentin Wüstholz authored
-
Jeffrey Wilcke authored
Added the ability to directly compile and run ethereum assembly using the evm utility: `evm run <file>`. This is equivalant to `evm compile <file> | evm run`.
-