- 20 Mar, 2017 2 commits
- 
- 
Péter Szilágyi authoredethstats: 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 authoredFixes #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 authoredlight: 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 authoredmobile: Fix typo ( Ethereun -> Ethereum ) 
- 
ligi authored
 
- 
- 03 Mar, 2017 6 commits
- 
- 
Péter Szilágyi authoredall: update light logs (and a few others) to the new model 
- 
Péter Szilágyi authoredcore: reorg logs crashed, add a check for corner cases 
- 
Péter Szilágyi authoredbuild: 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 authoredbuild: bundle the bootnode too into alltools 
- 
Péter Szilágyi authoredtravis: support building mips32 and mips64 too 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredcommon/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 authoredRestricting encoding is silly. 
- 
Felix Lange authoredThis 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 authoredAll other functions return errors from package hexutil, ensure that Decode does too. 
- 
Felix Lange authoredThis follows the change to common/math big integer parsing in PR #3699. 
- 
Péter Szilágyi authoredcore/evm, core/vm: improved evm trace output 
- 
Péter Szilágyi authored
 
- 
- 01 Mar, 2017 3 commits
- 
- 
Valentin Wüstholz authored
- 
Jeffrey Wilcke authoredAdded 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`. 
- 
Jeffrey Wilcke authored* Improved the standard evm tracer output and renamed it to WriteTrace which now takes an io.Writer to write the logs to. * Added WriteLogs which writes logs to the given writer in a readable format. * evm utility now also prints logs generated during the execution. 
 
-