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

chore(cosmwasm): add tests for crypto host functions #2358

Merged
merged 2 commits into from
Nov 21, 2022
Merged

Conversation

aeryz
Copy link
Contributor

@aeryz aeryz commented Nov 18, 2022

  • Add tests for all crypto related host functions.

  • Fix crypto related host functions.

@aeryz aeryz requested a review from a team as a code owner November 18, 2022 15:11
@vercel
Copy link

vercel bot commented Nov 18, 2022

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

Name Status Preview Updated
pablo-staging ✅ Ready (Inspect) Visit Preview Nov 21, 2022 at 1:44PM (UTC)
picasso-nightly ✅ Ready (Inspect) Visit Preview Nov 21, 2022 at 1:44PM (UTC)

@github-actions
Copy link

github-actions bot commented Nov 18, 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/64b9cafe6a35fbdc31fea094f764741a16a2644d --allow-import-from-derivation

Run the Composable node alone:

nix run "github:ComposableFi/composable/64b9cafe6a35fbdc31fea094f764741a16a2644d#composable-node" -L

Spin up a local devnet:

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

Spin up a local XCVM devnet:

nix run "github:ComposableFi/composable/64b9cafe6a35fbdc31fea094f764741a16a2644d#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/64b9cafe6a35fbdc31fea094f764741a16a2644d#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 18, 2022 15:15 Inactive
@vercel vercel bot temporarily deployed to Preview – picasso-nightly November 18, 2022 15:20 Inactive
@aeryz aeryz requested review from a team November 18, 2022 16:13
@vercel vercel bot temporarily deployed to Preview – picasso-nightly November 18, 2022 16:23 Inactive
@vercel vercel bot temporarily deployed to Preview – pablo-staging November 18, 2022 17:08 Inactive
@vercel vercel bot temporarily deployed to Preview – picasso-nightly November 18, 2022 17:22 Inactive
@vercel vercel bot temporarily deployed to Preview – picasso-nightly November 21, 2022 10:56 Inactive
@vercel vercel bot temporarily deployed to Preview – pablo-staging November 21, 2022 11:01 Inactive
* Add tests for all crypto related host functions.

* Fix crypto related host functions.

Signed-off-by: aeryz <abdullaheryz@protonmail.com>
@vercel vercel bot temporarily deployed to Preview – pablo-staging November 21, 2022 11:59 Inactive
@vercel vercel bot temporarily deployed to Preview – picasso-nightly November 21, 2022 12:04 Inactive
* Use `libsecp256k1` for verification

Signed-off-by: aeryz <abdullaheryz@protonmail.com>
@vercel vercel bot temporarily deployed to Preview – picasso-nightly November 21, 2022 13:14 Inactive
@vercel vercel bot temporarily deployed to Preview – pablo-staging November 21, 2022 13:44 Inactive
mergify bot added a commit that referenced this pull request Nov 21, 2022
@mergify mergify bot merged commit e4250a7 into main Nov 21, 2022
@mergify mergify bot deleted the test/crypto-fns branch November 21, 2022 16:54
hussein-aitlahcen added a commit that referenced this pull request Nov 22, 2022
aeryz added a commit that referenced this pull request Nov 23, 2022
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

3 participants