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
The harness.rs file states that the Bytes type is unsupported by the SDK therefore tests cannot be written because the abigen!() macro crashes when it generates types.
When the SDK supports Bytes the template test functions for the timelock should be completed.
This may mean that the repository needs to be bumped when support is implemented, that should be a separate PR that is merged first.
The text was updated successfully, but these errors were encountered:
Motivation
The harness.rs file states that the
Bytes
type is unsupported by the SDK therefore tests cannot be written because theabigen!()
macro crashes when it generates types.When the SDK supports
Bytes
the template test functions for the timelock should be completed.This may mean that the repository needs to be bumped when support is implemented, that should be a separate PR that is merged first.
The text was updated successfully, but these errors were encountered: