Skip to content

Commit

Permalink
Merge pull request #94 from penumbra-zone/swap-action-views
Browse files Browse the repository at this point in the history
Adds `SwapView`, `SwapClaimView`, and `DelegatorVoteView` top-level ActionView components, the components for their field message types (`NoteView`, `ValueView`, `BatchSwapOutputData`, etc), and getters for extracting them from their deserialized form.
  • Loading branch information
ejmg authored Apr 30, 2024
2 parents 0557d7a + 37bd8bb commit 3849270
Show file tree
Hide file tree
Showing 10 changed files with 871 additions and 224 deletions.
138 changes: 93 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"dependencies": {
"@buf/cometbft_cometbft.bufbuild_es": "^1.8.0-20240312114316-c0d3497e35d6.2",
"@buf/cosmos_ibc.bufbuild_es": "^1.8.0-20240215124455-b32ecf3ebbcb.2",
"@buf/penumbra-zone_penumbra.bufbuild_es": "^1.8.0-20240313211643-35db357c277d.2",
"@buf/penumbra-zone_penumbra.bufbuild_es": "^1.9.0-20240426013425-8bd0992b1afd.1",
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect": "^1.1.3",
"@microlink/react-json-view": "^1.23.0",
"@penumbra-zone/getters": "^2.0.0",
"@penumbra-zone/types": "^2.0.0",
"@prisma/client": "^5.4.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
Expand Down
Loading

0 comments on commit 3849270

Please sign in to comment.