-
Notifications
You must be signed in to change notification settings - Fork 161
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
Error: insertRewardStakeAddressAndPool #546
Comments
Weird thing is that restarting Is that because a previous |
Nope, adding a |
I don't really observe that restart fix the issue. After restart it does advance to next epoch but fails with same error. |
@jbgi But the restart seems to have fixed the issue according to the logs from @ArturWieczorek . |
Ok, found something incredibly weird. The rejected address is |
All the stake addresses in the Something really wrong here. |
All inserts in the
and all stake addresses are inserted using:
However, there is a function
So this looks like the wrong |
The
Interestingly, its the first address that should match, but it differs by the leading |
The root cause of this problem is that The real fix is in |
Two possible solutions to this:
|
This is a work around for issue #546. The ledger accepts and allows reward addresses in a pool registration (or re-registration) with an incorrect network tag. When rewards are distributed for that pool it goes to the version of that reward address with the correct network id. The chosen (ie least bad) fix is to correct the reward address network tag in pool registration. Closes: #546
This is a work around for issue #546. The ledger accepts and allows reward addresses in a pool registration (or re-registration) with an incorrect network tag. When rewards are distributed for that pool it goes to the version of that reward address with the correct network id. The chosen (ie least bad) fix is to correct the reward address network tag in pool registration. Closes: #546
This is a work around for issue #546. The ledger accepts and allows reward addresses with an incorrect network tag (ie mainnet/testnet) in a pool registration (or re-registration). HOwever, when rewards are distributed for that pool it goes to the version of that reward address with the correct network id for the current network. The chosen (ie least bad) fix is to correct the reward address network tag in pool registration. Closes: #546
This is a work around for issue #546. The ledger accepts and allows reward addresses with an incorrect network tag (ie mainnet/testnet) in a pool registration (or re-registration). However, when rewards are distributed for that pool it goes to the version of that reward address with the correct network id for the current network. The chosen (ie least bad) fix is to correct the reward address network tag in pool registration. Closes: #546
@jbgi reports on stage net:
Connecting to stagenet:
The text was updated successfully, but these errors were encountered: