neo-project / neo-modules

MIT License
60 stars 100 forks source link

DBFT plugin can't be loaded correctly #874

Closed superboyiii closed 7 months ago

superboyiii commented 7 months ago

Describe the bug DBFT plugin will throw expection when running because it can't find Store due to the latest change of https://github.com/neo-project/neo/pull/3141

To Reproduce Steps to reproduce the behavior:

  1. Set up a single consensus node
  2. Run node and start consensus

Expected behavior Should run smoothly without any exception

Screenshots 1708412317997 image

Platform:

Pay Attention: Neo structure has been changed a lot, almost breaks every plugin. We need fix all of these.

shargon commented 7 months ago

It seems that you have "Store" in your config, it must be "MemoryStore" or something else