All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- implementations for
solana_sdk::account::AccountSharedData
KeyedAccount
to a type alias that uses new pub generic structKeyed<T>
so that other crates can useKeyed<T>
.Keyed<T>
has blanket implementations for the other traits.
- Documentation for
KeyedAccount
in README
Initial release