solana-with-rpc-optimizations/core
behzad nouri 73ac104df2
propagates errors out of Packet::from_data (#13445)
Packet::from_data is ignoring serialization errors:
https://github.com/solana-labs/solana/blob/d08c3232e/sdk/src/packet.rs#L42-L48
This is likely never useful as the packet will be sent over the wire
taking bandwidth but at the receiving end will either fail to
deserialize or it will be invalid.
This commit will propagate the errors out of the function to the
call-site, allowing the call-site to handle the error.
2020-11-08 15:10:03 +00:00
..
benches scans crds table in parallel for finding old labels (#13073) 2020-10-23 14:17:37 +00:00
src propagates errors out of Packet::from_data (#13445) 2020-11-08 15:10:03 +00:00
tests shares the lock on gossip when processing prune messages (#13339) 2020-11-05 15:42:00 +00:00
.gitignore
Cargo.toml Bump spl-token and spl-memo crate versions 2020-11-04 21:44:33 +00:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00