-
Notifications
You must be signed in to change notification settings - Fork 275
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
DAI is not visible in Finance app after update #734
Labels
Comments
sohkai
added a commit
to aragon/aragon-apps
that referenced
this issue
Apr 18, 2019
Fixes aragon/client#734. With aragon/aragon.js#277 we now get the actual errors back from the RPC when a call goes wrong (e.g. naive `token.symbol()` on DAI) and we need to handle these explicitly. This PR converts a lot of the token fallback-related bits into simpler Promise-based code and adds explicit handlers for their error cases.
nickhabets
added a commit
to nickhabets/aragon
that referenced
this issue
Dec 29, 2020
Fixes aragon/client#734. With aragon/aragon.js#277 we now get the actual errors back from the RPC when a call goes wrong (e.g. naive `token.symbol()` on DAI) and we need to handle these explicitly. This PR converts a lot of the token fallback-related bits into simpler Promise-based code and adds explicit handlers for their error cases.
nickhabets
pushed a commit
to nickhabets/aragon
that referenced
this issue
Dec 29, 2020
Fixes aragon/client#734. With aragon/aragon.js#277 we now get the actual errors back from the RPC when a call goes wrong (e.g. naive `token.symbol()` on DAI) and we need to handle these explicitly. This PR converts a lot of the token fallback-related bits into simpler Promise-based code and adds explicit handlers for their error cases.
ramilexe
pushed a commit
to ConsiderItDone/aragon-apps
that referenced
this issue
Dec 9, 2021
Fixes aragon/client#734. With aragon/aragon.js#277 we now get the actual errors back from the RPC when a call goes wrong (e.g. naive `token.symbol()` on DAI) and we need to handle these explicitly. This PR converts a lot of the token fallback-related bits into simpler Promise-based code and adds explicit handlers for their error cases.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I just upgraded the Finance app of my mainnet organization and the DAI that is in my Vault is not showing up in the Finance app, even though it still appears in the Vault on a block explorer.
Mainnet or testnet?
Mainnet
Organization
https://mainnet.aragon.org/#/oncommunity.aragonid.eth/0x68db69930aefb0277384865ae92c2cd1acc87145
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the DAI to still be there
Additional context
https://forum.aragon.org/t/vault-doesnt-display-previously-deposited-erc20-dai-after-0-7-upgrade/845
The text was updated successfully, but these errors were encountered: