v0.18.6
GOLOS·CORE
The new version SoftFork 0.18.6
Golos·Core announced the SoftFork 0.18.6 version release which eliminated previously existing defects in the system.
Reindexing:
SF 0.18.6 requires reindexing from all previous versions except version SF 0.18.4 and SF 0.18.5.
Bug description
In the previous version softfork-0.18.4, the order of arguments in the broadcast_transaction_with_callback
method was changed. The argument at the first position was removed as unused. Because this method was used by third-party libraries, the absence of this argument caused problems. Failure was caused by requirement to check node softfork version to find what arguments should be used to call that method.
In the previous version softfork-0.18.5 the bug was incorrectly fixed.
Solution:
The removed argument has been returned back to the method broadcast_transaction_with_callback
at its previous first position. The argument order and functioning of the libraries have been restored in this release. Additionally, one of checks in the method has been fixed too.