| Commit message (Expand) | Author | Age | Files | Lines |
* | node: increase default max number of peers (#120) | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
* | node: fix tests | Wei-Ning Huang | 2019-04-09 | 1 | -2/+2 |
* | dex: move dexcon blockdb into datadir | Wei-Ning Huang | 2019-04-09 | 2 | -5/+5 |
* | node: change default datadir folder name to dexon | Wei-Ning Huang | 2019-04-09 | 1 | -3/+3 |
* | dex: pass p2p nodeKey to Dexon instance | Wei-Ning Huang | 2019-04-09 | 2 | -2/+4 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-04-09 | 9 | -40/+40 |
* | node, rpc: log cleanups in ipc listener function (#18124) | Péter Szilágyi | 2018-12-10 | 1 | -1/+1 |
|\ |
|
| * | . | Franklin | 2018-11-20 | 1 | -1/+1 |
* | | node: warn when using deprecated config/resource files (#18199) | Felix Lange | 2018-12-07 | 1 | -9/+35 |
* | | core: better side-chain importing | Martin Holst Swende | 2018-11-20 | 1 | -1/+1 |
|/ |
|
* | p2p, p2p/discover: add signed ENR generation (#17753) | Felix Lange | 2018-10-12 | 1 | -4/+4 |
* | p2p/simulations: fix a deadlock and clean up adapters (#17891) | Felix Lange | 2018-10-12 | 1 | -0/+12 |
* | all: new p2p node representation (#17643) | Felix Lange | 2018-09-25 | 2 | -11/+11 |
* | Merge pull request #16333 from shazow/addremovetrustedpeer | Felföldi Zsolt | 2018-08-06 | 1 | -1/+32 |
|\ |
|
| * | rpc: Add admin_addTrustedPeer and admin_removeTrustedPeer. | Andrey Petrov | 2018-06-22 | 1 | -1/+32 |
* | | rpc: make HTTP RPC timeouts configurable, raise defaults (#17240) | Ryan Schneider | 2018-07-31 | 4 | -4/+11 |
* | | cmd, dashboard, log: log collection and exploration (#17097) | Kurkó Mihály | 2018-07-11 | 3 | -10/+10 |
* | | node: documentation typo fix (#17113) | LeoLiao | 2018-07-03 | 1 | -1/+1 |
* | | node: remove formatting from ResettingTimer metrics if requested in raw | Andrea Franz | 2018-06-27 | 1 | -6/+6 |
|/ |
|
* | metrics: expvar support for ResettingTimer (#16878) | Anton Evangelatov | 2018-06-04 | 1 | -0/+30 |
* | eth, node, trie: fix minor typos (#16802) | Wenbiao Zheng | 2018-05-24 | 1 | -2/+2 |
* | node: all golint warnings fixed (#16773) | kiel barry | 2018-05-22 | 3 | -6/+6 |
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 2 | -2/+2 |
* | all: fix various typos (#16533) | Wuxiang | 2018-04-19 | 1 | -1/+1 |
* | rpc: clean up IPC handler (#16524) | Felix Lange | 2018-04-18 | 1 | -12/+2 |
* | cmd/clef, signer: initial poc of the standalone signer (#16154) | Martin Holst Swende | 2018-04-16 | 1 | -80/+15 |
* | utils: fix #16138 by checking if vhosts flag is set (#16141) | Martin Holst Swende | 2018-03-05 | 1 | -5/+6 |
* | node: fill StandardCounters as part of debugapi/metrics (#16054) | Anton Evangelatov | 2018-02-27 | 1 | -0/+10 |
* | metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15... | Anton Evangelatov | 2018-02-23 | 1 | -1/+1 |
* | node: fix typo hvosts -> vhosts (#16096) | GuiltyMorishita | 2018-02-15 | 1 | -1/+1 |
* | node, rpc: fix linter issues | Martin Holst Swende | 2018-02-12 | 1 | -1/+1 |
* | rpc: dns rebind protection (#15962) | Martin Holst Swende | 2018-02-12 | 3 | -18/+34 |
* | p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200) | Felföldi Zsolt | 2018-01-22 | 1 | -4/+3 |
* | p2p/simulations: various stability fixes (#15198) | Lewis Marshall | 2017-12-01 | 2 | -13/+23 |
* | cmd/geth: make geth account new faster with many keys (#15529) | Martin Holst Swende | 2017-11-21 | 1 | -14/+22 |
* | p2p: add network simulation framework (#14982) | Lewis Marshall | 2017-09-25 | 3 | -5/+63 |
* | node: fix instance dir locking and improve error message | Felix Lange | 2017-08-18 | 2 | -24/+30 |
* | accounts, console, internal: support trezor hardware wallet | Péter Szilágyi | 2017-08-09 | 1 | -0/+7 |
* | node: fix megacheck warnings | Egon Elbre | 2017-08-07 | 2 | -4/+2 |
* | node: fix doc typo | Agustin Armellini Fischer | 2017-08-06 | 1 | -1/+1 |
* | node: Rename TrusterNodes (#14827) | Chase Wright | 2017-07-18 | 2 | -3/+3 |
* | node: don't return non-nil database on error | Felix Lange | 2017-06-23 | 1 | -1/+5 |
* | cmd, node: support different bootnodes, fix default light port | Péter Szilágyi | 2017-05-10 | 1 | -3/+4 |
* | node: fixes deadlock on Wait() | Victor Farazdagi | 2017-04-25 | 1 | -0/+1 |
* | cmd, node: add --nosub and node.Config.NoUSB to disable hw wallets | Péter Szilágyi | 2017-04-20 | 1 | -4/+9 |
* | cmd/utils, node: remove unused solc references and improve RPC config (#14324) | bas-vk | 2017-04-13 | 3 | -10/+20 |
* | cmd/geth: add --config file flag (#13875) | Felix Lange | 2017-04-12 | 6 | -115/+58 |
* | cmd/geth, node: surface geth architecture into version (#13866) | Péter Szilágyi | 2017-04-06 | 2 | -2/+2 |
* | cmd, eth, les, node, pow: disk caching and progress reports | Péter Szilágyi | 2017-03-09 | 1 | -0/+7 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 2 | -23/+22 |
* | accounts, cmd, internal, node: implement HD wallet self-derivation | Péter Szilágyi | 2017-02-13 | 1 | -18/+1 |
* | accounts, cmd, internal, mobile, node: canonical account URLs | Péter Szilágyi | 2017-02-13 | 1 | -3/+3 |
* | accounts, cmd, eth, internal, miner, node: wallets and HD APIs | Péter Szilágyi | 2017-02-13 | 1 | -5/+25 |
* | accounts/usbwallet: initial support for Ledger wallets | Péter Szilágyi | 2017-02-13 | 1 | -2/+12 |
* | accounts, cmd, eth, internal, mobile, node: split account backends | Péter Szilágyi | 2017-02-13 | 1 | -6/+7 |
* | all: fix ineffectual assignments and remove uses of crypto.Sha3 | Felix Lange | 2017-01-09 | 1 | -2/+1 |
* | build, node: fix go vet nits | Felix Lange | 2017-01-09 | 1 | -1/+1 |
* | node: fix pointer dereference issue in StartRPC (#3532) | Victor Farazdagi | 2017-01-08 | 1 | -1/+1 |
* | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 1 | -1/+1 |
* | logger, pow/dagger, pow/ezp: delete dead code | Felix Lange | 2017-01-07 | 1 | -1/+1 |
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 2 | -3/+3 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -6/+6 |
* | rpc: remove HexNumber, replace all uses with hexutil types | Felix Lange | 2016-12-20 | 1 | -7/+6 |
* | node: improve error handling for web3_sha3 RPC method | Bas van Kervel | 2016-11-29 | 1 | -3/+3 |
* | cmd/bootnode, cmd/geth, cmd/bzzd: add --netrestrict | Felix Lange | 2016-11-23 | 2 | -0/+6 |
* | node: Remove redundant filepath.Join in parsePersistentNodes (#3300) | FrankWang | 2016-11-18 | 1 | -2/+1 |
* | cmd, mobile, node, p2p: surface the discovery V5 bootnodes | Péter Szilágyi | 2016-11-15 | 2 | -18/+27 |
* | node: add InstanceDir method | Felix Lange | 2016-11-11 | 2 | -2/+15 |
* | p2p/discv5: added new topic discovery package | Zsolt Felfoldi | 2016-11-09 | 2 | -0/+6 |
* | common, node: move datadir defaults into package node | Felix Lange | 2016-09-16 | 3 | -5/+65 |
* | node: ensure datadir can be co-inhabited by different instances | Felix Lange | 2016-09-16 | 7 | -129/+350 |
* | cmd/utils, node: create account manager in package node | Felix Lange | 2016-08-17 | 3 | -11/+89 |
* | Merge pull request #2740 from Firescar96/removepeer | Felix Lange | 2016-07-29 | 1 | -0/+16 |
|\ |
|
| * | node, p2p, internal: Add ability to remove peers via admin interface | Firescar96 | 2016-07-15 | 1 | -0/+16 |
* | | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 2 | -20/+20 |
|/ |
|
* | node, p2p: move network config out of Server | Felix Lange | 2016-05-18 | 1 | -5/+3 |
* | node: start RPC/WS interface on localhost by default | Bas van Kervel | 2016-05-06 | 1 | -2/+10 |
* | release, all: integrate the release service into geth | Péter Szilágyi | 2016-05-02 | 2 | -3/+2 |
* | common/versions, cmd/utils: add geth version contract | Gustav Simonsson | 2016-05-02 | 1 | -0/+1 |
* | all: update license information | Felix Lange | 2016-04-15 | 1 | -1/+1 |
* | rpc: various fixes/enhancements | Bas van Kervel | 2016-04-12 | 4 | -13/+60 |
* | rpc: add pub/sub support | Bas van Kervel | 2016-04-02 | 1 | -1/+1 |
* | cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache | Péter Szilágyi | 2016-03-09 | 2 | -4/+4 |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -1/+1 |
* | cmd, node, rpc: readd inproc RPC client, expose via node | Péter Szilágyi | 2016-02-09 | 3 | -9/+60 |
* | cmd, common, node, rpc: rework naming convention to canonical one | Péter Szilágyi | 2016-02-09 | 4 | -67/+67 |
* | cmd, node, rpc: move websockets into node, break singleton | Péter Szilágyi | 2016-02-05 | 3 | -46/+122 |
* | cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspect | Péter Szilágyi | 2016-02-05 | 3 | -75/+190 |
* | cmd, common, node, rpc: move IPC into the node itself | Péter Szilágyi | 2016-02-04 | 7 | -21/+269 |
* | internal/debug: APIs for profiling and tracing | Felix Lange | 2016-01-28 | 2 | -28/+3 |
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 5 | -20/+106 |
* | node, rpc/api: add debug_vmodule, move admin_verbosity to debug_verbosity | Felix Lange | 2016-01-21 | 1 | -0/+5 |
* | core, eth, node, rpc: port the admin and debug API | Péter Szilágyi | 2015-12-15 | 2 | -3/+271 |
* | rpc: new RPC implementation with pub/sub support | Bas van Kervel | 2015-12-14 | 4 | -0/+22 |
* | cmd, eth, node, rpc, xeth: use single-instance services | Péter Szilágyi | 2015-11-27 | 7 | -268/+300 |
* | cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks | Péter Szilágyi | 2015-11-27 | 5 | -56/+223 |
* | cmd: drop blocktest command, create gethrpctest program | Péter Szilágyi | 2015-11-27 | 1 | -33/+0 |
* | node: customizable protocol and service stacks | Péter Szilágyi | 2015-11-27 | 9 | -0/+1313 |
* | Moved node to ethereum | obscuren | 2014-03-22 | 4 | -448/+0 |
* | Major re-organisation. | obscuren | 2014-03-22 | 4 | -0/+448 |