-
Notifications
You must be signed in to change notification settings - Fork 4
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
Migrate query pkg #247
Merged
Merged
Migrate query pkg #247
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Updating to latest proto deps * consolidate app/view chain params query
* Error propogation fixes * services refactor * async wallet services * Updates
* Query tx info * adding types for transactions * transaction validations * more types * checkpoint * transaction info storing * checkpoint * Finishing up
* Adding transactions proto conversions * in progress * Finished
* Proto re-integration * Constants * compiles * tests * remaining tests * Add custody method
* Adding status stream for dapp * Update ui
* tx page view * Add tx fetching * finished
* clear cahce * delete free methods * create clearCacheHandler * testing clear cache * fix test * format fix --------- Co-authored-by: Vadim <eugene.s@zpoken.ai>
* Add custody service * trying out sendResponse * re-arrange * refactor to packages * In progress * more * finishing touches
* Dapp can send sw message * checkpoint * working * separate import * last
* Rename packages to @penumbra-zone * add transport
* update deps * updating
* Nextjs -> Vite * header beginnings * more * rebased * Dashboard routes done * tx details * send page * save before migration * replace webapp folder * rebuild
* skip trial decryption for fresh wallets * add skip_trial_decrypt * skip trial decryption until wallet creation height * linting * remove log * gabe's suggestions * change block height field to number * changeset * [pairing] review comments --------- Co-authored-by: Gabe Rodriguez <grod220@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Only process txs from relevant txs * changeset * bug fix + refactor identify txs * Review updates
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Save relevate ibc relay tx * changesets * Support ANY parsing w/ registry * review updates * update registry
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* skip price updates at genesis block * handle epoch genesis in block processor * revert some of the changes * changeset * address feedback --------- Co-authored-by: turbocrime <turbocrime@users.noreply.github.com> Co-authored-by: Tal Derei <talderei99@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* concurrent promises * changeset * move subscriber notification after tx * remove await inside indexdb transaction * satisy linter by ignoring promise with void
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
grod220
force-pushed
the
migrate-query-pkg
branch
from
December 3, 2024 09:19
8999bb7
to
e9d1ae7
Compare
JasonMHasperhoven
approved these changes
Dec 3, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Moves from
penumbra-zone/web
given block processing is not something we expect others to consume anytime soon.