bee icon indicating copy to clipboard operation
bee copied to clipboard

Investigate and refactor Bee node modes in node.go

Open martinconic opened this issue 7 months ago • 0 comments

Based on configuration option provided we have to ensure this scenarios are well implemented in Bee:

  • blockchain-rpc-endpoint + swap-enable = light node with chequebook
  • blockchain-rpc-endpoint = light node without chequebook
  • swap-enable = error (disabled chain backend)
  • neither = ultra-light node

martinconic avatar Jul 25 '25 13:07 martinconic