Skip to content

Conversation

andresmechali
Copy link
Contributor

@itsbobbyzz
Copy link

@github-actions
Copy link

github-actions bot commented Oct 17, 2022

Nix commands for this PR

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/b2942e818c84515b96adde6055956a8f25b3fece --allow-import-from-derivation

Run the Composable node alone:

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

Spin up a local devnet:

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

Spin up a local XCVM devnet:

nix run "github:ComposableFi/composable/b2942e818c84515b96adde6055956a8f25b3fece#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/b2942e818c84515b96adde6055956a8f25b3fece#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.

@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2022

Codecov Report

Base: 21.40% // Head: 21.40% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (d1ae750) compared to base (8340992).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2005   +/-   ##
=======================================
  Coverage   21.40%   21.40%           
=======================================
  Files         419      419           
  Lines      153158   153158           
=======================================
+ Hits        32788    32789    +1     
+ Misses     120370   120369    -1     
Impacted Files Coverage Δ
...chain/frame/composable-traits/src/lending/tests.rs 98.86% <0.00%> (-0.57%) ⬇️
code/parachain/frame/account-proxy/src/lib.rs 97.47% <0.00%> (-0.32%) ⬇️
code/parachain/frame/airdrop/src/lib.rs 55.18% <0.00%> (+0.16%) ⬆️
code/utils/price-feed/src/backend.rs 51.74% <0.00%> (+0.69%) ⬆️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@andresmechali andresmechali marked this pull request as ready for review October 18, 2022 08:17
@andresmechali andresmechali requested review from a team as code owners October 18, 2022 08:17
@andresmechali andresmechali force-pushed the andres/add-pablo-volume branch from d1ae750 to de3e0eb Compare October 20, 2022 11:02
@andresmechali andresmechali changed the title [CU-35d6wrw] wip: store total volume changes and handle resolver [CU-35d6wrw] store total volume changes and handle resolver Oct 20, 2022
@andresmechali
Copy link
Contributor Author

@mergify refresh

@mergify
Copy link
Contributor

mergify bot commented Oct 21, 2022

refresh

✅ Pull request refreshed

mergify bot added a commit that referenced this pull request Oct 21, 2022
mergify bot added a commit that referenced this pull request Oct 21, 2022
@mergify mergify bot merged commit e5313c4 into main Oct 21, 2022
@mergify mergify bot deleted the andres/add-pablo-volume branch October 21, 2022 14:49
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.

5 participants