Add add and delete extrinsics to pallet-crowdloan#2659
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
Nix commands for this PRNOTE: You can also run our Nix commands in Docker. See the bottom of this comment. Make sure you have setup the Composable community cache:(you only need to run it once on your machine) nix-shell -p cachix --command "cachix use composable-community"Show all possible apps, shells and packages:Run the Composable node alone:nix run "github:ComposableFi/composable/eb9c9ec832d120fa071a063442d84322f122265f#composable-node" -LSpin up a local devnet:nix run "github:ComposableFi/composable/eb9c9ec832d120fa071a063442d84322f122265f#devnet" -L --option sandbox relaxed --show-traceSpin up a local XCVM devnet:nix run "github:ComposableFi/composable/eb9c9ec832d120fa071a063442d84322f122265f#devnet-xcvm" -LView the docs:nix run ".#docs-server"Run this without Nix in Docker.docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v nix:/nix -it nixos/nix bash -c "nix-env -iA nixpkgs.cachix && cachix use composable-community && nix run github:ComposableFi/Composable/eb9c9ec832d120fa071a063442d84322f122265f#devnet-dali -L --extra-experimental-features nix-command --extra-experimental-features flakes"NOTE: You can swap |
5ba63b0 to
64f915f
Compare
64f915f to
320aa1a
Compare
e55d839 to
f6e3863
Compare
d68534e to
5d887aa
Compare
vimukthi-git
left a comment
There was a problem hiding this comment.
LGTM, I think the validation may be needed to avoid a case of users claims erroring out. But I think that is manageable. We may do some manual checks on the balance of the pallet account in Picasso chain to verify that would not happen.
688e341 to
52ec6c7
Compare
52ec6c7 to
df3327e
Compare
df3327e to
315e8aa
Compare
(trigger ci)
3ca8372 to
eb9c9ec
Compare
|
@Mergifyio requeue |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
No description provided.