| Commit message (Expand) | Author | Age | Files | Lines |
* | common: fix typo (#17582) | ligi | 2018-09-04 | 1 | -1/+1 |
* | common: add database/sql support for Hash and Address (#15541) | Vincent Serpoul | 2018-07-24 | 1 | -1/+40 |
* | common: all golint warnings removed (#16852) | kiel barry | 2018-06-14 | 1 | -0/+1 |
* | common: improve documentation comments (#16701) | kiel barry | 2018-05-29 | 1 | -36/+36 |
* | rpc: clean up IPC handler (#16524) | Felix Lange | 2018-04-18 | 1 | -2/+2 |
* | cmd/clef, signer: initial poc of the standalone signer (#16154) | Martin Holst Swende | 2018-04-16 | 1 | -0/+62 |
* | common: delete StringToAddress, StringToHash (#16436) | Felix Lange | 2018-04-10 | 1 | -6/+4 |
* | common: improve IsHexAddress and add tests (#15551) | Steven Roose | 2017-12-05 | 1 | -6/+3 |
* | common: improve documentation of Hash.SetBytes (#15062) | Martin Holst Swende | 2017-09-08 | 1 | -2/+2 |
* | common: Address.Hex() outputs EIP55-compliant string | Jim McDonald | 2017-07-16 | 1 | -1/+23 |
* | common/hexutil: wrap errors in json.UnmarshalTypeError | Felix Lange | 2017-06-27 | 1 | -0/+15 |
* | common: add UnprefixedHash, UnprefixedAddress | Felix Lange | 2017-03-23 | 1 | -14/+30 |
* | common/hexutil: implement TextMarshaler, TextUnmarshaler | Felix Lange | 2017-03-02 | 1 | -12/+12 |
* | all: next batch of log polishes to contextual versions | Péter Szilágyi | 2017-02-28 | 1 | -2/+11 |
* | common, eth/downloader, log: support terminal log formatting | Péter Szilágyi | 2017-02-28 | 1 | -0/+18 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 1 | -2/+2 |
* | common: use package hexutil for fixed size type encoding | Felix Lange | 2016-11-28 | 1 | -49/+9 |
* | mobile: initial wrappers for mobile support | Péter Szilágyi | 2016-11-14 | 1 | -1/+4 |
* | common: Add tests for Address#UnmarshalJSON | Paulo L F Casaretto | 2016-04-26 | 1 | -1/+1 |
* | common: added Hash unmarshal json length validation | Jeffrey Wilcke | 2016-04-01 | 1 | -0/+13 |
* | rpc: new RPC implementation with pub/sub support | Bas van Kervel | 2015-12-14 | 1 | -0/+49 |
* | common: fix #2008, wrong hex prefix check | Péter Szilágyi | 2015-11-28 | 1 | -2/+2 |
* | cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks | Péter Szilágyi | 2015-11-27 | 1 | -8/+20 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | core/state, core/vm: reworked storage get / set to use common.Hash | obscuren | 2015-06-17 | 1 | -0/+4 |
* | core: reduce max allowed queued txs per address | obscuren | 2015-06-15 | 1 | -0/+11 |
* | common: add Hash.Generate | Felix Lange | 2015-04-30 | 1 | -1/+14 |
* | copy over loop | obscuren | 2015-03-20 | 1 | -9/+2 |
* | Added Hex methods | obscuren | 2015-03-18 | 1 | -0/+2 |
* | Merge branch 'develop' into conversion | obscuren | 2015-03-17 | 1 | -7/+2 |
|\ |
|
| * | tmp | obscuren | 2015-03-16 | 1 | -2/+2 |
* | | updated blockpool | obscuren | 2015-03-17 | 1 | -0/+3 |
* | | converted vm | obscuren | 2015-03-17 | 1 | -18/+27 |
* | | conversion state | obscuren | 2015-03-17 | 1 | -3/+5 |
* | | Getters shouldn't need to be pointer receiver | obscuren | 2015-03-16 | 1 | -8/+7 |
* | | compilable trie (tests fail) | obscuren | 2015-03-16 | 1 | -5/+5 |
* | | Added functions to Hash & Address | obscuren | 2015-03-16 | 1 | -1/+37 |
* | | Added ToString methods | obscuren | 2015-03-16 | 1 | -3/+6 |
* | | new type + additional methods | obscuren | 2015-03-16 | 1 | -0/+36 |
|/ |
|
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -0/+6 |