plugeth/mobile
Janoš Guljaš 26aea73673 cmd, node, p2p/simulations: fix node account manager leak (#19004)
* node: close AccountsManager in new Close method

* p2p/simulations, p2p/simulations/adapters: handle node close on shutdown

* node: move node ephemeralKeystore cleanup to stop method

* node: call Stop in Node.Close method

* cmd/geth: close node.Node created with makeFullNode in cli commands

* node: close Node instances in tests

* cmd/geth, node: minor code style fixes

* cmd, console, miner, mobile: proper node Close() termination
2019-02-07 12:40:36 +02:00
..
accounts.go mobile: don't retain transient []byte in CallMsg.SetData (#14804) 2017-07-17 15:25:46 +03:00
android_test.go accounts/abi/bind: support event filtering in abigen 2018-01-24 10:54:13 +02:00
big.go mobile: added constructor for BigInts (#17828) 2018-11-29 12:02:31 +02:00
bind.go Merge pull request #15776 from ProChain/master 2018-02-21 19:21:41 +01:00
common.go mobile: don't retain transient []byte in CallMsg.SetData (#14804) 2017-07-17 15:25:46 +03:00
context.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
discover.go mobile: iOS naming and API fixes for generators and Swift (#3408) 2016-12-08 13:09:26 +01:00
doc.go mobile: Fix typo ( Ethereun -> Ethereum ) 2017-03-07 01:30:06 +01:00
ethclient.go mobile: add whisper client (#15922) 2018-09-03 17:30:47 +02:00
ethereum.go mobile: fix missing return for CallMsg.SetTo(nil) 2018-08-03 08:42:31 +03:00
geth_android.go mobile: initial wrappers for mobile support 2016-11-14 17:56:58 +02:00
geth_ios.go mobile: initial wrappers for mobile support 2016-11-14 17:56:58 +02:00
geth_other.go mobile: initial wrappers for mobile support 2016-11-14 17:56:58 +02:00
geth.go cmd, node, p2p/simulations: fix node account manager leak (#19004) 2019-02-07 12:40:36 +02:00
init.go all: disable log message colors outside of geth 2017-02-27 15:33:12 +01:00
interface.go build: enable unconvert linter (#15456) 2017-11-10 19:06:45 +02:00
logger.go all: disable log message colors outside of geth 2017-02-27 15:33:12 +01:00
p2p.go all: update license information 2017-04-14 10:29:00 +02:00
params.go mobile: add RinkebyGenesis method 2017-07-31 17:44:08 +09:00
primitives.go all: update license information 2017-04-14 10:29:00 +02:00
shhclient.go mobile: add whisper client (#15922) 2018-09-03 17:30:47 +02:00
types.go mobile: add whisper client (#15922) 2018-09-03 17:30:47 +02:00
vm.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00