-
Notifications
You must be signed in to change notification settings - Fork 12
errors about RUN value descripencies & non-valid payments when opening up a vault #47
Comments
Following up on this after successfully opening a vault via docker instance. I happened to have docker-compose printing out logs when using the dapp. When running via docker, it doesn't print the other error involving the values that I get while running
|
Thanks for reporting this, this seems to be related to #48. Could you confirm if this is fixed now for you? |
np @samsiegart I can confirm that it's working as expected now 👍 thanks for linking to that issue as well edit happened to inspect the logs and noticed that the following error is still printing out in my console. Error#3: "[Alleged: BLD payment]" was not a live payment for brand "[Alleged: BLD brand]" . It could be a used-up payment, a payment for another brand, or it might not be a payment at all.
Error: (an object) was not a live payment for brand (an object). It could be a used-up payment, a payment for another brand, or it might not be a payment at all. again, the ability to open up a vault is no longer broken, but felt it worth adding in here |
@samsiegart to investigate if this is a dup. |
Looks like this lingering error is not the same as Agoric/agoric-sdk#3982, needs more investigation |
@samsiegart is this still an issue or a dup? |
It's not a dup, but also not RC0 |
Describe the bug
Can't successfully open up a vault within the dapp-treasury UI. Below is a video showing a group of failed vaults and the error message they provide. Whereas the UI error messages state that the following:
The "value" properties above don't match up, and this is currently the behavior i'm always experiencing. I'm not sure if it has to do with the RUN fees but the difference between each "value" is extremely small which leads me to think that this might have something to do with it. For example, the difference in the BigInt values above is1.007n.
Inspecting the stack trace led me to finding a different error, further down than the error above, in which my local chain fails to validate the payment for opening a vault.
To Reproduce
Steps to reproduce the behavior:
ui/use-on-chain-config.js
properties.Expected behavior
The treasury dapp should recognize that the payments are valid live payments and that the values embedded within these payments are correct.
Platform Environment
git describe --tags --always
): @agoric/[email protected]Screenshots
dapp-treasury.payment.issue.mp4
The text was updated successfully, but these errors were encountered: