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
and running Moonbeam EVM smart contract automation demo chokes on Error: The scheduleAs parameter should not be empty, which should not be present in v.2.1.4
Expected vs. Actual Behavior
oak-collator to report as, and operate as, v.2.1.4
vs
reports as oak-collator 2.1.0-e07a5345066 and does not include merged feature of v.2.1.4
morkeltry
changed the title
Apparently wrong version in [releases 2.14](https://github.com/OAK-Foundation/OAK-blockchain/releases/tag/v2.1.4)
Apparently wrong version downloads from releases v.2.14
May 5, 2024
@morkeltry thanks for your report and I apologize for the product experience you've had. We will investigate the issue today and get back to you shortly!
@morkeltry, the binary version oak-collator 2.1.0-e07a5345066 is correct and by design. Because the node client has not changed since 2.1.0, as you can view from the history of Releases, the binary filename still starts with 2.1.0. From v2.1.0 to v2.1.4, only blockchain runtime were updated, and there’s no requirement for node operator to update the oak-collator binary file.
Please let me know if that makes sense and there are more questions.
Releases 2.14 binary and source code downloads apparently provide v.2.1.0-e07a5345066.
Steps to Reproduce
Calling
system::version()
extrinsic through https://polkadot.js.org/apps returns:OR
and running Moonbeam EVM smart contract automation demo chokes on
Error: The scheduleAs parameter should not be empty
, which should not be present in v.2.1.4Expected vs. Actual Behavior
oak-collator
to report as, and operate as, v.2.1.4vs
reports as
oak-collator 2.1.0-e07a5345066
and does not include merged feature of v.2.1.4Related issue
Moonbeam demo cannot work with required Turing version
The text was updated successfully, but these errors were encountered: