keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Updated geth to 1.10.3-991384a7 #84

Closed nkuba closed 3 years ago

nkuba commented 3 years ago

In this PR we update the version of geth to 1.10.3-991384a7. Geth command start API has changed in 1.10.3 so we need to tweak the names of passed arguments. We also added more flags to geth run command to stabilize the private chain instance of the geth we're running.

Please see commits description for more details.

beaurancourt commented 3 years ago

It was unclear to us what the heck is this node connecting as it's supposed to be just the only instance running in isolation.

☝️