aboutsummaryrefslogtreecommitdiffstats
path: root/common/bytes.go
Commit message (Expand)AuthorAgeFilesLines
* EIP-1186 eth_getProof (#17737)Simon Jentzsch2018-10-191-0/+9
* all: simplify s[:] to s where s is a slice (#17673)Emil2018-09-151-1/+1
* common: improve documentation comments (#16701)kiel barry2018-05-291-5/+15
* common: changed if-else blocks to conform with golint (#16656)GagziW2018-05-071-8/+6
* common: improve IsHexAddress and add tests (#15551)Steven Roose2017-12-051-9/+17
* common: fix hex utils to handle 1 byte address conversionsPéter Szilágyi2017-11-291-5/+4
* core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-0/+3
* common: fixed byte padding functionsJeffrey Wilcke2017-05-231-3/+3
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-155/+0
* all: gofmt -w -sFelix Lange2017-01-061-1/+1
* internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940)bas-vk2016-10-291-1/+1
* common: Remove dead codeRicardo Catalinas Jiménez2016-02-221-16/+0
* common: Remove empty linesRicardo Catalinas Jiménez2016-02-221-2/+0
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: add some godoc synopsis commentsFelix Lange2015-07-071-0/+1
* all: update license informationFelix Lange2015-07-071-0/+16
* common: delete BinaryLengthFelix Lange2015-04-221-11/+0
* NatSpec contracts in genesis block, end to end test (unfinished)zsfelfoldi2015-04-201-0/+17
* Detect non-valid strings for blockheightTaylor Gerring2015-04-021-0/+5
* Move ToHex/FromHex into bytesTaylor Gerring2015-03-221-0/+22
* new type + additional methodsobscuren2015-03-161-1/+1
* Moved ethutil => commonobscuren2015-03-161-0/+234