Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
fix(governance): special case bravo parsing (#2247)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
zzmp authored Aug 31, 2021
1 parent 299286a commit 9e8d08e
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 93 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
27 changes: 0 additions & 27 deletions src/constants/proposals/bravo_proposal_description.ts

This file was deleted.

Loading

0 comments on commit 9e8d08e

Please sign in to comment.