cryptonomex / graphene

MIT License
1.05k stars 337 forks source link

Plugins cannot access their custom registered evaluators #651

Closed nathanielhourt closed 8 years ago

nathanielhourt commented 8 years ago

Plugins may register evaluators to process various operations on the blockchain (especially custom_operation), and this evaluator is a critical part of chain evaluation, being the only code the plugin has which is capable of processing operations in real time. The evaluator object must be made available to plugins in order for them to properly process chain events.

nathanielhourt commented 8 years ago

Ack, nevermind. Apparently my memory on how evaluators work was incorrect. This doesn't make sense.