solana/core
Greg Fitzgerald c1eec0290e
Rename userdata to data (#3282)
* Rename userdata to data

Instead of saying "userdata", which is ambiguous and imprecise,
say "instruction data" or "account data".

Also, add `ProgramError::InvalidInstructionData`

Fixes #2761
2019-03-14 10:48:27 -06:00
..
benches KvStore - A data-store to support BlockTree (#2897) 2019-03-11 17:53:14 -05:00
src Rename userdata to data (#3282) 2019-03-14 10:48:27 -06:00
tests KvStore - A data-store to support BlockTree (#2897) 2019-03-11 17:53:14 -05:00
Cargo.toml Bump hex-literal from 0.1.3 to 0.1.4 2019-03-14 07:21:32 -06:00
build.rs