-
Notifications
You must be signed in to change notification settings - Fork 75
[cu-30xvvc2, cu-30xvvc7][Pablo Refactor] Adding new function signatures and types #2017
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
Conversation
0042e5b
to
5a3098e
Compare
c471856
to
80f0cc8
Compare
Nix commands for this PRMake 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/fb242210c02e796a90de3fd36fe1d948bcd42fe8#composable-node" -L Spin up a local devnet:nix run "github:ComposableFi/composable/fb242210c02e796a90de3fd36fe1d948bcd42fe8#devnet" -L --option sandbox relaxed --show-trace Spin up a local XCVM devnet:nix run "github:ComposableFi/composable/fb242210c02e796a90de3fd36fe1d948bcd42fe8#devnet-xcvm-up" -L Are you on macOS, or do you not have Nix installed? No worries, you can also run these commands in Docker like this:(you only need to run the first command once on your machine) docker volume create nix
docker run --privileged --rm -v nix:/nix -v /var/run/docker.sock:/var/run/docker.sock -it nixos/nix bash -c "nix-env -iA nixpkgs.cachix && cachix use composable-community && nix run github:ComposableFi/composable/fb242210c02e796a90de3fd36fe1d948bcd42fe8#devnet-up -L --option cores 8 --extra-experimental-features nix-command --extra-experimental-features flakes" 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. |
149823c
to
f22bd4f
Compare
Codecov ReportBase: 21.68% // Head: 21.89% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2017 +/- ##
==========================================
+ Coverage 21.68% 21.89% +0.20%
==========================================
Files 419 420 +1
Lines 153620 154086 +466
==========================================
+ Hits 33316 33730 +414
- Misses 120304 120356 +52
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
eabc9ab
to
f9a0ed8
Compare
@Mergifyio refresh |
✅ Pull request refreshed |
f9a0ed8
to
fb24221
Compare
Description
Amm
trait