aboutsummaryrefslogtreecommitdiffstats
path: root/core/types
Commit message (Collapse)AuthorAgeFilesLines
* fixed chain event. Closes #529obscuren2015-03-191-2/+6
|
* Moved ethutil => commonobscuren2015-03-166-29/+29
|
* mergeobscuren2015-03-151-2/+2
|\
| * core/types: make Block.{ParentHash,SeedHash,MixDigest} []byteFelix Lange2015-03-141-3/+3
| | | | | | | | There is no reason to keep them as ethutil.Bytes.
* | POW fixesobscuren2015-03-141-6/+1
|/
* 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
* Miner fixes and updates (including miner)obscuren2015-03-051-6/+8
|
* Fixed genesisobscuren2015-03-041-12/+23
|
* Changed nonce to a uint64obscuren2015-03-041-5/+5
|
* fixed pow stuffobscuren2015-03-041-1/+4
|
* Merge branch 'publictests' of https://github.com/xcthulhu/go-ethereum into ↵obscuren2015-03-041-3/+21
|\ | | | | | | xcthulhu-publictests
| * Introducing ethashMatthew Wampler-Doty2015-03-031-1/+14
| |
| * Introducign MixDigest and SeedHashMatthew Wampler-Doty2015-02-281-2/+7
| |
* | Bloom expanded by 4obscuren2015-03-031-3/+4
|/
* Added GetBlock GetUncle with OOB guardobscuren2015-02-181-0/+12
|
* Fixed mining & limited hash powerobscuren2015-02-142-2/+3
|
* Update balance label when miningobscuren2015-02-141-0/+2
|
* Filteringobscuren2015-02-051-6/+2
|
* WIP minerobscuren2015-02-041-11/+15
|
* Moved `obscuren` secp256k1-goobscuren2015-01-221-1/+1
|
* Moved ptrie => trie. Removed old trieobscuren2015-01-081-2/+2
|
* Refactored ethutil.Config.Db outobscuren2015-01-072-12/+14
|
* Mergeobscuren2015-01-061-42/+35
|
* added nil checkobscuren2015-01-021-22/+0
|
* Refactored tx pool and added extra fields to blockobscuren2015-01-022-2/+7
| | | | | | * 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
* Fixed chain test & added new chainobscuren2014-12-301-0/+1
|
* Switched to new trieobscuren2014-12-242-6/+6
|
* Chain importerobscuren2014-12-232-29/+35
|
* Refactored block & Transactionobscuren2014-12-233-385/+249
| | | | * 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
* | mergeobscuren2014-12-191-48/+46
|\|
| * 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
| |
* | Merge fixesobscuren2014-12-181-5/+0
|/
* Locks, refactor, testsobscuren2014-12-182-1/+6
| | | | | | * Added additional chain tests * Added proper mutex' on chain * Removed ethereum dependencies
* Moved powobscuren2014-12-101-0/+3
|
* Fixed issue in VM where LOG didn't pop anything of the stackobscuren2014-12-052-7/+18
|
* Log is now interfaceobscuren2014-12-041-2/+2
|
* Renamed State => StateDBobscuren2014-12-042-3/+3
|
* Renamed `chain` => `core`obscuren2014-12-048-0/+825