aboutsummaryrefslogtreecommitdiffstats
path: root/chain
Commit message (Collapse)AuthorAgeFilesLines
* Renamed `chain` => `core`obscuren2014-12-0426-3046/+0
|
* Moved execution from vm to chain.obscuren2014-12-043-108/+112
| | | | | | | | This moves call and create to the specified environments. Vms are no longer re-used. Vm uses environment's Call(Code) and Create in order to execute new contracts or transfer value between accounts. State transition now uses the same mechanism described above.
* updated to typesobscuren2014-12-034-52/+24
|
* reverted vm backobscuren2014-12-031-1/+1
|
* mergeobscuren2014-12-038-43/+49
|\
| * Fixed mem error in vm. Fixed logs testsobscuren2014-12-031-2/+2
| |
| * Set proper message valueobscuren2014-12-033-33/+31
| |
| * Check coinbase for from/to inclusionobscuren2014-12-032-8/+13
| |
| * Updated LOG to match proper gas in all casesobscuren2014-12-032-7/+12
| |
| * Additional logging and removed temp merged mining options.obscuren2014-12-023-8/+4
| |
* | merge errors fixedobscuren2014-12-025-135/+81
|\|
| * Check for known block err and ignoreobscuren2014-12-023-77/+36
| |
| * Transaction strictnessobscuren2014-12-021-4/+8
| |
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-024-8/+53
| |
* | Fixed mergeobscuren2014-11-295-32/+33
|\|
| * Changed refundobscuren2014-11-291-3/+4
| |
| * Removed min gas price from genesisobscuren2014-11-291-2/+0
| |
| * GasData changes & removed min gas priceobscuren2014-11-293-27/+29
| |
* | Added `chain` tests & minor fixesobscuren2014-11-192-13/+128
| | | | | | | | | | | | * Fork tests (equal and larger chains) * `chain.link` fields are now exported * moved debug function from state to dump.go
* | Fixed tests for 'types'obscuren2014-11-191-1/+2
| |
* | Merge branch 'tests' into poc8obscuren2014-11-193-13/+14
|\ \
| * | try to get full coverage report on travisTaylor Gerring2014-11-153-13/+15
| |/
* | Added a callback mechanism to chain adding.obscuren2014-11-191-3/+3
| | | | | | | | | | | | Not sure if this is the right approach. Why? BlockChain shouldn't need the "Ethereum" object. BlockChain shouldn't need to worry about notifying listeners or message propagation.
* | Begin of moving objects to types packageobscuren2014-11-1817-94/+128
| | | | | | | | | | * Block(s) * Transaction(s)
* | cleaning upobscuren2014-11-171-154/+131
|/
* Clean upobscuren2014-11-144-20/+16
|
* Fixes for PV41/42obscuren2014-11-142-10/+4
| | | | | | * Don't expand mem on empty value * Removed all coinbase logs for PV42 * Removed C++ bug stuff for LOG*
* Numerous fixes for consensus.obscuren2014-11-145-8/+36
| | | | | | * Removed (buged) C++ specific gas specification for LOG* * Fixed LOG* where mstart went after msize *
* Transaction execution fixesobscuren2014-11-124-14/+14
|
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-123-7/+6
|
* debugging codeobscuren2014-11-114-58/+86
|
* Moved messages eventing to chain managerobscuren2014-11-102-16/+25
|
* Fixed bloom, updated mining & block processingobscuren2014-11-104-29/+23
| | | | | | * Reverted back to process blocks in batches method * Bloom generation and lookup fix * Minor UI changed (mainly debug)
* Fixed bug on gas and setting of receipts and rootsobscuren2014-11-101-36/+4
|
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-073-13/+40
| | | | | | | | * Miner has been rewritten * Added new miner pane * Added option for local txs * Added option to read from MergeMining contract and list them for merged mining
* Proper packagesobscuren2014-11-051-1/+1
|
* Accidental packagesobscuren2014-11-051-1/+1
|
* Fixed VM and added static analysis for EVM jumpsobscuren2014-11-052-2/+1
|
* Replaced to return the td and throw a specific error on TDobscuren2014-11-042-6/+15
|
* Reworked chain handling processobscuren2014-11-042-44/+104
| | | | | | | * Forks * Rename * Moved inserting of blocks & processing * Added chain testing method for validating pieces of a **a** chain.
* Bloom validationobscuren2014-11-041-4/+5
|
* StateManager => BlockManagerobscuren2014-11-044-40/+24
|
* removed old bloomobscuren2014-11-042-67/+0
|
* Removed debug printobscuren2014-11-041-0/+2
|
* Sha addressesobscuren2014-11-042-4/+18
|
* Fixed genesisobscuren2014-11-041-4/+5
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-11-012-7/+9
|\
| * chain, tests/helper, vm: make tests compileFelix Lange2014-11-011-2/+4
| | | | | | | | They were broken by df5603de0a34e80a1, when vm.Log became ethstate.Log.
| * all: fix rename breakageFelix Lange2014-11-011-5/+5
| |
* | Re-org op codesobscuren2014-11-012-316/+9
|/
* ethwire => wireobscuren2014-10-312-5/+5
|
* ethtrie => trieobscuren2014-10-312-6/+6
|
* ethstate => stateobscuren2014-10-318-58/+58
|
* ethlog => loggerobscuren2014-10-314-8/+8
|
* ethcrypto => cryptoobscuren2014-10-315-18/+18
|
* Moved ethchain to chainobscuren2014-10-3126-0/+3248