aboutsummaryrefslogtreecommitdiffstats
path: root/transaction.go
Commit message (Collapse)AuthorAgeFilesLines
* Moving the ethgo to individual packagesobscuren2014-01-111-206/+0
|
* Updated marshallingobscuren2014-01-091-82/+38
|
* updated testing"obscuren2014-01-061-3/+1
|
* Changed hashing, signature and key generation.obscuren2014-01-061-25/+70
|
* secp256k1 method signingobscuren2014-01-051-0/+23
|
* Updated feeobscuren2014-01-041-7/+10
|
* Parsing for block and txobscuren2014-01-031-1/+1
|
* Wip VM. Created contractsobscuren2014-01-031-5/+6
|
* Commentsobscuren2013-12-291-0/+1
|
* (un)marshal blocks and transactionsobscuren2013-12-281-3/+1
|
* Unmarshalling of transactionsobscuren2013-12-281-8/+61
|
* Changed Tx serialization to return bytes instead of a stringobscuren2013-12-281-9/+7
|
* Updated feesobscuren2013-12-271-13/+17
|
* Initial commitobscuren2013-12-261-0/+126