aboutsummaryrefslogtreecommitdiffstats
path: root/common/types.go
Commit message (Collapse)AuthorAgeFilesLines
* common: Add tests for Address#UnmarshalJSONPaulo L F Casaretto2016-04-261-1/+1
|
* common: added Hash unmarshal json length validationJeffrey Wilcke2016-04-011-0/+13
|
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-0/+49
|
* common: fix #2008, wrong hex prefix checkPéter Szilágyi2015-11-281-2/+2
|
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-8/+20
|
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* core/state, core/vm: reworked storage get / set to use common.Hashobscuren2015-06-171-0/+4
|
* core: reduce max allowed queued txs per addressobscuren2015-06-151-0/+11
| | | | | Transactions in the queue are now capped to a maximum of 200 transactions. This number is completely arbitrary.
* common: add Hash.GenerateFelix Lange2015-04-301-1/+14
|
* copy over loopobscuren2015-03-201-9/+2
|
* Added Hex methodsobscuren2015-03-181-0/+2
|
* Merge branch 'develop' into conversionobscuren2015-03-171-7/+2
|\ | | | | | | | | Conflicts: common/types.go
| * tmpobscuren2015-03-161-2/+2
| |
* | updated blockpoolobscuren2015-03-171-0/+3
| |
* | converted vmobscuren2015-03-171-18/+27
| |
* | conversion stateobscuren2015-03-171-3/+5
| |
* | Getters shouldn't need to be pointer receiverobscuren2015-03-161-8/+7
| |
* | compilable trie (tests fail)obscuren2015-03-161-5/+5
| |
* | Added functions to Hash & Addressobscuren2015-03-161-1/+37
| | | | | | | | | | * Set, SetString, SetBytes * StringTo*, BytesTo*
* | Added ToString methodsobscuren2015-03-161-3/+6
| |
* | new type + additional methodsobscuren2015-03-161-0/+36
|/
* Moved ethutil => commonobscuren2015-03-161-0/+6