You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started BOS 3.0.9 from a snapshot (provided by EOS Nation), with state history plugin, and tried to start using Chronicle from master branch. It produces the following error:
It indicates that the ABI defined global_property_v0 as variant with only one option, and the node has sent a variant with an unknown value (1).
The problem is in plugins/state_history_plugin/state_history_plugin_abi.cpp: the original file in EOS sources defines both variant options, global_property_v0 and global_property_v1. The corresponding file in BOS is only defining v0, but in fact is sending v1.
Please update plugins/state_history_plugin/state_history_plugin_abi.cpp in BOS because it breaks the functionality.
The text was updated successfully, but these errors were encountered:
I started BOS 3.0.9 from a snapshot (provided by EOS Nation), with state history plugin, and tried to start using Chronicle from master branch. It produces the following error:
It indicates that the ABI defined global_property_v0 as variant with only one option, and the node has sent a variant with an unknown value (1).
The problem is in
plugins/state_history_plugin/state_history_plugin_abi.cpp
: the original file in EOS sources defines both variant options,global_property_v0
andglobal_property_v1
. The corresponding file in BOS is only defining v0, but in fact is sending v1.Please update
plugins/state_history_plugin/state_history_plugin_abi.cpp
in BOS because it breaks the functionality.The text was updated successfully, but these errors were encountered: