status-go/geth/transactions
Frank Mueller 8e42014671
Static peers are now also optionally configurable (#738)
* Rename bootnode to static peers

Also add some groupings between types.

* Remove not needed genesisHash

* More cleanup of bootnodes with static peers

* Add option of cluster configuration file

* New generated bindata.go

* Changes after npm install

* Add argument for cluster configuration file

* Add test for dynamic cluster loading

Not yet sure with name "cluster config".

* Solved conflicts

* Renaming of static peers

* Remove static peers population

* Missing argument for config

* Renaming of static peers to boot nodes for consistency

* Fix of name change

* Cluster config is now cluster data

* Load static nodes from configuration

* Final renaming of var for file content
2018-03-19 17:22:09 +01:00
..
fake Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
queue Enforce type safety in `NodeCrashEvent` #602 (#607) 2018-02-05 11:37:59 +01:00
addrlock.go Refactoring of TxQueue and Manager (#530) 2018-01-25 21:59:21 -08:00
errors.go Result of tx processing returned as QueuedTxResult 2018-02-02 09:47:56 +02:00
ethtxclient.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
notifications.go Result of tx processing returned as QueuedTxResult 2018-02-02 09:47:56 +02:00
txqueue_manager.go Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
txqueue_manager_test.go Static peers are now also optionally configurable (#738) 2018-03-19 17:22:09 +01:00