aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/transaction.go
Commit message (Collapse)AuthorAgeFilesLines
* core/types: use common.{Hash,Address} in for transactionsFelix Lange2015-03-171-65/+24
|
* Moved ethutil => commonobscuren2015-03-161-9/+9
|
* Changed V to byte. Closes #456obscuren2015-03-121-4/+4
|
* Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-061-0/+8
| | | | | | | * Add from to eth_transact / xeth.Transact and add static pass in lieu of integrating with native Mist window for user passphrase entry * Make eth_accounts return AccountManager.Accounts() * Add a Generate Key menu item in Mist
* Moved `obscuren` secp256k1-goobscuren2015-01-221-1/+1
|
* Refactored tx pool and added extra fields to blockobscuren2015-01-021-0/+5
| | | | | | * chain manager sets td on block + td output w/ String * added tx pool tests for removing/adding/validating * tx pool now uses a set for txs instead of list.List
* Chain importerobscuren2014-12-231-14/+14
|
* Refactored block & Transactionobscuren2014-12-231-62/+59
| | | | * Includes new rlp decoder
* Merge branch 'develop' into poc8obscuren2014-12-201-9/+10
|\ | | | | | | | | Conflicts: cmd/ethereum/flags.go
| * Transaction was generating incorrect hash because of var changesobscuren2014-12-191-9/+10
| |
* | Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ↵obscuren2014-12-191-4/+4
|/ | | | | | | ebuchman-badsig Conflicts: core/transaction_pool.go
* Gas corrections and vm fixesobscuren2014-12-191-9/+0
|
* Moved methods to messagesobscuren2014-12-181-21/+2
|
* Created generic message (easy for testing)obscuren2014-12-181-31/+57
|
* Renamed State => StateDBobscuren2014-12-041-1/+1
|
* Renamed `chain` => `core`obscuren2014-12-041-0/+225