• Gavin Wood's avatar
    Features needed for reserve-backed stablecoins (#7152) · 80af50b8
    Gavin Wood 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
    
    * 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
    
    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 avatarShawn Tabrizi <[email protected]>
    Co-authored-by: default avatarKian Paimani <[email protected]>
    80af50b8