Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: settable genesis nonce | obscuren | 2015-06-09 | 1 | -2/+2 |
| | | | | | | | You can set the nonce of the block with `--genesisnonce`. When the genesis nonce changes and it doesn't match with the first block in your database it will fail. A new `datadir` must be given if the nonce of the genesis block changes. | ||||
* | types: block json unmarshal method added | obscuren | 2015-06-04 | 1 | -2/+2 |
| | |||||
* | Merge branch 'frontier/natspec' of ↵ | obscuren | 2015-04-21 | 1 | -2/+2 |
|\ | | | | | | | https://github.com/ethersphere/go-ethereum into ethersphere-frontier/natspec | ||||
| * | test account is no longer permanently in genesis block, only put there when ↵ | zsfelfoldi | 2015-04-20 | 1 | -8/+2 |
| | | | | | | | | testing | ||||
| * | NatSpec contracts are now not in the genesis block but added by the test | zsfelfoldi | 2015-04-20 | 1 | -1/+0 |
| | | |||||
| * | NatSpec passing end to end test | zsfelfoldi | 2015-04-20 | 1 | -3/+2 |
| | | |||||
| * | NatSpec contracts in genesis block, end to end test (unfinished) | zsfelfoldi | 2015-04-20 | 1 | -0/+8 |
| | | |||||
* | | core: moved TD calculation from proc to chain | obscuren | 2015-04-20 | 1 | -0/+1 |
|/ | |||||
* | Block header changed & console miner control | obscuren | 2015-04-06 | 1 | -1/+1 |
| | | | | | | * miner control moved to `admin.miner` * miner option to set extra data * block extra now bytes | ||||
* | Read most protocol params from common/params.json | Gustav Simonsson | 2015-04-02 | 1 | -5/+3 |
| | | | | | | | | | * Add params package with exported variables generated from github.com/ethereum/common/blob/master/params.json * Use params package variables in applicable places * Add check for minimum gas limit in validation of block's gas limit * Remove common/params.json from go-ethereum to avoid outdated version of it | ||||
* | Blocktest fixed, Execution fixed | obscuren | 2015-04-01 | 1 | -1/+1 |
| | | | | | | * Added new CreateAccount method which properly overwrites previous accounts (excluding balance) * Fixed block tests (100% success) | ||||
* | Added Code field | obscuren | 2015-03-31 | 1 | -2/+6 |
| | |||||
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | core: fix tests | Felix Lange | 2015-03-18 | 1 | -4/+0 |
| | |||||
* | converted vm | obscuren | 2015-03-17 | 1 | -4/+3 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -9/+9 |
| | |||||
* | POW fixes | obscuren | 2015-03-14 | 1 | -1/+0 |
| | |||||
* | Increased genesis gas & gas floor limit to 3141592 | obscuren | 2015-03-13 | 1 | -1/+2 |
| | |||||
* | Miner fixes and updates (including miner) | obscuren | 2015-03-05 | 1 | -2/+3 |
| | |||||
* | Fixed genesis | obscuren | 2015-03-04 | 1 | -7/+7 |
| | |||||
* | updated genesis | obscuren | 2015-03-04 | 1 | -0/+4 |
| | |||||
* | Changed nonce to a uint64 | obscuren | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | Removed some methods from the JS REPL | obscuren | 2015-03-01 | 1 | -2/+0 |
| | |||||
* | Minor updates for release | obscuren | 2015-02-21 | 1 | -13/+31 |
| | |||||
* | Docs & old code removed | obscuren | 2015-02-03 | 1 | -1/+0 |
| | |||||
* | moving to a better xeth | obscuren | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | Minor fixed and additions for block proc | obscuren | 2015-01-08 | 1 | -0/+1 |
| | | | | | | * Path check length * Genesis include TD * Output TD on last block | ||||
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -2/+3 |
| | |||||
* | Switched to new trie | obscuren | 2014-12-24 | 1 | -1/+1 |
| | |||||
* | Refactored block & Transaction | obscuren | 2014-12-23 | 1 | -32/+33 |
| | | | | * Includes new rlp decoder | ||||
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -0/+52 |