This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Use Parity pallet-balances
#8
Comments
I am extremely excited about this code optimization and if it can be implemented. |
There are some account which have staking can not show their balances on https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.darwinia.network#/accounts Might be able to be fixed together with this issue. cc @1022ranji @sxlwar |
This comment has been minimized.
This comment has been minimized.
|
Note:
|
8 tasks
I added this to kanban and maybe good to have it before darwinia-network/darwinia-common#1055 . |
Blocked by
|
#12. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Why we use custom balances: darwinia-network/darwinia#65
We spend too much extra time on this. But the only advantage is that no need to
withdraw
afterunbond
.And we have to maintain all the pallets which used
LockableCurrency
. Also, all the mocks need to be changed to use Account.Furthermore, we can still add an
ExtraLock
to tracking the unbonding timestamp indarwinia-staking
, which could also meet the current requirements.The text was updated successfully, but these errors were encountered: