• Shawn Tabrizi's avatar
    Freeze Assets and Asset Metadata (#7346) · 748bdf65
    Shawn Tabrizi authored
    
    
    * Features needed for reserve-backed stablecoins
    
    * Builds & tests.
    
    * Double map for an efficient destroy.
    
    * Update frame/assets/src/lib.rs
    
    Co-authored-by: default avatarNikolay Volf <[email protected]>
    
    * ED/zombie-count/refs
    
    Feature: ED/minimum balance enforcement
    Feature: enforce zombie count
    Feature: allow system-alive accounts to exist, but add reference
    
    * Update frame/assets/src/lib.rs
    
    Co-authored-by: default avatarNikolay Volf <[email protected]>
    
    * Update frame/assets/Cargo.toml
    
    Co-authored-by: default avatarNiklas Adolfsson <[email protected]>
    
    * Docs
    
    * Some tests
    
    * More tests
    
    * Allow for max_zombies to be adjusted
    
    * Test for set_max_zombies
    
    * Tests and a couple of fixes
    
    * First few benchmarks
    
    * Benchmarks.
    
    * Fix error message in test
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * cargo run --release --features runtime-benchmarks --manifest-path bin/node/cli/Cargo.toml -- benchmark --chain dev --steps 50 --repeat 20 --extrinsic * --execution=wasm --wasm-execution=compiled --output ./bin/node/runtime/src/weights --header ./HEADER --pallet pallet_assets
    
    * Update frame/assets/src/lib.rs
    
    Co-authored-by: default avatarGuillaume Thiolliere <[email protected]>
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * cargo run --release --features runtime-benchmarks --manifest-path bin/node/cli/Cargo.toml -- benchmark --chain dev --steps 50 --repeat 20 --extrinsic * --execution=wasm --wasm-execution=compiled --output ./bin/node/runtime/src/weights --header ./HEADER --pallet pallet_assets
    
    * Fixes
    
    * Update default weight
    
    * Add proper verification to benchmarks
    
    * minor improvements to tests
    
    * Add `freeze_asset` and `thaw_asset`
    
    * Add metadata
    
    * fix build
    
    * Update benchmarks
    
    * fix line width
    
    * cargo run --release --features runtime-benchmarks --manifest-path bin/node/cli/Cargo.toml -- benchmark --chain dev --steps 50 --repeat 20 --extrinsic * --execution=wasm --wasm-execution=compiled --output ./bin/node/runtime/src/weights --header ./HEADER --pallet pallet_assets
    
    * update default weights
    
    * destroy cleans up metadata
    
    * more comprehensive lifecycle test
    
    * update docs
    
    * Update frame/assets/src/benchmarking.rs
    
    Co-authored-by: default avatarKian Paimani <[email protected]>
    
    * Fix
    
    * New weights system
    
    * fix compile
    
    * cargo run --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_assets --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/assets/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    
    * fix compile
    
    * fix up
    
    * cargo run --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_assets --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/assets/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    
    * fixes to pallet compile
    
    * fix node build
    
    * remote diff artifacts
    
    * less diff
    
    * cargo run --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_assets --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/assets/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    
    * Update frame/assets/src/lib.rs
    
    * Update frame/assets/src/lib.rs
    
    * usize to u32
    
    * missed some usize
    
    * cargo run --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_assets --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/assets/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    
    Co-authored-by: default avatarGav Wood <[email protected]>
    Co-authored-by: default avatarNikolay Volf <[email protected]>
    Co-authored-by: default avatarNiklas Adolfsson <[email protected]>
    Co-authored-by: default avatarParity Benchmarking Bot <[email protected]>
    Co-authored-by: default avatarGuillaume Thiolliere <[email protected]>
    Co-authored-by: default avatarKian Paimani <[email protected]>
    748bdf65