mosaicnetworks / babble

Distributed Consensus Middleware
MIT License
478 stars 95 forks source link

IP Address of Peer when bootstrapping #138

Closed jonknight73 closed 4 years ago

jonknight73 commented 4 years ago

When bootstrapping, the address of the peer is loaded via a call to badgerStore.dbGetPeerSet(0).

When using the new archive functionality of babble-android, attempting to replay the badger_db reloads the original IP address from the historic peers records, eventually throwing a "No Genesis PeerSet" error message if the IP address has changed.