Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eth: enable bad block reports | Felix Lange | 2016-05-25 | 1 | -7/+0 |
| | | | | | | | | | | | | We used to have reporting of bad blocks, but it was disabled before the Frontier release. We need it back because users are usually unable to provide the full RLP data of a bad block when it occurs. A shortcoming of this particular implementation is that the origin peer is not tracked for blocks received during eth/63 sync. No origin peer info is still better than no report at all though. | ||||
* | all: fix go vet warnings | Felix Lange | 2016-04-15 | 1 | -1/+1 |
| | |||||
* | all: update license information | Felix Lange | 2016-04-15 | 1 | -1/+1 |
| | |||||
* | core: Added new TD strategy which mitigate the risk for selfish mining | Jeffrey Wilcke | 2016-02-18 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Assuming the following scenario where a miner has 15% of all hashing power and the ability to exert a moderate control over the network to the point where if the attacker sees a message A, it can't stop A from propagating, but what it **can** do is send a message B and ensure that most nodes see B before A. The attacker can then selfish mine and augment selfish mining strategy by giving his own blocks an advantage. This change makes the time at which a block is received less relevant and so the level of control an attacker has over the network no longer makes a difference. This change changes the current td algorithm `B_td > C_td` to the new algorithm `B_td > C_td || B_td == C_td && rnd < 0.5`. | ||||
* | tests: fix data race in bad-block-report disabling during tests | Péter Szilágyi | 2015-11-05 | 1 | -2/+5 |
| | |||||
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
| | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
| | | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | cmd/ethtest, tests: add support for RLP JSON tests | Felix Lange | 2015-07-17 | 1 | -0/+1 |
| | |||||
* | Unskip SimpleTx3, check err in pre/post state validations | Gustav Simonsson | 2015-07-08 | 1 | -6/+1 |
| | |||||
* | all: add some godoc synopsis comments | Felix Lange | 2015-07-07 | 1 | -0/+1 |
| | |||||
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | Add TestBcGasPricer, comments and unskip tests | Gustav Simonsson | 2015-07-06 | 1 | -8/+12 |
| | |||||
* | Merge pull request #1400 from obscuren/badblock-reporting | Jeffrey Wilcke | 2015-07-06 | 1 | -0/+3 |
|\ | | | | | core, miner, tests: added test, implemented bad block reporting | ||||
| * | core, miner, tests: added test, implemented bad block reporting | Jeffrey Wilcke | 2015-07-05 | 1 | -0/+3 |
| | | |||||
* | | Fix core error forwarding, unify OOG VM err | Gustav Simonsson | 2015-07-04 | 1 | -5/+0 |
|/ | |||||
* | Update Ethereum JSON tests, skip failing | Gustav Simonsson | 2015-07-03 | 1 | -2/+21 |
| | |||||
* | Rebase cleanup | Taylor Gerring | 2015-06-19 | 1 | -29/+0 |
| | |||||
* | Add stdin option | Taylor Gerring | 2015-06-19 | 1 | -23/+52 |
| | |||||
* | Cleanup logging | Taylor Gerring | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | DRY file loading | Taylor Gerring | 2015-06-19 | 1 | -5/+27 |
| | |||||
* | More consistent test interfaces + test skipping | Taylor Gerring | 2015-06-19 | 1 | -0/+5 |
| | |||||
* | Cleanup/reorg | Taylor Gerring | 2015-06-19 | 1 | -13/+8 |
| | |||||
* | Return error up stack instead of passing testing var down | Taylor Gerring | 2015-06-19 | 1 | -13/+20 |
| | |||||
* | Flatten helper directory | Taylor Gerring | 2015-06-19 | 1 | -0/+53 |