Skip to content
  • Gavin Wood's avatar
    Assets: Remove zombies, introduce approvals (#8220) · 643a0ecd
    Gavin Wood authored
    
    
    * Initial work
    
    * Tests for frame system
    
    * Self-sufficient account ref-counting
    
    * Fixes
    
    * Benchmarks building.
    
    * Update frame/system/src/lib.rs
    
    Co-authored-by: default avatarJaco Greeff <[email protected]>
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Test approvals
    
    * Fixes
    
    * Report assets pallet tests
    
    * Tests for approvals & force_cancel_approval
    
    * Use structs rather than tuples for approval data
    
    * Add force_asset_status, force_set_metadata
    
    * Add clear_metadata.
    
    * approval benchmarks
    
    * force_asset_status benchmarks
    
    * final benchmarks
    
    * 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/system/src/lib.rs
    
    Co-authored-by: default avatarGuillaume Thiolliere <[email protected]>
    
    * Update frame/system/src/lib.rs
    
    Co-authored-by: default avatarGuillaume Thiolliere <[email protected]>
    
    * Update frame/system/src/lib.rs
    
    Co-authored-by: default avatarGuillaume Thiolliere <[email protected]>
    
    * Docs for new approval dispatches.
    
    * Docs for pallet.
    
    * Remove accidental code.
    
    * 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
    
    * 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
    
    * Update frame/assets/src/lib.rs
    
    Co-authored-by: default avatarShawn Tabrizi <[email protected]>
    
    * Grumbles.
    
    * Transfer zero works, use DispatchResult
    
    * fix test
    
    * Remove force_destroy
    
    * Remove TODO
    
    * 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
    
    * transfer_keep_alive
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * 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 avatarJaco Greeff <[email protected]>
    Co-authored-by: default avatarParity Benchmarking Bot <[email protected]>
    Co-authored-by: default avatarGuillaume Thiolliere <[email protected]>
    Co-authored-by: default avatarShawn Tabrizi <[email protected]>
    643a0ecd