utreexo / utreexod

A fully validating Bitcoin node with Utreexo support
ISC License
86 stars 19 forks source link

Generate regtest blocks creates infinite loop #184

Open yyforyongyu opened 1 month ago

yyforyongyu commented 1 month ago

Steps to Reproduce

  1. start a new utreexod in regtest
  2. mine a block using utreexoctl generate 1
  3. the following logs are returned
2024-05-18 17:47:07.844 [DBG] MINR: Considering 0 transactions for inclusion to new block
2024-05-18 17:47:07.844 [ERR] MINR: Failed to create new block template: utreexo viewpoint is active but no utreexo proof datawas included in the block
2024-05-18 17:47:07.844 [DBG] MINR: Considering 0 transactions for inclusion to new block
2024-05-18 17:47:07.844 [ERR] MINR: Failed to create new block template: utreexo viewpoint is active but no utreexo proof datawas included in the block
2024-05-18 17:47:07.844 [DBG] MINR: Considering 0 transactions for inclusion to new block
2024-05-18 17:47:07.844 [ERR] MINR: Failed to create new block template: utreexo viewpoint is active but no utreexo proof datawas included in the block
...