1. May 24, 2022
  2. May 23, 2022
  3. May 22, 2022
  4. May 21, 2022
  5. May 20, 2022
  6. May 19, 2022
  7. May 18, 2022
  8. May 17, 2022
  9. May 16, 2022
    • Jegor Sidorenko's avatar
      Use 'Items' and 'Collections' in uniques pallet (#11389) · ed7d1e7a
      Jegor Sidorenko authored
      
      
      * Rename class to collection
      
      * Use "assets collection" instead of "asset collection"
      
      * Rename 'instance' to 'asset'
      
      * Change "asset `collection`" to "`collection`"
      
      * A bit more clean up
      
      * Rename Asset to Item
      
      * Add a storage hack
      
      * Typos
      
      * fix compile
      
      * fmt
      
      * Fix
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=pallet_uniques --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/uniques/src/weights.rs --template=./.maintain/frame-weight-template.hbs
      
      * Update frame/uniques/src/lib.rs
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=pallet_uniques --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/uniques/src/weights.rs --template=./.maintain/frame-weight-template.hbs
      
      * Change 'items collection' to 'collection'
      
      * Apply suggestions
      
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      Co-authored-by: default avatarParity Bot <[email protected]>
      ed7d1e7a
    • Koute's avatar
      Make sure the commit hash is always of the same length in `impl_version` (#11404) · 359849b1
      Koute authored
      * Make sure the commit hash is always of the same length in `impl_version`
      
      * Add a comment regarding the length of the commit hash
      359849b1