Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init sbt pallet Signed-off-by: Charles Ferrell <[email protected]> * update polkadot version for uniques Signed-off-by: Charles Ferrell <[email protected]> * fix mock and start tests Signed-off-by: Charles Ferrell <[email protected]> * clean up code Signed-off-by: Charles Ferrell <[email protected]> * some tests, add checks to_private Signed-off-by: Charles Ferrell <[email protected]> * cleanup deps Signed-off-by: Charles Ferrell <[email protected]> * fix dependencies Signed-off-by: Charles Ferrell <[email protected]> * add pallet sbt to dolphin runtime Signed-off-by: Charles Ferrell <[email protected]> * fix rpc Signed-off-by: Charles Ferrell <[email protected]> * add reserve sbt Signed-off-by: Charles Ferrell <[email protected]> * fix mock Signed-off-by: Charles Ferrell <[email protected]> * fmt Signed-off-by: Charles Ferrell <[email protected]> * clean up deps Signed-off-by: Charles Ferrell <[email protected]> * fix sender ledger to return Ok((()) rather than error Signed-off-by: Charles Ferrell <[email protected]> * restructure for some common code Signed-off-by: Charles Ferrell <[email protected]> * benchmark sbt Signed-off-by: Charles Ferrell <[email protected]> * add weights file Signed-off-by: Charles Ferrell <[email protected]> * clean up & tests Signed-off-by: Charles Ferrell <[email protected]> * remove duplicate code Signed-off-by: Charles Ferrell <[email protected]> * add tests and docs Signed-off-by: Charles Ferrell <[email protected]> * fmt Signed-off-by: Charles Ferrell <[email protected]> * flip order of event to be more logical Signed-off-by: Charles Ferrell <[email protected]> * change AssetMetadata to enum supporting different types of metadata Signed-off-by: Charles Ferrell <[email protected]> * update runtimes to new asset manager Signed-off-by: Charles Ferrell <[email protected]> * add events to asset manager Signed-off-by: Charles Ferrell <[email protected]> * remove uniques Signed-off-by: Charles Ferrell <[email protected]> * move storage change to UpdateMetadata trait Signed-off-by: Charles Ferrell <[email protected]> * fix Cargo.toml Signed-off-by: Charles Ferrell <[email protected]> * fmt Cargo.toml Signed-off-by: Charles Ferrell <[email protected]> * fix clippy lints Signed-off-by: Charles Ferrell <[email protected]> * fix benchmarking Signed-off-by: Charles Ferrell <[email protected]> * add test for asset-manager, add docs and feedback Signed-off-by: Charles Ferrell <[email protected]> * tests Signed-off-by: Charles Ferrell <[email protected]> * make const and clippy fix Signed-off-by: Charles Ferrell <[email protected]> * fix clippy lints Signed-off-by: Charles Ferrell <[email protected]> * fmt Signed-off-by: Charles Ferrell <[email protected]> * fix benchmark Signed-off-by: Charles Ferrell <[email protected]> * fix benchmarking Signed-off-by: Charles Ferrell <[email protected]> * better comments and add better errors Signed-off-by: Charles Ferrell <[email protected]> * make more functional Signed-off-by: Charles Ferrell <[email protected]> * review comment Signed-off-by: Charles Ferrell <[email protected]> * remove unnecessary into_iter() Signed-off-by: Charles Ferrell <[email protected]> * Better docs Signed-off-by: Charles Ferrell <[email protected]> * better name for event Signed-off-by: Charles Ferrell <[email protected]> * fix 2022 Signed-off-by: Charles Ferrell <[email protected]> * change back to use separate storage Signed-off-by: Charles Ferrell <[email protected]> * revert asset manager changes Signed-off-by: Charles Ferrell <[email protected]> * revert benchmarks too Signed-off-by: Charles Ferrell <[email protected]> * cleanup Signed-off-by: Charles Ferrell <[email protected]> * more cleanup Signed-off-by: Charles Ferrell <[email protected]> * fix error handling Signed-off-by: Charles Ferrell <[email protected]> * fix clippy Signed-off-by: Charles Ferrell <[email protected]> * update bench and remove unneeded Balance config Signed-off-by: Charles Ferrell <[email protected]> * common types and redo weights Signed-off-by: Charles Ferrell <[email protected]> * add tests Signed-off-by: Charles Ferrell <[email protected]> * fmt Signed-off-by: Charles Ferrell <[email protected]> * remove unneeded clones Signed-off-by: Charles Ferrell <[email protected]> * remove unneeded pull_senders Signed-off-by: Charles Ferrell <[email protected]> * add constant attribute to constants in Config Signed-off-by: Charles Ferrell <[email protected]> * docs and make counter start at 1 Signed-off-by: Charles Ferrell <[email protected]> * fix clippy Signed-off-by: Charles Ferrell <[email protected]> * fix benchmarks Signed-off-by: Charles Ferrell <[email protected]> * add zkSbt to calamari Signed-off-by: Charles Ferrell <[email protected]> * update error handling and add weights file Signed-off-by: Charles Ferrell <[email protected]> * make it expensive to mint sbt Signed-off-by: Charles Ferrell <[email protected]> * update test Signed-off-by: zqhxuyuan <[email protected]> * remove duplicate event Signed-off-by: zqhxuyuan <[email protected]> * fix clippy Signed-off-by: Charles Ferrell <[email protected]> --------- Signed-off-by: Charles Ferrell <[email protected]> Signed-off-by: zqhxuyuan <[email protected]> Co-authored-by: zqhxuyuan <[email protected]> Co-authored-by: Adam Reif <[email protected]>
- Loading branch information