Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 5.0.0-rc.1 #2106

Merged
merged 12 commits into from
Feb 13, 2024
2 changes: 1 addition & 1 deletion integration-tests/e2e-runtime-only-backend/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pub mod flipper {

// when
let call_data = vec![
Value::from_bytes(&contract.account_id),
Value::unnamed_variant("Id", [Value::from_bytes(contract.account_id)]),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it may have sense to understand why and when it has changed.
I also noticed that the drink client returns metadata in version V14. Shouldn't it be V15?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the issue that we should resolve before the final release. For now, I'm just gonna push the release gracefully.

Value::u128(ENDOWMENT),
];
client
Expand Down
Loading