- Nov 14, 2017
-
-
Kurkó Mihály authored
* cmd, dashboard: dashboard using React, Material-UI, Recharts * cmd, dashboard, metrics: initial proof of concept dashboard * dashboard: delete blobs * dashboard: gofmt -s -w . * dashboard: minor text and code polishes
-
- Nov 12, 2017
-
-
Bo authored
* cmd/puppeth: handle encrypted ssh keys * cmd/puppeth: fix unconvert linter error
-
- Nov 10, 2017
-
-
ferhat elmas authored
* build: enable unconvert linter - fixes #15453 - update code base for failing cases * cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter
-
- Nov 08, 2017
-
-
ferhat elmas authored
-
- Oct 27, 2017
-
-
Jim McDonald authored
-
- Oct 24, 2017
-
-
Péter Szilágyi authored
* 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
-
- Oct 20, 2017
-
-
Martin Holst Swende authored
-
- Oct 17, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Oct 16, 2017
-
-
Péter Szilágyi authored
-
- Oct 10, 2017
-
-
Péter Szilágyi authored
-
Nick Johnson authored
-
Péter Szilágyi authored
-
- Oct 04, 2017
-
-
Péter Szilágyi authored
-
- Oct 02, 2017
-
-
Péter Szilágyi authored
-
- Sep 27, 2017
-
-
ayeowch authored
-
- Sep 25, 2017
-
-
Lewis Marshall authored
This commit introduces a network simulation framework which can be used to run simulated networks of devp2p nodes. The intention is to use this for testing protocols, performing benchmarks and visualising emergent network behaviour.
-
- Sep 22, 2017
-
-
Casey Detrio authored
-
- Sep 12, 2017
-
-
Péter Szilágyi authored
-
- Sep 09, 2017
-
-
Felix Lange authored
* ethdb: add Putter interface and Has method * ethdb: improve docs and add IdealBatchSize * ethdb: remove memory batch lock Batches are not safe for concurrent use. * core: use ethdb.Putter for Write* functions This covers the easy cases. * core/state: simplify StateSync * trie: optimize local node check * ethdb: add ValueSize to Batch * core: optimize HasHeader check This avoids one random database read get the block number. For many uses of HasHeader, the expectation is that it's actually there. Using Has avoids a load + decode of the value. * core: write fast sync block data in batches Collect writes into batches up to the ideal size instead of issuing many small, concurrent writes. * eth/downloader: commit larger state batches Collect nodes into a batch up to the ideal size instead of committing whenever a node is received. * core: optimize HasBlock check This avoids a random database read to get the number. * core: use numberCache in HasHeader numberCache has higher capacity, increasing the odds of finding the header without a database lookup. * core: write imported block data using a batch Restore batch writes of state and add blocks, tx entries, receipts to the same batch. The change also simplifies the miner. This commit also removes posting of logs when a forked block is imported. * core: fix DB write error handling * ethdb: use RLock for Has * core: fix HasBlock comment
-
- Sep 05, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* cmd/evm: adds ability to run individual state test file * cmd/evm: Fix statetest runner to be more json friendly * cmd/evm, tests: minor polishes, dump state on fail
-
- Aug 25, 2017
-
-
Oli Bye authored
-
- Aug 23, 2017
-
-
Martin Holst Swende authored
* cmd/evm, core/vm, internal/ethapi: Add 'err' to tracer interface CaptureEnd * cmd/evm: fix nullpointer when there is no error
-
- Aug 18, 2017
-
-
Miya Chen authored
-
Péter Szilágyi authored
-
- Aug 15, 2017
-
-
Martin Holst Swende authored
-
- Aug 11, 2017
-
-
Maximilian Meister authored
-
- Aug 09, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Aug 07, 2017
-
-
Egon Elbre authored
* cmd: fix megacheck warnings * cmd: revert time.Until changes, keep readFloat
-
- Aug 04, 2017
-
-
Péter Szilágyi authored
-
- Aug 03, 2017
-
-
Péter Szilágyi authored
-
- Jul 31, 2017
-
-
Lewis Marshall authored
Previously, NewManifest was asynchronous so subsequent code which tried to use the returned manifest could error as the manifest was not yet persisted.
-
Lewis Marshall authored
-
- Jul 28, 2017
-
-
Péter Szilágyi authored
* core: reduce txpool event loop goroutines and sync structs * cmd, core, eth: journal local transactions to disk * core: journal replacement pending transactions too * core: separate transaction journal from pool
-
- Jul 17, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Jul 16, 2017
-
-
Jim McDonald authored
-