Closed GopherJ closed 3 years ago
pls ensure all the following packages are latest ones
When you reboot the docker-compose, you should purge the volume.
docker-compose down --remove-orphans
docker network prune
docker volume prune
heiko-dev.zip @yz89 here the updated package with logs for stake-relay.
I'm also building a new relaychain image which set 1era to 1 minute
@alannotnerd our faucet-account: 5HHMY7e8UAqR5ZaHGaQnRW5EDR8dP7QpAyjeBu6V7vdXxxbf
@yz89 I think you can add Alice
Bob
manually, because the latest parallelfinance/parallel-dapp:testnet
is using the same frontend with https://testnet.parallel.fi, it's a production environment so there is no Alice
Bob
, but the advantage is that this docker image will always be updated
Description
Expected behaviour
when user stakes, the staked token should be upward transferred to a multi-sig account in relaychain and should be used to nominate some validators
when user unstake, then bonded tokens should be unbonded and withdrawn to parachain address then give back to user
Current behaviour
Reproduce steps
docker-compose up -d --build
, wait until every service works correctly (no restarting containers)docker logs -f
on the stake-para-alice container//Eve
Bob_Stash
to stake some tokens5DjYJStmdZ2rcqXbXGX7TW85JsrW6uG4y9MUcLq2BoPMpRA7
's balance, if you stake 100, it should has 99.xx5DjYJStmdZ2rcqXbXGX7TW85JsrW6uG4y9MUcLq2BoPMpRA7
nominated some validatorsBob_Stash
to unstake some tokens like 50AccountProcessingUnstake
5DjYJStmdZ2rcqXbXGX7TW85JsrW6uG4y9MUcLq2BoPMpRA7
address5DjYJStmdZ2rcqXbXGX7TW85JsrW6uG4y9MUcLq2BoPMpRA7
account, check if it'll finally be cross chain transferred to5EYCAe5iie3Jms55YSqwGAx8H5Yj4Xv84tWYmdbm1sB1EwtZ
in parachainKSM
will be given back toBob_stash
after that