/textproc/es-aspell/

le='go-tangerine Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: changed if-else blocks to conform with golint (#16656)GagziW2018-05-071-8/+6
* rpc: clean up IPC handler (#16524)Felix Lange2018-04-181-2/+2
* cmd/clef, signer: initial poc of the standalone signer (#16154)Martin Holst Swende2018-04-162-0/+106
* common: delete StringToAddress, StringToHash (#16436)Felix Lange2018-04-101-6/+4
* common/compiler: remove "--add-std" arg, deprecated in solidity 0.4.21Jeffery Robert Walsh2018-03-091-1/+0
* core, vm, common: define constantinople fork + shift (#16045)Martin Holst Swende2018-02-231-1/+1
* all: update license information (#16089)Felix Lange2018-02-144-29/+29
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-8/+19
* common/fdlimit: Move fdlimit files to separate package (#15850)Ricardo Domingos2018-01-124-0/+216
* various: remove redundant parentheses (#15793)Furkan KAMACI2018-01-031-4/+4
* common: improve IsHexAddress and add tests (#15551)Steven Roose2017-12-054-28/+65
* common: fix hex utils to handle 1 byte address conversionsPéter Szilágyi2017-11-292-7/+15
* build: enable unconvert linter (#15456)ferhat elmas2017-11-112-4/+2
* common: improve documentation of Hash.SetBytes (#15062)Martin Holst Swende2017-09-081-2/+2
* core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-0/+3
* common: fix megacheck warningsEgon Elbre2017-08-072-9/+8
* common: tests for EIP55-compliant Address.Hex()Jim McDonald2017-07-161-0/+31
* common: Address.Hex() outputs EIP55-compliant stringJim McDonald2017-07-161-1/+23
* common/hexutil: wrap errors in json.UnmarshalTypeErrorFelix Lange2017-06-275-59/+102
* core/vm, common/math: Add doc about Byte, fix formatMartin Holst Swende2017-06-092-15/+20
* common/math, core/vm: Un-expose bigEndianByteAt, use correct terms for endian...Martin Holst Swende2017-06-072-16/+17
* core/vm, common/math: Add fast getByte for bigints, improve opByteMartin Holst Swende2017-06-052-1/+120
* common: fixed byte padding functionsJeffrey Wilcke2017-05-231-3/+3
* common/compress: internalize encoders, add length wrappersPéter Szilágyi2017-05-083-70/+125
* common/bitutil: fix decompression corner cases; fuzz, test & benchPéter Szilágyi2017-05-073-43/+302
* common/bitutil: added data compression algorithmZsolt Felfoldi2017-05-061-0/+93
* common/bitutil, consensus/ethash: reusable bitutil packagePéter Szilágyi2017-05-052-0/+403
* Hive-test fixes (#14419)Martin Holst Swende2017-05-041-0/+2
* Merge remote-tracking branch 'fjl/license-update-1.6'Péter Szilágyi2017-04-141-1/+1
|\
| * all: update license informationFelix Lange2017-04-141-1/+1
* | Merge pull request #3786 from fjl/compiler-metadataPéter Szilágyi2017-04-132-76/+56
|\ \ | |/ |/|
| * common/compiler: add metadata output for solc > 0.4.6Steve Waldman2017-03-162-76/+56
* | cmd/geth: add --config file flag (#13875)Felix Lange2017-04-121-0/+3
* | common: add UnprefixedHash, UnprefixedAddressFelix Lange2017-03-231-14/+30
* | common/hexutil: add UnmarshalFixedUnprefixedTextFelix Lange2017-03-232-5/+62
* | common/math: add HexOrDecimal64, HexOrDecimal256Felix Lange2017-03-234-12/+54
|/
* common/hexutil: ensure negative big.Int is encoded sensiblyFelix Lange2017-03-023-16/+5
* common/hexutil: implement TextMarshaler, TextUnmarshalerFelix Lange2017-03-026-84/+226
* common/hexutil: don't leak encoding/hex errors in DecodeFelix Lange2017-03-022-6/+9
* common/hexutil: reject big integer inputs > 256 bitsFelix Lange2017-03-024-3/+30
* Merge pull request #3723 from karalabe/logger-updates-2Péter Szilágyi2017-02-281-2/+11
|\
| * all: next batch of log polishes to contextual versionsPéter Szilágyi2017-02-281-2/+11
* | all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-282-8/+48
|/
* common, eth/downloader, log: support terminal log formattingPéter Szilágyi2017-02-281-0/+18
* common: move big integer math to common/math (#3699)Felix Lange2017-02-2721-1346/+494
* common/math: "optimised" SafeMul and added comment on Exp (#3675)Jeffrey Wilcke2017-02-182-2/+5
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-142-0/+75
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-132-75/+0
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-022-0/+75
* cmd,eth,les,internal: remove natspec supportBas van Kervel2017-01-171-2/+2
* common/hexutil: fix EncodeBig, Big.MarshalJSONFelix Lange2017-01-163-13/+4
* common/hexutil: allow empty strings when decoding JSON (#3559)Felix Lange2017-01-132-5/+5
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-074-7/+7
* all: gofmt -w -sFelix Lange2017-01-062-19/+19
* common/compiler: remove workaround for solc 0.3.5 stdin bug (#3522)Felix Lange2017-01-062-36/+22
* common/hexutil: fix Test{Decode,Unmarshal}Uint64 on 32bit arch (#3363)Felix Lange2016-11-282-2/+2
* common: use package hexutil for fixed size type encodingFelix Lange2016-11-282-60/+30
* common/hexutil: new package for 0x hex encodingFelix Lange2016-11-284-0/+947
* common/httpclient, les: removed httpclientJeffrey Wilcke2016-11-252-201/+0
* common/registrar: delete the old registrar codeFelix Lange2016-11-254-1036/+0
* mobile: initial wrappers for mobile supportPéter Szilágyi2016-11-141-1/+4
* core/types: turn off nonce checking for Call messagesZsolt Felfoldi2016-11-141-1/+1
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-16/+12
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-3/+4
* all: update license informationFelix Lange2016-11-091-0/+16
* les: light client protocol and APIZsolt Felfoldi2016-11-091-0/+30
* common/math: go fmtKenji Siu2016-11-021-1/+1
* common/math, core/vm: implement fast EXP (#3214)Jeffrey Wilcke2016-11-021-0/+28
* internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940)bas-vk2016-10-292-2/+2
* Godeps, vendor: convert dependency management to trash (#3198)Péter Szilágyi2016-10-294-4839/+0
* common, core, eth/downloader: adjust import log formattingPéter Szilágyi2016-10-181-0/+40
* common, node: move datadir defaults into package nodeFelix Lange2016-09-162-75/+0
* common,internal: typo/misspelling fixes (#2953)gregg dourgarian2016-08-271-4/+4
* common/compiler: simplify solc wrapperFelix Lange2016-08-172-165/+132
* core: added CheckNonce() to Message interfacezsfelfoldi2016-07-11