fix(governance): special case bravo parsing (#2247)
* fix(governance): special case bravo parsing * fix(governance): explicitly parse U+2018, U+2026 * chore: upgrade ethers to ^5.4.6 Updates parseLog to delay parsing nested properties, so that they will only fail when accessed. * fix(vote): recover from invalid UTF-8 in proposal descriptions * fix(vote): special case bravo proposal newlines * chore: rm dead reference
Showing
... | ... | @@ -75,7 +75,7 @@ |
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-react-hooks": "^4.0.0", | ||
"ethers": "^5.4.0", | ||
"ethers": "^5.4.6", | ||
"graphql": "^15.5.0", | ||
"graphql-request": "^3.4.0", | ||
"inter-ui": "^3.13.1", | ||
... | ... |
Please register or sign in to comment