vinteumorg / Floresta

A fully-validating Bitcoin node powered by Utreexo, with an integrated Electrum Server
MIT License
177 stars 37 forks source link

Functional tests: Running node #214

Open lla-dane opened 2 months ago

lla-dane commented 2 months ago

Functional test for Running node.

lla-dane commented 2 months ago

Finally figured out to correctly run regtest mode on utreexod and Running_node on regtest, your suggestions worked @Davidson-Souza !! Will build on this PR now.

lla-dane commented 2 months ago

@Davidson-Souza, please suggest some simulations for running node !!

Davidson-Souza commented 2 months ago

This one is a bit more involved to test. Here's a few things I could think of:

compact block filters download Extra peers if the last block we have is too old Feeler peers to find good peers Download the block data after we get an inv for that block Broadcast transactions by sending invs Requesting rescan blocks (without the utreexo peer)

also most of the behavior on those tasks