Commit Graph

263 Commits (1b9c5b393b9a52078a25f426af6e1fcc5996ca67)

Author SHA1 Message Date
Steven Roose afb8154eab common: improve IsHexAddress and add tests (#15551) 7 years ago
Péter Szilágyi b33a5294ea
common: fix hex utils to handle 1 byte address conversions 7 years ago
ferhat elmas 86f6568f66 build: enable unconvert linter (#15456) 7 years ago
Martin Holst Swende fc87bc5f52 common: improve documentation of Hash.SetBytes (#15062) 7 years ago
rjl493456442 28aea46ac0
core: implement Metropolis EIP 658, receipt status byte 7 years ago
Egon Elbre 392151e251 common: fix megacheck warnings 7 years ago
Jim McDonald ad8d519eb5 common: tests for EIP55-compliant Address.Hex() 7 years ago
Jim McDonald 9e80d9bee1 common: Address.Hex() outputs EIP55-compliant string 7 years ago
Felix Lange 4a741df757 common/hexutil: wrap errors in json.UnmarshalTypeError 7 years ago
Martin Holst Swende ac9865791a core/vm, common/math: Add doc about Byte, fix format 7 years ago
Martin Holst Swende 1496b3aff6 common/math, core/vm: Un-expose bigEndianByteAt, use correct terms for endianness 7 years ago
Martin Holst Swende 3285a0fda3 core/vm, common/math: Add fast getByte for bigints, improve opByte 7 years ago
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