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
[email protected]stabilized the chainHead group of functions. However, the initialized event produced by the chainHead_v1_follow method is still reporting the "old" finalizedBlockHash property, when according to the spec it should report the list of finalizedBlockHashes.
Shipping smoldot that includes only one hash is intentional (as the spec doesn't make it mandatory to include multiple hashes), but when doing so I didn't realize that the field got renamed and turned into an array.
Shipping smoldot that includes only one hash is intentional (as the spec doesn't make it mandatory to include multiple hashes), but when doing so I didn't realize that the field got renamed.
That's totally fair. However, please keep in mind that it's not just a rename, the shape of the payload has also changed (it's now an Array).
[email protected]
stabilized thechainHead
group of functions. However, theinitialized
event produced by thechainHead_v1_follow
method is still reporting the "old"finalizedBlockHash
property, when according to the spec it should report the list offinalizedBlockHashes
.Eg:
The text was updated successfully, but these errors were encountered: