aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/value.go
Commit message (Collapse)AuthorAgeFilesLines
* Return a single byte if byte get calledobscuren2014-06-181-0/+2
|
* Do not panic, but return nil insteadobscuren2014-05-301-1/+1
|
* Working on interopobscuren2014-05-221-1/+1
| | | | | | * Receipts after each transaction * Fee structure * Applying fees to miners
* Added new state object change echanismobscuren2014-04-261-1/+6
|
* Added a IsList method for type checking []interface{}obscuren2014-03-281-0/+9
|
* Partially refactored server/txpool/block manager/block chainobscuren2014-03-051-0/+29
| | | | | | | The Ethereum structure now complies to a EthManager interface which is being used by the tx pool, block manager and block chain in order to gain access to each other. It's become simpeler. TODO: BlockManager => StateManager
* Nil is also considered emptyobscuren2014-02-211-1/+1
|
* Type checkingobscuren2014-02-211-1/+15
|
* Values should accept bytes as valid string outputobscuren2014-02-181-0/+2
|
* Added more testsobscuren2014-02-171-5/+7
|
* Added trie tests, value testsobscuren2014-02-151-0/+4
|
* The great mergeobscuren2014-02-151-0/+204