aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/value.go
Commit message (Collapse)AuthorAgeFilesLines
* idx should return -1obscuren2014-12-181-1/+1
|
* PoC 7 updatesobscuren2014-10-291-0/+4
| | | | | | * Bloom * Block restructure * Receipts
* Fixed messages to use proper numbersobscuren2014-09-261-0/+4
|
* BigInt accept stringobscuren2014-09-221-0/+2
|
* added string castingobscuren2014-09-131-4/+6
|
* Write Protocol version to the db so we can perform sanity checksobscuren2014-08-221-0/+2
|
* Updated chain for filteringobscuren2014-08-111-0/+24
|
* Added general Pipe APIobscuren2014-08-041-0/+13
|
* minor rlp thingsobscuren2014-08-011-2/+5
|
* Fixed issue with var int reading.obscuren2014-07-301-1/+0
| | | | Reading uneven byte slices were broken.
* Added opsobscuren2014-07-291-2/+58
|
* Added big int to uint switchobscuren2014-07-221-0/+2
|
* Trie fixesobscuren2014-07-171-5/+3
|
* Vm logging on diffobscuren2014-07-151-0/+13
|
* wipobscuren2014-06-301-0/+8
|
* 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