Michael Vines
|
b8837c04ec
|
Reformat imports to a consistent style for imports
rustfmt.toml configuration:
imports_granularity = "One"
group_imports = "One"
|
2021-12-03 09:19:13 -08:00 |
Justin Starry
|
aabe186e3f
|
sdk: Use u32::MAX from std to unbreak BPF builds (#16171)
|
2021-03-27 15:53:25 +00:00 |
Kristofer Peterson
|
6bc858a888
|
Refactored ShortU16Visitor::visit_seq() to reject overflows, extra leading zeros and ensure one-to-one encoding.
|
2021-03-24 21:53:35 -06:00 |
Trent Nelson
|
9153cb9237
|
sdk: ShortU16 - rename variables for clarity
ShortU16's implementation embeds its usage as the length of a
ShortVec, confusingly referring to both a 'len' and a 'size'
at the same time.
|
2021-03-24 21:53:35 -06:00 |
Trent Nelson
|
cc6dcb48d4
|
sdk: Add ShortU16 deser test
|
2021-03-24 21:53:35 -06:00 |
Trent Nelson
|
98d7673a03
|
sdk/program: switch allow to mod-level for integer_arithmetic lint
|
2021-03-17 22:23:18 -06:00 |
Michael Vines
|
7143aaa89b
|
Clippy
|
2020-12-14 08:03:29 -08:00 |
Michael Vines
|
63db324204
|
Initial population of solana-program-sdk
|
2020-10-24 08:37:55 -07:00 |