-
Notifications
You must be signed in to change notification settings - Fork 20
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
Dependency bump for diesel 2.2 and diesel-async 0.5 #97
Conversation
parquet_gap_detection_batch_size: 50, | ||
pb_channel_txn_chunk_size: 100_000, | ||
per_table_chunk_sizes: Default::default(), | ||
transaction_filter: Default::default(), | ||
grpc_response_item_timeout_in_secs: 10, | ||
transaction_filter: Default::default(), | ||
deprecated_tables: Default::default(), | ||
default_sleep_time_between_request: | ||
IndexerGrpcProcessorConfig::default_sleep_time_between_request(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check if the added default field values are sensible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, these are sensible.
This pulls in a newer revision of aptos-indexer-processors, which requires adaptation in local_testnet CLI.
efbd713
to
1e3d3db
Compare
I'm not familiar with the |
I have no idea, just bumped the versions and all seems to build like before. Perhaps the library that uses |
A step to fixing https://github.com/movementlabsxyz/movement/security/dependabot/12
Requires movementlabsxyz/aptos-indexer-processors#5
Description
Bump diesel to 2.2 and diesel-async to 0.5
Type of Change
Which Components or Systems Does This Change Impact?
How Has This Been Tested?
CI tests should pass
Key Areas to Review
This pulls in a newer revision of aptos-indexer-processors, which required adaptation in local_testnet CLI.