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 new read_entries() works, but is overly-contrained. Not
using that function yet, but adding it here in the hopes some
Rust guru will tell us how to get that lifetime constraint out
of there.
Fixessolana-labs#517
Move the
serde_json::from_str
code frombin/fullnode.rs
andbank.rs
intoentry_writer.rs
under new static methodsread_entry()
andread_entries()
.The text was updated successfully, but these errors were encountered: