-
Notifications
You must be signed in to change notification settings - Fork 79
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
Event Stream w/ Context for Coins #358
Draft
just-in-chang
wants to merge
80
commits into
justin/event-stream
Choose a base branch
from
justin/event-stream-context
base: justin/event-stream
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
* making signatures backward compatible * comment * rebase
* handle burn properly for partial burns * rebase * lint * comment
* add workflow to check protobuf compatibility. * add workflow to check protobuf compatibility. * test.
…bdomains (#342) * add fields in ans table to improve expiration date * sync hasura metadata * fix subdomain collection
* Cleanup post processor * Update dockerfile
Signed-off-by: deferdeter <[email protected]>
* coin_processor fix: compile regex once * rust lint fix
* Timeout if grpc request takes too long * Add config var
* Re-index fungible token * Test move script * Schema changes * Comments * on conflict, update * Fix is_fungible_v2 column
* add is_deleted to token datas * lint * comment to avoid confusion * delete works for historical events too * rebase * lint
Co-authored-by: Renee Tso <[email protected]>
* skip writing deprecated tables in default processor * lint * update readme * use bitflags to skip struct parsing * lint * fix directory refac * move flag check to default processor * nin: fix the reorder --------- Co-authored-by: CapCap <[email protected]>
…405) * add untransferable handling for FA and token * add field in objects * add handling for untransferable * roll back fa changes b/c is_frozen isn't affected.
… later (#406) * modify current unified fungible asset balances for migration * fix typo
* parquet processor * rebase and add table_items * update gap detector and clean up unused * lint
…422) ## Testing Run coin and fungible asset processor ![Screenshot 2024-06-24 at 6 37 44 PM](https://github.com/aptos-labs/aptos-indexer-processors/assets/8248583/ba6c92f0-6a4b-4248-94bd-24322dd6600f) ![Screenshot 2024-06-24 at 6 36 28 PM](https://github.com/aptos-labs/aptos-indexer-processors/assets/8248583/1518dcd9-d0b0-4b5b-9f06-baedf00cb972)
* handle payload filtered txns for default processor * remove unused one * lint
just-in-chang
force-pushed
the
justin/event-stream-context
branch
2 times, most recently
from
June 24, 2024 23:54
3a48c32
to
a637d20
Compare
* fix token processor * lint
* fix gap detector to update status * update time
* add sql scripts for table items bq load * add block_timestamp and fix cluster and partition * update table items merge script
just-in-chang
force-pushed
the
justin/event-stream-context
branch
from
June 26, 2024 00:54
a637d20
to
f9e9c30
Compare
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.
No description provided.