What's changed?
- Upgrade underlying dependency
near-indexer-primitives
to versions between 0.15 and 0.16
Breaking change
near-indexer-primitives
reflects some breaking changes in the data types. Some of the fields that were previously
a base64-encoded String that now became raw Vec<u8>
:
views::ActionView::FunctionCall.args
views::QueryResponseKind::ViewState
views::ExecutionStatusView::SuccessValue
Refer to this nearcore
commit to find all the changes of this kind.
Crate Link: https://crates.io/crates/near-lake-framework/0.6.0
Full Changelog: v0.5.2...v0.6.0