-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commits on Aug 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 10c6230 - Browse repository at this point
Copy the full SHA 10c6230View commit details -
Configuration menu - View commit details
-
Copy full SHA for af8875d - Browse repository at this point
Copy the full SHA af8875dView commit details
Commits on Sep 8, 2022
-
Merge branch 'master' into js/uniques-v2-main-branch
# Conflicts: # bin/node/runtime/Cargo.toml
Configuration menu - View commit details
-
Copy full SHA for cd15630 - Browse repository at this point
Copy the full SHA cd15630View commit details
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 69edfb2 - Browse repository at this point
Copy the full SHA 69edfb2View commit details
Commits on Sep 13, 2022
-
Nfts: Multiple approvals (#12178)
* multiple approvals * clear * tests & clean up * fix in logic & fmt * fix benchmarks * deadline * test deadline * current_block + deadline * update ApprovedTransfer event * benchmark * docs * Update frame/nfts/src/lib.rs Co-authored-by: Jegor Sidorenko <[email protected]> * fmt fix * Update frame/nfts/src/lib.rs Co-authored-by: Jegor Sidorenko <[email protected]> * update tests * anyone can cancel * Update frame/nfts/src/tests.rs Co-authored-by: Jegor Sidorenko <[email protected]> * fmt * fix logic * unnecessary line * ".git/.scripts/bench-bot.sh" pallet dev pallet_nfts * Update frame/nfts/src/lib.rs * Update lib.rs * fmt * Update frame/nfts/src/lib.rs Co-authored-by: Squirrel <[email protected]> * Update frame/nfts/src/lib.rs Co-authored-by: Squirrel <[email protected]> * fmt * Update frame/nfts/src/lib.rs Co-authored-by: Squirrel <[email protected]> * suggestion * new line * ".git/.scripts/bench-bot.sh" pallet dev pallet_nfts Co-authored-by: Jegor Sidorenko <[email protected]> Co-authored-by: command-bot <> Co-authored-by: Squirrel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 028ea38 - Browse repository at this point
Copy the full SHA 028ea38View commit details
Commits on Sep 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e337c5a - Browse repository at this point
Copy the full SHA e337c5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4930d81 - Browse repository at this point
Copy the full SHA 4930d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for f369ba9 - Browse repository at this point
Copy the full SHA f369ba9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae5561e - Browse repository at this point
Copy the full SHA ae5561eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f34b0ff - Browse repository at this point
Copy the full SHA f34b0ffView commit details
Commits on Sep 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0edd25b - Browse repository at this point
Copy the full SHA 0edd25bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c62ec92 - Browse repository at this point
Copy the full SHA c62ec92View commit details -
Configuration menu - View commit details
-
Copy full SHA for d09df86 - Browse repository at this point
Copy the full SHA d09df86View commit details
Commits on Sep 23, 2022
-
Nfts: Fix Auto-Increment (#12223)
* commit * passing benchmarks * clean up * sync * runtime implementation * fix * fmt * fix benchmark * cfg * remove try-increment-id * remove unused error * impl Incrementable for unsigned types * clean up * fix in tests * not needed anymore * Use OptionQuery Co-authored-by: Keith Yeung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ab3356 - Browse repository at this point
Copy the full SHA 3ab3356View commit details
Commits on Sep 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e5a31cf - Browse repository at this point
Copy the full SHA e5a31cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6434da8 - Browse repository at this point
Copy the full SHA 6434da8View commit details -
* Allow to add tips when buying an NFT * Chore * Rework tips feature * Add weights + benchmarks * Convert tuple to struct * Fix benchmark * ".git/.scripts/bench-bot.sh" pallet dev pallet_nfts * Update frame/nfts/src/benchmarking.rs Co-authored-by: Oliver Tale-Yazdi <[email protected]> * Fix benchmarks * Revert the bounded_vec![] approach * ".git/.scripts/bench-bot.sh" pallet dev pallet_nfts Co-authored-by: command-bot <> Co-authored-by: Oliver Tale-Yazdi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61dee82 - Browse repository at this point
Copy the full SHA 61dee82View commit details
Commits on Oct 5, 2022
-
[Uniques V2] Atomic NFTs swap (#12285)
* Atomic NFTs swap * Fmt * Fix benchmark * Rename swap -> atomic_swap * Update target balance * Rollback * Fix * ".git/.scripts/bench-bot.sh" pallet dev pallet_nfts * Make desired item optional * Apply suggestions * Update frame/nfts/src/features/atomic_swap.rs Co-authored-by: Squirrel <[email protected]> * Rename fields * Optimisation * Add a comment * deadline -> maybe_deadline * Add docs * Change comments * Add price direction field * ".git/.scripts/bench-bot.sh" pallet dev pallet_nfts * Wrap price and direction * Fix benchmarks * Use ensure! instead of if {} * Make duration param mandatory and limit it to MaxDeadlineDuration * Make the code safer * Fix clippy * Chore * Remove unused vars * try * try 2 * try 3 Co-authored-by: command-bot <> Co-authored-by: Squirrel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 490a0fa - Browse repository at this point
Copy the full SHA 490a0faView commit details
Commits on Oct 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3137791 - Browse repository at this point
Copy the full SHA 3137791View commit details
Commits on Oct 18, 2022
-
[Uniques V2] Feature flags (#12367)
* Basics * WIP: change the data format * Refactor * Remove redundant new() method * Rename settings * Enable tests * Chore * Change params order * Delete the config on collection removal * Chore * Remove redundant system features * Rename force_item_status to force_collection_status * Update node runtime * Chore * Remove thaw_collection * Chore * Connect collection.is_frozen to config * Allow to lock the collection in a new way * Move free_holding into settings * Connect collection's metadata locker to feature flags * DRY * Chore * Connect pallet level feature flags * Prepare tests for the new changes * Implement Item settings * Allow to lock the metadata or attributes of an item * Common -> Settings * Extract settings related code to a separate file * Move feature flag checks inside the do_* methods * Split settings.rs into parts * Extract repeated code into macro * Extract macros into their own file * Chore * Fix traits * Fix traits * Test SystemFeatures * Fix benchmarks * Add missing benchmark * Fix node/runtime/lib.rs * ".git/.scripts/bench-bot.sh" pallet dev pallet_nfts * Keep item's config on burn if it's not empty * Fix the merge artifacts * Fmt * Add SystemFeature::NoSwaps check * Rename SystemFeatures to PalletFeatures * Rename errors * Add docs * Change error message * Rework pallet features * Move macros * Change comments * Fmt * Refactor Incrementable * Use pub(crate) for do_* functions * Update comments * Refactor freeze and lock functions * Rework Collection config and Item confg api * Chore * Make clippy happy * Chore * Update comment * RequiredDeposit => DepositRequired * Address comments Co-authored-by: command-bot <>
Configuration menu - View commit details
-
Copy full SHA for ef16fd2 - Browse repository at this point
Copy the full SHA ef16fd2View commit details
Commits on Oct 20, 2022
-
[Uniques V2] Refactor roles (#12437)
* Basics * WIP: change the data format * Refactor * Remove redundant new() method * Rename settings * Enable tests * Chore * Change params order * Delete the config on collection removal * Chore * Remove redundant system features * Rename force_item_status to force_collection_status * Update node runtime * Chore * Remove thaw_collection * Chore * Connect collection.is_frozen to config * Allow to lock the collection in a new way * Move free_holding into settings * Connect collection's metadata locker to feature flags * DRY * Chore * Connect pallet level feature flags * Prepare tests for the new changes * Implement Item settings * Allow to lock the metadata or attributes of an item * Common -> Settings * Extract settings related code to a separate file * Move feature flag checks inside the do_* methods * Split settings.rs into parts * Extract repeated code into macro * Extract macros into their own file * Chore * Fix traits * Fix traits * Test SystemFeatures * Fix benchmarks * Add missing benchmark * Fix node/runtime/lib.rs * ".git/.scripts/bench-bot.sh" pallet dev pallet_nfts * Keep item's config on burn if it's not empty * Fix the merge artifacts * Fmt * Add SystemFeature::NoSwaps check * Refactor roles structure * Rename SystemFeatures to PalletFeatures * Rename errors * Add docs * Change error message * Rework pallet features * Move macros * Change comments * Fmt * Refactor Incrementable * Use pub(crate) for do_* functions * Update comments * Refactor freeze and lock functions * Rework Collection config and Item confg api * Chore * Make clippy happy * Chore * Fix artifacts * Address comments * Further refactoring * Add comments * Add tests for group_roles_by_account() * Update frame/nfts/src/impl_nonfungibles.rs * Add test * Replace Itertools group_by with a custom implementation * ItemsNotTransferable => ItemsNonTransferable * Update frame/nfts/src/features/roles.rs Co-authored-by: Muharem Ismailov <[email protected]> * Address PR comments * Add missed comment Co-authored-by: command-bot <> Co-authored-by: Muharem Ismailov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6763dd6 - Browse repository at this point
Copy the full SHA 6763dd6View commit details
Commits on Oct 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fef9b48 - Browse repository at this point
Copy the full SHA fef9b48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 799cdf3 - Browse repository at this point
Copy the full SHA 799cdf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a601d - Browse repository at this point
Copy the full SHA 83a601dView commit details
Commits on Oct 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cbffb27 - Browse repository at this point
Copy the full SHA cbffb27View commit details
Commits on Oct 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e1b24d7 - Browse repository at this point
Copy the full SHA e1b24d7View commit details
Commits on Nov 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0c3f77f - Browse repository at this point
Copy the full SHA 0c3f77fView commit details
Commits on Nov 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3c12fed - Browse repository at this point
Copy the full SHA 3c12fedView commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c3d9a60 - Browse repository at this point
Copy the full SHA c3d9a60View commit details
Commits on Nov 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1813960 - Browse repository at this point
Copy the full SHA 1813960View commit details -
[Uniques V2] Minting options (#12483)
* Basics * WIP: change the data format * Refactor * Remove redundant new() method * Rename settings * Enable tests * Chore * Change params order * Delete the config on collection removal * Chore * Remove redundant system features * Rename force_item_status to force_collection_status * Update node runtime * Chore * Remove thaw_collection * Chore * Connect collection.is_frozen to config * Allow to lock the collection in a new way * Move free_holding into settings * Connect collection's metadata locker to feature flags * DRY * Chore * Connect pallet level feature flags * Prepare tests for the new changes * Implement Item settings * Allow to lock the metadata or attributes of an item * Common -> Settings * Extract settings related code to a separate file * Move feature flag checks inside the do_* methods * Split settings.rs into parts * Extract repeated code into macro * Extract macros into their own file * Chore * Fix traits * Fix traits * Test SystemFeatures * Fix benchmarks * Add missing benchmark * Fix node/runtime/lib.rs * ".git/.scripts/bench-bot.sh" pallet dev pallet_nfts * Keep item's config on burn if it's not empty * Fix the merge artifacts * Fmt * Add SystemFeature::NoSwaps check * Rename SystemFeatures to PalletFeatures * Rename errors * Add docs * Change error message * Change the format of CollectionConfig to store more data * Move max supply to the CollectionConfig and allow to change it * Remove ItemConfig from the mint() function and use the one set in mint settings * Add different mint options * Allow to change the mint settings * Add a force_mint() method * Check mint params * Some optimisations * Cover with tests * Remove merge artifacts * Chore * Use the new has_role() method * Rework item deposits * More tests * Refactoring * Address comments * Refactor lock_collection() * Update frame/nfts/src/types.rs Co-authored-by: Squirrel <[email protected]> * Update frame/nfts/src/types.rs Co-authored-by: Squirrel <[email protected]> * Update frame/nfts/src/lib.rs Co-authored-by: Squirrel <[email protected]> * Update frame/nfts/src/lib.rs Co-authored-by: Squirrel <[email protected]> * Private => Issuer * Add more tests * Fix benchmarks * Add benchmarks for new methods * [Uniques v2] Refactoring (#12570) * Move do_set_price() and do_buy_item() to buy_sell.rs * Move approvals to feature file * Move metadata to feature files * Move the rest of methods to feature files * Remove artifacts * Split force_collection_status into 2 methods * Fix benchmarks * Fix benchmarks * Update deps Co-authored-by: command-bot <> Co-authored-by: Squirrel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afd4c18 - Browse repository at this point
Copy the full SHA afd4c18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 090cd18 - Browse repository at this point
Copy the full SHA 090cd18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 841574f - Browse repository at this point
Copy the full SHA 841574fView commit details
Commits on Nov 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eab8e04 - Browse repository at this point
Copy the full SHA eab8e04View commit details -
Configuration menu - View commit details
-
Copy full SHA for a37f8d1 - Browse repository at this point
Copy the full SHA a37f8d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b95f6b - Browse repository at this point
Copy the full SHA 8b95f6bView commit details
Commits on Nov 21, 2022
-
[Uniques V2] Smart attributes (#12702)
* Basics * WIP: change the data format * Refactor * Remove redundant new() method * Rename settings * Enable tests * Chore * Change params order * Delete the config on collection removal * Chore * Remove redundant system features * Rename force_item_status to force_collection_status * Update node runtime * Chore * Remove thaw_collection * Chore * Connect collection.is_frozen to config * Allow to lock the collection in a new way * Move free_holding into settings * Connect collection's metadata locker to feature flags * DRY * Chore * Connect pallet level feature flags * Prepare tests for the new changes * Implement Item settings * Allow to lock the metadata or attributes of an item * Common -> Settings * Extract settings related code to a separate file * Move feature flag checks inside the do_* methods * Split settings.rs into parts * Extract repeated code into macro * Extract macros into their own file * Chore * Fix traits * Fix traits * Test SystemFeatures * Fix benchmarks * Add missing benchmark * Fix node/runtime/lib.rs * ".git/.scripts/bench-bot.sh" pallet dev pallet_nfts * Keep item's config on burn if it's not empty * Fix the merge artifacts * Fmt * Add SystemFeature::NoSwaps check * Rename SystemFeatures to PalletFeatures * Rename errors * Add docs * Change error message * Change the format of CollectionConfig to store more data * Move max supply to the CollectionConfig and allow to change it * Remove ItemConfig from the mint() function and use the one set in mint settings * Add different mint options * Allow to change the mint settings * Add a force_mint() method * Check mint params * Some optimisations * Cover with tests * Remove merge artifacts * Chore * Use the new has_role() method * Rework item deposits * More tests * Refactoring * Address comments * Refactor lock_collection() * Update frame/nfts/src/types.rs Co-authored-by: Squirrel <[email protected]> * Update frame/nfts/src/types.rs Co-authored-by: Squirrel <[email protected]> * Update frame/nfts/src/lib.rs Co-authored-by: Squirrel <[email protected]> * Update frame/nfts/src/lib.rs Co-authored-by: Squirrel <[email protected]> * Private => Issuer * Add more tests * Fix benchmarks * Add benchmarks for new methods * [Uniques v2] Refactoring (#12570) * Move do_set_price() and do_buy_item() to buy_sell.rs * Move approvals to feature file * Move metadata to feature files * Move the rest of methods to feature files * Remove artifacts * Smart attributes * Split force_collection_status into 2 methods * Fix benchmarks * Fix benchmarks * Update deps * Fix merge artifact * Weights + benchmarks + docs * Change params order * Chore * Update frame/nfts/src/lib.rs Co-authored-by: Squirrel <[email protected]> * Update frame/nfts/src/lib.rs Co-authored-by: Squirrel <[email protected]> * Update docs * Update frame/nfts/src/lib.rs Co-authored-by: Squirrel <[email protected]> * Add PalletId * Chore * Add tests * More tests * Add doc * Update errors snapshots * Ensure we track the owner_deposit field correctly Co-authored-by: command-bot <> Co-authored-by: Squirrel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8caecbb - Browse repository at this point
Copy the full SHA 8caecbbView commit details
Commits on Nov 23, 2022
-
[Uniques V2] Final improvements (#12736)
* Use KeyPrefixIterator instead of Box * Change create_collection() * Restrict from claiming NFTs twice * Update Readme * Remove dead code * Refactoring * Update readme * Fix clippy
Configuration menu - View commit details
-
Copy full SHA for b4ff566 - Browse repository at this point
Copy the full SHA b4ff566View commit details -
Co-authored-by: Squirrel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c1b7f7 - Browse repository at this point
Copy the full SHA 4c1b7f7View commit details
Commits on Nov 25, 2022
-
Merge branch 'master' of https://github.com/paritytech/substrate into…
… HEAD
command-bot committedNov 25, 2022 Configuration menu - View commit details
-
Copy full SHA for f94926b - Browse repository at this point
Copy the full SHA f94926bView commit details -
".git/.scripts/bench-bot.sh" pallet dev pallet_nfts
command-bot committedNov 25, 2022 Configuration menu - View commit details
-
Copy full SHA for beb8caa - Browse repository at this point
Copy the full SHA beb8caaView commit details
Commits on Nov 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6e651a8 - Browse repository at this point
Copy the full SHA 6e651a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b051fd8 - Browse repository at this point
Copy the full SHA b051fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0556185 - Browse repository at this point
Copy the full SHA 0556185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 992601b - Browse repository at this point
Copy the full SHA 992601bView commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5732492 - Browse repository at this point
Copy the full SHA 5732492View commit details
Commits on Dec 8, 2022
-
DepositRequired setting should affect only the attributes within the …
…CollectionOwner namespace
Configuration menu - View commit details
-
Copy full SHA for e907e15 - Browse repository at this point
Copy the full SHA e907e15View commit details
Commits on Dec 13, 2022
-
Merge branch 'master' into js/uniques-v2-main-branch
# Conflicts: # Cargo.lock # Cargo.toml # bin/node/runtime/src/lib.rs
Configuration menu - View commit details
-
Copy full SHA for 524c336 - Browse repository at this point
Copy the full SHA 524c336View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ad4980 - Browse repository at this point
Copy the full SHA 3ad4980View commit details -
[NFTs] Implement missed methods to set the attributes from other pall…
…ets (#12919) * Implement missed methods to set the attributes from other pallets * Revert snapshots * Update snapshot * Update snapshot
Configuration menu - View commit details
-
Copy full SHA for 9f27e91 - Browse repository at this point
Copy the full SHA 9f27e91View commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ea37f25 - Browse repository at this point
Copy the full SHA ea37f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for b15c602 - Browse repository at this point
Copy the full SHA b15c602View commit details -
Configuration menu - View commit details
-
Copy full SHA for c057f02 - Browse repository at this point
Copy the full SHA c057f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aaa37f - Browse repository at this point
Copy the full SHA 5aaa37fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0482d19 - Browse repository at this point
Copy the full SHA 0482d19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a0e3b2 - Browse repository at this point
Copy the full SHA 9a0e3b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fea293 - Browse repository at this point
Copy the full SHA 6fea293View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f9f4a9 - Browse repository at this point
Copy the full SHA 0f9f4a9View commit details
Commits on Dec 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6814a94 - Browse repository at this point
Copy the full SHA 6814a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95493ad - Browse repository at this point
Copy the full SHA 95493adView commit details
Commits on Dec 20, 2022
-
Update frame/support/src/traits/tokens/nonfungible_v2.rs
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f07e7d0 - Browse repository at this point
Copy the full SHA f07e7d0View commit details -
Update frame/support/src/traits/tokens/nonfungible_v2.rs
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1fe6f7 - Browse repository at this point
Copy the full SHA b1fe6f7View commit details -
Update frame/support/src/traits/tokens/nonfungible_v2.rs
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 917bb1e - Browse repository at this point
Copy the full SHA 917bb1eView commit details -
Update frame/support/src/traits/tokens/nonfungibles_v2.rs
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92f43f6 - Browse repository at this point
Copy the full SHA 92f43f6View commit details -
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30985da - Browse repository at this point
Copy the full SHA 30985daView commit details -
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d1a442 - Browse repository at this point
Copy the full SHA 0d1a442View commit details -
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d429d6e - Browse repository at this point
Copy the full SHA d429d6eView commit details -
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5de99c8 - Browse repository at this point
Copy the full SHA 5de99c8View commit details -
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dcbce57 - Browse repository at this point
Copy the full SHA dcbce57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db5061 - Browse repository at this point
Copy the full SHA 1db5061View commit details -
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7653b99 - Browse repository at this point
Copy the full SHA 7653b99View commit details -
Update frame/support/src/traits/tokens/nonfungibles_v2.rs
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46f6451 - Browse repository at this point
Copy the full SHA 46f6451View commit details -
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91ffabb - Browse repository at this point
Copy the full SHA 91ffabbView commit details -
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8057d72 - Browse repository at this point
Copy the full SHA 8057d72View commit details -
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d082300 - Browse repository at this point
Copy the full SHA d082300View commit details -
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f18f08 - Browse repository at this point
Copy the full SHA 8f18f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e2f38 - Browse repository at this point
Copy the full SHA 27e2f38View commit details
Commits on Dec 22, 2022
-
[NFTs] Add the new
owner
param to mint() method (#12997)* Add the new `owner` param to mint() method * Fmt * Address comments
Configuration menu - View commit details
-
Copy full SHA for 56f228d - Browse repository at this point
Copy the full SHA 56f228dView commit details -
Merge branch 'master' of https://github.com/paritytech/substrate into…
… HEAD
command-bot committedDec 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 105c8f5 - Browse repository at this point
Copy the full SHA 105c8f5View commit details -
".git/.scripts/bench-bot.sh" pallet dev pallet_nfts
command-bot committedDec 22, 2022 Configuration menu - View commit details
-
Copy full SHA for a8c69a9 - Browse repository at this point
Copy the full SHA a8c69a9View commit details -
Merge branch 'js/uniques-v2-main-branch' into li/sft-main-branch
# Conflicts: # frame/nfts/src/tests.rs
Configuration menu - View commit details
-
Copy full SHA for 08c1205 - Browse repository at this point
Copy the full SHA 08c1205View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72501e4 - Browse repository at this point
Copy the full SHA 72501e4View commit details
Commits on Dec 23, 2022
-
Update frame/nfts/src/common_functions.rs
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7df1e2c - Browse repository at this point
Copy the full SHA 7df1e2cView commit details -
Update frame/nfts/src/types.rs
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2323614 - Browse repository at this point
Copy the full SHA 2323614View commit details -
Update frame/nfts/src/types.rs
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08f0ea2 - Browse repository at this point
Copy the full SHA 08f0ea2View commit details -
Update frame/nfts/src/types.rs
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66cbec6 - Browse repository at this point
Copy the full SHA 66cbec6View commit details -
Update frame/nfts/src/types.rs
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3218b20 - Browse repository at this point
Copy the full SHA 3218b20View commit details -
Update frame/nfts/src/types.rs
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40ecc60 - Browse repository at this point
Copy the full SHA 40ecc60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30c0f23 - Browse repository at this point
Copy the full SHA 30c0f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for f618543 - Browse repository at this point
Copy the full SHA f618543View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb7c72 - Browse repository at this point
Copy the full SHA 3fb7c72View commit details
Commits on Dec 30, 2022
-
Merge branch 'master' into li/sft-main-branch
# Conflicts: # Cargo.lock # Cargo.toml # bin/node/runtime/Cargo.toml # bin/node/runtime/src/lib.rs
Configuration menu - View commit details
-
Copy full SHA for 39d5c0c - Browse repository at this point
Copy the full SHA 39d5c0cView commit details
Commits on Jan 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84587d0 - Browse repository at this point
Copy the full SHA 84587d0View commit details
Commits on Jan 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e8e3bed - Browse repository at this point
Copy the full SHA e8e3bedView commit details
Commits on Jan 27, 2023
-
Refactor nft fractionalisation pallet (#13008)
* Refactoring * Make it compile * Add tests * Rename * Rework nfts locking * Update cargo.lock * Connect the latest changes to the runtime-kitchensink * Add benchmarks, fix other issues * Chore * Chore 2 * Chore 3 * Add runtime-benchmarks * Rename * Set metadata * Make fields public * Chore * Created asset shouldn't be sufficient * Add documentation * minor edit to docs * Minor corrections Co-authored-by: lana-shanghai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 553d262 - Browse repository at this point
Copy the full SHA 553d262View commit details -
Merge branch 'master' into li/sft-main-branch
# Conflicts: # Cargo.lock
Configuration menu - View commit details
-
Copy full SHA for 92f860b - Browse repository at this point
Copy the full SHA 92f860bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4ab35c - Browse repository at this point
Copy the full SHA c4ab35cView commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e00a6b - Browse repository at this point
Copy the full SHA 8e00a6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df16c3 - Browse repository at this point
Copy the full SHA 9df16c3View commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ea81d24 - Browse repository at this point
Copy the full SHA ea81d24View commit details -
Configuration menu - View commit details
-
Copy full SHA for e27331b - Browse repository at this point
Copy the full SHA e27331bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a13b27 - Browse repository at this point
Copy the full SHA 4a13b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd619d2 - Browse repository at this point
Copy the full SHA bd619d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98236e1 - Browse repository at this point
Copy the full SHA 98236e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for caccb14 - Browse repository at this point
Copy the full SHA caccb14View commit details
Commits on Feb 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96ec9a3 - Browse repository at this point
Copy the full SHA 96ec9a3View commit details
Commits on Feb 24, 2023
-
Merge branch 'master' into li/sft-main-branch
# Conflicts: # Cargo.toml # bin/node/runtime/Cargo.toml # bin/node/runtime/src/lib.rs
Configuration menu - View commit details
-
Copy full SHA for a172c1c - Browse repository at this point
Copy the full SHA a172c1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed16d14 - Browse repository at this point
Copy the full SHA ed16d14View commit details
Commits on Mar 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aabff98 - Browse repository at this point
Copy the full SHA aabff98View commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 447df48 - Browse repository at this point
Copy the full SHA 447df48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50212e3 - Browse repository at this point
Copy the full SHA 50212e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14bb74d - Browse repository at this point
Copy the full SHA 14bb74dView commit details
Commits on Apr 17, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 9aa89e3 - Browse repository at this point
Copy the full SHA 9aa89e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2ff0f7 - Browse repository at this point
Copy the full SHA f2ff0f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d539da0 - Browse repository at this point
Copy the full SHA d539da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab7ad4a - Browse repository at this point
Copy the full SHA ab7ad4aView commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 200ff45 - Browse repository at this point
Copy the full SHA 200ff45View commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b01abe - Browse repository at this point
Copy the full SHA 2b01abeView commit details
Commits on May 16, 2023
-
Merge remote-tracking branch 'origin/master' into li/sft-main-branch
parity-processbot committedMay 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 6b28757 - Browse repository at this point
Copy the full SHA 6b28757View commit details
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for af4725d - Browse repository at this point
Copy the full SHA af4725dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fa54b0 - Browse repository at this point
Copy the full SHA 0fa54b0View commit details
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4990242 - Browse repository at this point
Copy the full SHA 4990242View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bd4dc9 - Browse repository at this point
Copy the full SHA 2bd4dc9View commit details -
Merge remote-tracking branch 'origin/master' into li/sft-main-branch
parity-processbot committedMay 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 5631060 - Browse repository at this point
Copy the full SHA 5631060View commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7e54a89 - Browse repository at this point
Copy the full SHA 7e54a89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 042d152 - Browse repository at this point
Copy the full SHA 042d152View commit details -
Merge branch 'master' of https://github.com/paritytech/substrate into…
… HEAD
command-bot committedMay 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 507d485 - Browse repository at this point
Copy the full SHA 507d485View commit details -
".git/.scripts/commands/bench/bench.sh" pallet dev pallet_nft_fractio…
…nalization
command-bot committedMay 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 16f256f - Browse repository at this point
Copy the full SHA 16f256fView commit details -
Apply suggestions from code review
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 594b2cb - Browse repository at this point
Copy the full SHA 594b2cbView commit details -
Update frame/nft-fractionalization/README.md
Co-authored-by: joe petrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4cb5ac - Browse repository at this point
Copy the full SHA e4cb5acView commit details
Commits on May 22, 2023
-
Merge remote-tracking branch 'origin/master' into li/sft-main-branch
parity-processbot committedMay 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 9d34086 - Browse repository at this point
Copy the full SHA 9d34086View commit details