Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #19021 from karalabe/database-cleanup | Péter Szilágyi | 2019-03-07 | 1 | -2/+2 |
|\ | | | | | all: clean up and properly abstract database accesses | ||||
| * | all: clean up and proerly abstract database access | Péter Szilágyi | 2019-03-06 | 1 | -2/+2 |
| | | |||||
* | | consensus/clique: fix test copy paste error, test what's documented | Péter Szilágyi | 2019-03-06 | 1 | -2/+2 |
|/ | |||||
* | accounts, eth, clique, signer: support for external signer API (#18079) | Martin Holst Swende | 2019-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * accounts, eth, clique: implement external backend + move sighash calc to backend * signer: implement account_Version on external API * accounts/external: enable ipc, add copyright * accounts, internal, signer: formatting * node: go fmt * flags: disallow --dev in combo with --externalsigner * accounts: remove clique-specific signing method, replace with more generic * accounts, consensus: formatting + fix error in tests * signer/core: remove (test-) import cycle * clique: remove unused import * accounts: remove CliqueHash and avoid dependency on package crypto * consensus/clique: unduplicate header encoding | ||||
* | all: protect self-mined block during reorg (#17656) | gary rong | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | consensus/clique, core: chain maker clique + error tests | Péter Szilágyi | 2018-09-11 | 1 | -46/+144 |
| | |||||
* | consensus/clique, light: light client snapshots on Rinkeby | Péter Szilágyi | 2018-08-21 | 1 | -1/+1 |
| | |||||
* | consensus: move test use only var/func to test(#17004) | Wenbiao Zheng | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 1 | -1/+1 |
| | | | | | | | | * all: get rid of error when create mdb * core: clean up variables definition * all: inline mdb definition | ||||
* | core/rawdb: separate raw database access to own package (#16666) | Péter Szilágyi | 2018-05-07 | 1 | -1/+2 |
| | |||||
* | cmd, consensus, core, miner: instatx clique for --dev (#15323) | Péter Szilágyi | 2017-10-24 | 1 | -1/+1 |
| | | | | | | | | * cmd, consensus, core, miner: instatx clique for --dev * cmd, consensus, clique: support configurable --dev block times * cmd, core: allow --dev to use persistent storage too | ||||
* | consensus/clique: add fork hash enforcement (#15236) | Péter Szilágyi | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | rlp, trie, contracts, compression, consensus: improve comments (#14580) | S. Matthew English | 2017-06-12 | 1 | -2/+2 |
| | |||||
* | consensus/clique, internal/web3ext: support hash based API queries (#14321) | Péter Szilágyi | 2017-04-12 | 1 | -0/+1 |
| | | | | | | * consensus/clique, internal/web3ext: support hash based API queries * consensus/clique: make RPC return types public | ||||
* | consensus/clique: Proof of Authority (#3753) | Péter Szilágyi | 2017-04-10 | 1 | -0/+404 |
This PR is a prototype implementation of plugable consensus engines and the Clique PoA protocol ethereum/EIPs#225 |