Commit Graph

200 Commits (96ddf27a48491ce7d6e189e228d681cc38632954)

Author SHA1 Message Date
Jeffrey Wilcke e1e87d8b1a common: fixed byte padding functions 7 years ago
Péter Szilágyi 82defe5c56
common/compress: internalize encoders, add length wrappers 7 years ago
Péter Szilágyi cf19586cfb
common/bitutil: fix decompression corner cases; fuzz, test & bench 7 years ago
Zsolt Felfoldi fd5d51c9ae common/bitutil: added data compression algorithm 7 years ago
Péter Szilágyi 36a800a1d2
common/bitutil, consensus/ethash: reusable bitutil package 7 years ago
Martin Holst Swende 14cc40a31a Hive-test fixes (#14419) 7 years ago
Felix Lange 0cc492f815 all: update license information 8 years ago
Felix Lange 30d706c35e cmd/geth: add --config file flag (#13875) 8 years ago
Felix Lange d42a56afc5 common: add UnprefixedHash, UnprefixedAddress 8 years ago
Felix Lange b4547a560b common/hexutil: add UnmarshalFixedUnprefixedText 8 years ago
Felix Lange 04fa6a3744 common/math: add HexOrDecimal64, HexOrDecimal256 8 years ago
Steve Waldman 728a299728 common/compiler: add metadata output for solc > 0.4.6 8 years ago
Felix Lange 280f08be84 common/hexutil: ensure negative big.Int is encoded sensibly 8 years ago
Felix Lange d304da3803 common/hexutil: implement TextMarshaler, TextUnmarshaler 8 years ago
Felix Lange 357d00cdb1 common/hexutil: don't leak encoding/hex errors in Decode 8 years ago
Felix Lange f3b7dcc5bd common/hexutil: reject big integer inputs > 256 bits 8 years ago
Felix Lange 5f7826270c all: unify big.Int zero checks, use common/math in more places (#3716) 8 years ago
Péter Szilágyi e588e0ca2b
all: next batch of log polishes to contextual versions 8 years ago
Péter Szilágyi 2f28a12cdb
common, eth/downloader, log: support terminal log formatting 8 years ago
Felix Lange 5c8fe28b72 common: move big integer math to common/math (#3699) 8 years ago
Jeffrey Wilcke bf21549faa common/math: "optimised" SafeMul and added comment on Exp (#3675) 8 years ago
Jeffrey Wilcke c12f4df910 params: core, core/vm, miner: 64bit gas instructions 8 years ago
Jeffrey Wilcke 57f4e90257 Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" 8 years ago
Jeffrey Wilcke 8b57c49490 params: core, core/vm, miner: 64bit gas instructions (#3514) 8 years ago
Bas van Kervel 54a65e6d87
cmd,eth,les,internal: remove natspec support 8 years ago
Felix Lange 51f6b6d33f common/hexutil: fix EncodeBig, Big.MarshalJSON 8 years ago
Felix Lange 01f6f2d741 common/hexutil: allow empty strings when decoding JSON (#3559) 8 years ago
Felix Lange f2da6581ba all: fix issues reported by honnef.co/go/simple/cmd/gosimple 8 years ago
Felix Lange 35a7dcb162 all: gofmt -w -s 8 years ago
Felix Lange e0fde02290 common/compiler: remove workaround for solc 0.3.5 stdin bug (#3522) 8 years ago
Felix Lange 318ad3c1e4 common/hexutil: fix Test{Decode,Unmarshal}Uint64 on 32bit arch (#3363) 8 years ago
Felix Lange 37e5816bcd common: use package hexutil for fixed size type encoding 8 years ago
Felix Lange ec75953f50 common/hexutil: new package for 0x hex encoding 8 years ago
Jeffrey Wilcke 67e0894d9e common/httpclient, les: removed httpclient 8 years ago
Felix Lange 18d51d1de8 common/registrar: delete the old registrar code 8 years ago
Péter Szilágyi 178da7c6a9
mobile: initial wrappers for mobile support 8 years ago
Zsolt Felfoldi b10bcd924b core/types: turn off nonce checking for Call messages 8 years ago
Jeffrey Wilcke 4dca5d4db7 core/types, params: EIP#155 8 years ago
Jeffrey Wilcke 445feaeef5 core, core/state, trie: EIP158, reprice & skip empty account write 8 years ago
Felix Lange b8bd9a71c8 all: update license information 8 years ago
Zsolt Felfoldi 9f8d192991 les: light client protocol and API 8 years ago
Kenji Siu b522b788b6 common/math: go fmt 8 years ago
Jeffrey Wilcke 1b73c79234 common/math, core/vm: implement fast EXP (#3214) 8 years ago
bas-vk b59c8399fb internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) 8 years ago
Péter Szilágyi 289b30715d Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
Péter Szilágyi 64500ab0fa
common, core, eth/downloader: adjust import log formatting 8 years ago
Felix Lange b42a5b118f common, node: move datadir defaults into package node 8 years ago
gregg dourgarian 8dbf59fec5 common,internal: typo/misspelling fixes (#2953) 8 years ago
Felix Lange 1a9e66915b common/compiler: simplify solc wrapper 8 years ago
zsfelfoldi 00787fe781 core: added CheckNonce() to Message interface 8 years ago