aboutsummaryrefslogtreecommitdiffstats
path: root/node
Commit message (Expand)AuthorAgeFilesLines
* node: add support for gauge metricsWei-Ning Huang2019-09-171-0/+5
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-179-43/+43
* node: increase default max number of peers (#120)Wei-Ning Huang2019-06-121-1/+1
* node: fix testsWei-Ning Huang2019-06-121-2/+2
* dex: move dexcon blockdb into datadirWei-Ning Huang2019-06-122-5/+5
* node: change default datadir folder name to dexonWei-Ning Huang2019-06-121-3/+3
* dex: pass p2p nodeKey to Dexon instanceWei-Ning Huang2019-06-122-2/+4
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-129-40/+40
* node, rpc: log cleanups in ipc listener function (#18124)Péter Szilágyi2018-12-101-1/+1
|\
| * .Franklin2018-11-201-1/+1
* | node: warn when using deprecated config/resource files (#18199)Felix Lange2018-12-071-9/+35
* | core: better side-chain importingMartin Holst Swende2018-11-201-1/+1
|/
* p2p, p2p/discover: add signed ENR generation (#17753)Felix Lange2018-10-121-4/+4
* p2p/simulations: fix a deadlock and clean up adapters (#17891)Felix Lange2018-10-121-0/+12
* all: new p2p node representation (#17643)Felix Lange2018-09-252-11/+11
* Merge pull request #16333 from shazow/addremovetrustedpeerFelföldi Zsolt2018-08-061-1/+32
|\
| * rpc: Add admin_addTrustedPeer and admin_removeTrustedPeer.Andrey Petrov2018-06-221-1/+32
* | rpc: make HTTP RPC timeouts configurable, raise defaults (#17240)Ryan Schneider2018-07-314-4/+11
* | cmd, dashboard, log: log collection and exploration (#17097)Kurkó Mihály2018-07-113-10/+10
* | node: documentation typo fix (#17113)LeoLiao2018-07-031-1/+1
* | node: remove formatting from ResettingTimer metrics if requested in rawAndrea Franz2018-06-271-6/+6
|/
* metrics: expvar support for ResettingTimer (#16878)Anton Evangelatov2018-06-041-0/+30
* eth, node, trie: fix minor typos (#16802)Wenbiao Zheng2018-05-241-2/+2
* node: all golint warnings fixed (#16773)kiel barry2018-05-223-6/+6
* all: get rid of error when creating memory database (#16716)gary rong2018-05-092-2/+2
* all: fix various typos (#16533)Wuxiang2018-04-191-1/+1
* rpc: clean up IPC handler (#16524)Felix Lange2018-04-181-12/+2
* cmd/clef, signer: initial poc of the standalone signer (#16154)Martin Holst Swende2018-04-161-80/+15
* utils: fix #16138 by checking if vhosts flag is set (#16141)Martin Holst Swende2018-03-051-5/+6
* node: fill StandardCounters as part of debugapi/metrics (#16054)Anton Evangelatov2018-02-271-0/+10
* metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15...Anton Evangelatov2018-02-231-1/+1
* node: fix typo hvosts -> vhosts (#16096)GuiltyMorishita2018-02-151-1/+1
* node, rpc: fix linter issuesMartin Holst Swende2018-02-121-1/+1
* rpc: dns rebind protection (#15962)Martin Holst Swende2018-02-123-18/+34
* p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200)Felföldi Zsolt2018-01-221-4/+3
* p2p/simulations: various stability fixes (#15198)Lewis Marshall2017-12-012-13/+23
* cmd/geth: make geth account new faster with many keys (#15529)Martin Holst Swende2017-11-211-14/+22
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-253-5/+63
* node: fix instance dir locking and improve error messageFelix Lange2017-08-182-24/+30
* accounts, console, internal: support trezor hardware walletPéter Szilágyi2017-08-091-0/+7
* node: fix megacheck warningsEgon Elbre2017-08-072-4/+2
* node: fix doc typoAgustin Armellini Fischer2017-08-061-1/+1
* node: Rename TrusterNodes (#14827)Chase Wright2017-07-182-3/+3
* node: don't return non-nil database on errorFelix Lange2017-06-231-1/+5
* cmd, node: support different bootnodes, fix default light portPéter Szilágyi2017-05-101-3/+4
* node: fixes deadlock on Wait()Victor Farazdagi2017-04-251-0/+1
* cmd, node: add --nosub and node.Config.NoUSB to disable hw walletsPéter Szilágyi2017-04-201-4/+9
* cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-133-10/+20
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-126-115/+58
* cmd/geth, node: surface geth architecture into version (#13866)Péter Szilágyi2017-04-062-2/+2
* cmd, eth, les, node, pow: disk caching and progress reportsPéter Szilágyi2017-03-091-0/+7
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-232-23/+22
* accounts, cmd, internal, node: implement HD wallet self-derivationPéter Szilágyi2017-02-131-18/+1
* accounts, cmd, internal, mobile, node: canonical account URLsPéter Szilágyi2017-02-131-3/+3
* accounts, cmd, eth, internal, miner, node: wallets and HD APIsPéter Szilágyi2017-02-131-5/+25
* accounts/usbwallet: initial support for Ledger walletsPéter Szilágyi2017-02-131-2/+12
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-131-6/+7
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-2/+1
* build, node: fix go vet nitsFelix Lange2017-01-091-1/+1
* node: fix pointer dereference issue in StartRPC (#3532)Victor Farazdagi2017-01-081-1/+1
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
* logger, pow/dagger, pow/ezp: delete dead codeFelix Lange2017-01-071-1/+1
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-072-3/+3
* all: gofmt -w -sFelix Lange2017-01-061-6/+6
* rpc: remove HexNumber, replace all uses with hexutil typesFelix Lange2016-12-201-7/+6
* node: improve error handling for web3_sha3 RPC methodBas van Kervel2016-11-291-3/+3
* cmd/bootnode, cmd/geth, cmd/bzzd: add --netrestrictFelix Lange2016-11-232-0/+6
* node: Remove redundant filepath.Join in parsePersistentNodes (#3300)FrankWang2016-11-181-2/+1
* cmd, mobile, node, p2p: surface the discovery V5 bootnodesPéter Szilágyi2016-11-152-18/+27
* node: add InstanceDir methodFelix Lange2016-11-112-2/+15
* p2p/discv5: added new topic discovery packageZsolt Felfoldi2016-11-092-0/+6
* common, node: move datadir defaults into package nodeFelix Lange2016-09-163-5/+65
* node: ensure datadir can be co-inhabited by different instancesFelix Lange2016-09-167-129/+350
* cmd/utils, node: create account manager in package nodeFelix Lange2016-08-173-11/+89
* Merge pull request #2740 from Firescar96/removepeerFelix Lange2016-07-291-0/+16
|\
| * node, p2p, internal: Add ability to remove peers via admin interfaceFirescar962016-07-151-0/+16
* | rpc: add new client, use it everywhereFelix Lange2016-07-232-20/+20
|/
* node, p2p: move network config out of ServerFelix Lange2016-05-181-5/+3
* node: start RPC/WS interface on localhost by defaultBas van Kervel2016-05-061-2/+10
* release, all: integrate the release service into gethPéter Szilágyi2016-05-022-3/+2
* common/versions, cmd/utils: add geth version contractGustav Simonsson2016-05-021-0/+1
* all: update license informationFelix Lange2016-04-151-1/+1
* rpc: various fixes/enhancementsBas van Kervel2016-04-124-13/+60
* rpc: add pub/sub supportBas van Kervel2016-04-021-1/+1
* cmd, eth, ethdb, node: prioritise chaindata for resources, bump cachePéter Szilágyi2016-03-092-4/+4
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* cmd, node, rpc: readd inproc RPC client, expose via nodePéter Szilágyi2016-02-093-9/+60
* cmd, common, node, rpc: rework naming convention to canonical onePéter Szilágyi2016-02-094-67/+67
* cmd, node, rpc: move websockets into node, break singletonPéter Szilágyi2016-02-053-46/+122
* cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspectPéter Szilágyi2016-02-053-75/+190
* cmd, common, node, rpc: move IPC into the node itselfPéter Szilágyi2016-02-047-21/+269
* internal/debug: APIs for profiling and tracingFelix Lange2016-01-282-28/+3
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-265-20/+106
* node, rpc/api: add debug_vmodule, move admin_verbosity to debug_verbosityFelix Lange2016-01-211-0/+5
* core, eth, node, rpc: port the admin and debug APIPéter Szilágyi2015-12-152-3/+271
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-144-0/+22
* cmd, eth, node, rpc, xeth: use single-instance servicesPéter Szilágyi2015-11-277-268/+300
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-275-56/+223
* cmd: drop blocktest command, create gethrpctest programPéter Szilágyi2015-11-271-33/+0
* node: customizable protocol and service stacksPéter Szilágyi2015-11-279-0/+1313
* Moved node to ethereumobscuren2014-03-224-448/+0
* Major re-organisation.obscuren2014-03-224-0/+448