Skip to content

Support SS58 addresses#3104

Merged
g-la-d-os merged 1 commit intoComposableFi:mainfrom
aeryz:ss58-addr-XCVM-264
Feb 2, 2023
Merged

Support SS58 addresses#3104
g-la-d-os merged 1 commit intoComposableFi:mainfrom
aeryz:ss58-addr-XCVM-264

Conversation

@aeryz
Copy link
Contributor

@aeryz aeryz commented Feb 2, 2023

Contracts now are only able to use ss58 format for their addresses.

See the previous PR for more: #2849

@aeryz aeryz requested review from a team February 2, 2023 14:43
@aeryz aeryz requested a review from a team as a code owner February 2, 2023 14:43
@KaiserKarel
Copy link
Contributor

@github-actions
Copy link

github-actions bot commented Feb 2, 2023

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

Run the Composable node alone:

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

Spin up a local devnet:

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

Spin up a local XCVM devnet:

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

@github-actions
Copy link

github-actions bot commented Feb 2, 2023

@github-actions
Copy link

github-actions bot commented Feb 2, 2023

Signed-off-by: aeryz <abdullaheryz@protonmail.com>
@aeryz aeryz force-pushed the ss58-addr-XCVM-264 branch from 2af589c to aa09477 Compare February 2, 2023 15:30
@dzmitry-lahoda dzmitry-lahoda self-requested a review February 2, 2023 17:17
@aeryz aeryz requested a review from dzmitry-lahoda February 2, 2023 19:59
g-la-d-os added a commit that referenced this pull request Feb 2, 2023
@g-la-d-os g-la-d-os merged commit 9212087 into ComposableFi:main Feb 2, 2023
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.

6 participants