Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CU-332fbba] Integration Tests: Vesting Pallet #2295

Merged
merged 4 commits into from
Dec 6, 2022

Conversation

Dominique-Roth
Copy link
Contributor

Issue

https://app.clickup.com/t/332fbba

Additional Changes

Checklist

- [ ] Updated the rust/typescript docs.
- [ ] Updated the docs/.

@vercel
Copy link

vercel bot commented Nov 14, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
pablo-nightly ✅ Ready (Inspect) Visit Preview Dec 6, 2022 at 10:02AM (UTC)
pablo-staging ✅ Ready (Inspect) Visit Preview Dec 6, 2022 at 10:02AM (UTC)
picasso-nightly ✅ Ready (Inspect) Visit Preview Dec 6, 2022 at 10:02AM (UTC)

@itsbobbyzz
Copy link

@github-actions
Copy link

github-actions bot commented Nov 14, 2022

Nix commands for this PR

NOTE: 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:

nix flake show "github:ComposableFi/composable/787be08b5215c376172cfde3703e62d6b45d723b --allow-import-from-derivation

Run the Composable node alone:

nix run "github:ComposableFi/composable/787be08b5215c376172cfde3703e62d6b45d723b#composable-node" -L

Spin up a local devnet:

nix run "github:ComposableFi/composable/787be08b5215c376172cfde3703e62d6b45d723b#devnet" -L --option sandbox relaxed --show-trace

Spin up a local XCVM devnet:

nix run "github:ComposableFi/composable/787be08b5215c376172cfde3703e62d6b45d723b#devnet-xcvm" -L

View 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/787be08b5215c376172cfde3703e62d6b45d723b#devnet-dali -L --extra-experimental-features nix-command --extra-experimental-features flakes"

NOTE: You can swap devnet-dali in the command above with any Nix package

For more info on how to use Nix, check out our Nix docs

Note that the initial build may take about one hour if it has not been cached by our CI yet. Once it is cached, builds should take about one minute. We currently do not provide build caches for ARM machines such as M1 Macs, but building on ARM is supported.

@vercel vercel bot temporarily deployed to Preview – pablo-staging November 14, 2022 18:14 Inactive
@Dominique-Roth Dominique-Roth force-pushed the integration-tests/dom/vesting-pallet-tests branch from 2a17f5a to 6e894f3 Compare November 15, 2022 11:57
@vercel vercel bot temporarily deployed to Preview – pablo-staging November 15, 2022 12:03 Inactive
@vercel vercel bot temporarily deployed to Preview – pablo-staging November 15, 2022 12:44 Inactive
@Dominique-Roth Dominique-Roth force-pushed the integration-tests/dom/vesting-pallet-tests branch from f48ea40 to 37136a3 Compare November 16, 2022 07:31
@vercel vercel bot temporarily deployed to Preview – pablo-staging November 16, 2022 07:37 Inactive
@vercel vercel bot temporarily deployed to Preview – pablo-staging November 16, 2022 08:16 Inactive
@vercel vercel bot temporarily deployed to Preview – pablo-staging November 16, 2022 14:24 Inactive
@Dominique-Roth Dominique-Roth force-pushed the integration-tests/dom/vesting-pallet-tests branch from 730546f to a62e56f Compare November 17, 2022 07:47
@vercel vercel bot temporarily deployed to Preview – pablo-staging November 17, 2022 07:52 Inactive
@vercel vercel bot temporarily deployed to Preview – picasso-nightly November 17, 2022 07:52 Inactive
@Dominique-Roth Dominique-Roth force-pushed the integration-tests/dom/vesting-pallet-tests branch from a62e56f to 6976ea0 Compare November 17, 2022 08:05
@vercel vercel bot temporarily deployed to Preview – picasso-nightly November 17, 2022 08:10 Inactive
@vercel vercel bot temporarily deployed to Preview – pablo-staging November 17, 2022 08:14 Inactive
@Dominique-Roth Dominique-Roth force-pushed the integration-tests/dom/vesting-pallet-tests branch from 6976ea0 to 3d58b30 Compare November 17, 2022 09:30
@vercel vercel bot temporarily deployed to Preview – pablo-staging November 17, 2022 09:35 Inactive
@vercel vercel bot temporarily deployed to Preview – picasso-nightly November 17, 2022 09:40 Inactive
@Dominique-Roth Dominique-Roth force-pushed the integration-tests/dom/vesting-pallet-tests branch from 3d58b30 to c65bb63 Compare November 17, 2022 10:54
@Dominique-Roth Dominique-Roth marked this pull request as ready for review November 17, 2022 10:54
@Dominique-Roth Dominique-Roth requested a review from a team as a code owner November 17, 2022 10:54
@vercel vercel bot temporarily deployed to Preview – pablo-staging November 17, 2022 11:01 Inactive
@vercel vercel bot temporarily deployed to Preview – picasso-nightly November 17, 2022 11:06 Inactive
Copy link
Contributor

@kollegian kollegian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Dominique-Roth Dominique-Roth force-pushed the integration-tests/dom/vesting-pallet-tests branch from c65bb63 to bf580d2 Compare November 22, 2022 10:39
@vercel vercel bot temporarily deployed to Preview – pablo-nightly November 22, 2022 10:44 Inactive
@github-actions
Copy link

github-actions bot commented Dec 1, 2022

Visit the preview URL for this PR (updated for commit 787be08):

https://picasso-f0d16--pr2295-integration-tests-do-y7fu0vzy.web.app

(expires Tue, 13 Dec 2022 09:59:30 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: d4e030ec330173845b1768cd217beee9791d20f1

@github-actions
Copy link

github-actions bot commented Dec 1, 2022

Visit the preview URL for this PR (updated for commit 787be08):

https://pablo-afa5d--pr2295-integration-tests-do-fbuuv38j.web.app

(expires Tue, 13 Dec 2022 09:59:50 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 8ef316967fc7aa470dc109d617260c43c009e4e3

@vercel vercel bot temporarily deployed to Preview – picasso-nightly December 1, 2022 17:56 Inactive
@Dominique-Roth Dominique-Roth force-pushed the integration-tests/dom/vesting-pallet-tests branch from 12dbd3a to ab8ec9f Compare December 2, 2022 07:45
@vercel vercel bot temporarily deployed to Preview – picasso-nightly December 2, 2022 07:50 Inactive
@vercel vercel bot temporarily deployed to Preview – pablo-nightly December 2, 2022 07:55 Inactive
@vercel vercel bot temporarily deployed to Preview – pablo-nightly December 2, 2022 08:54 Inactive
@vercel vercel bot temporarily deployed to Preview – picasso-nightly December 2, 2022 09:03 Inactive
@vercel vercel bot temporarily deployed to Preview – pablo-nightly December 2, 2022 09:32 Inactive
@vercel vercel bot temporarily deployed to Preview – picasso-nightly December 2, 2022 09:37 Inactive
@Dominique-Roth Dominique-Roth force-pushed the integration-tests/dom/vesting-pallet-tests branch from 67f24df to ff8bbe2 Compare December 2, 2022 13:02
@Dominique-Roth Dominique-Roth force-pushed the integration-tests/dom/vesting-pallet-tests branch from ff8bbe2 to aed11c9 Compare December 6, 2022 07:14
mergify bot added a commit that referenced this pull request Dec 6, 2022
mergify bot added a commit that referenced this pull request Dec 6, 2022
@obsessed-cake obsessed-cake requested review from a team as code owners December 6, 2022 09:41
@vercel vercel bot temporarily deployed to Preview – pablo-nightly December 6, 2022 09:46 Inactive
@vercel vercel bot temporarily deployed to Preview – picasso-nightly December 6, 2022 10:02 Inactive
mergify bot added a commit that referenced this pull request Dec 6, 2022
@mergify mergify bot merged commit eddbb73 into main Dec 6, 2022
@mergify mergify bot deleted the integration-tests/dom/vesting-pallet-tests branch December 6, 2022 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants