-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Use array-bytes
for All Array/Bytes/Hex Operations
#12190
Use array-bytes
for All Array/Bytes/Hex Operations
#12190
Conversation
Signed-off-by: Xavier Lau <xavier@inv.cafe>
BTW, how do you guys run the tests?
|
As a FRAME developer I normally use the pallet tests to gauge if the CI will likely pass. # Depending in your shell you may have to escape the *
cargo nextest run -p "pallet-*" --all-features This is no problem on a 32GB machine. If you have too many cores for the ram you can limit parallelism with |
All tests passed. Please review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all changes look good
@AurevoirXavier please merge master |
bot rebase |
Rebased |
bot merge |
* master: [Fix] parameter_types! dead code errors (#12340) [Feature] Sequential migration execution for try-runtime (#12319) bench: Use `_` instead of `::` in auto-generated file names (#12332) Fast Unstake Pallet (#12129) Rename anonymous to pure proxy (#12283) Migrate remaining old decl_* macros to the new pallet attribute macros (#12271) pallet-utility: Disallow none origin (#12321) Make automatic storage deposits resistant against changing deposit prices (#12083) Format templates and fix `--steps` default value (#12286) Bump `wasmtime` to 1.0.0 (#12317) Introduce 'intermediate_insert' method to hide implementation details (#12215) Bound staking storage items (#12230) Use `array-bytes` for All Array/Bytes/Hex Operations (#12190) BREAKING: Rename Origin (#12258) Use temporary db for benchmarking (#12254) rpc: Implement `chainSpec` RPC API (#12261) Import target block body during warp sync (#12300) Proper naming wrt expectations (#12311) [ci] Revert cancel-pipeline job (#12309)
* Use `array-bytes` for All Array/Bytes/Hex Operations Signed-off-by: Xavier Lau <xavier@inv.cafe> * Reorder * Self Review * Format * Fix Tests * Bump `array-bytes` * Optimize large test res Signed-off-by: Xavier Lau <xavier@inv.cafe> Co-authored-by: parity-processbot <>
Close #12111.
cc @bkchr