-
Notifications
You must be signed in to change notification settings - Fork 2
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
CSUB-536: re-added staking pools #107
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am having troubles joining a pool from a second account.
-
Using ATODOROV NOMINATOR I create a pool and stake 100k with it. The pool becomes active and nominates both Alice and Bob as validators.
-
Then as N02 I select to join the existing pool and select maximum stake ~ 300 CTC. Transaction is submitted and shortly after it is included in a block. The only thing I see in Polkadot JS apps is utility.BatchInterrupted error:
If I select a smaller amount, e.g. 200 CTC then I get "Transaction was initiated: Pending" notification and nothing else afterwards. I can keep doing this over and over but can't join the existing pool.
Has an era passed and are you running with fast runtime? |
Let me double check all the commits that have to do with removing pools and
see if I forgot to wire anything back together. It should all be enabled on
the rust side right?
…On Thu, Oct 5, 2023 at 8:14 AM Alexander Todorov ***@***.***> wrote:
@atodorov <https://github.com/atodorov>
Has an era passed
Yes.
and are you running with fast runtime?
Yes
I recreated my scenario from scratch. Upon creating the pool I also see
this:
[image: image]
<https://user-images.githubusercontent.com/1002300/272895939-395559f1-8183-4e1b-b010-2c6f13b3880e.png>
however the pool is created just fine.
—
Reply to this email directly, view it on GitHub
<#107 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAROT3K26EZFWO6S3D3RICLX52QDVAVCNFSM6AAAAAA5S5B64WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBYG43TCNBSGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the patch from gluwa/creditcoin#1379 I can create pools via Staking Dashboard, wait for an era to pass and the pool becomes inactive. Validators backed by the pool start displaying "Other stake".
As another nominator account I can join the existing pool and after 1 era has elapsed I see that "Other stake" for validators has been updated to reflect the new amount of CTC in the pool.
Superseded by #108 which will become the latest |
Creditcoin 3 development has moved into https://github.com/gluwa/creditcoin3-staking-dashboard so reopening this PR which is still needed for Creditcoin 2. |
No description provided.