-
Notifications
You must be signed in to change notification settings - Fork 111
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
entity manager through core on dev #11041
base: main
Are you sure you want to change the base?
Conversation
|
package.json
Outdated
"buf:generate": "buf generate buf.build/alecsavvy/audiusd --include-imports && npm run buf:generate:postinstall", | ||
"buf:generate:postinstall": "cd packages/discovery-provider/src/tasks/core && ./fix-proto-imports.sh", |
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.
generates the grpc code for both relay and python indexer
metadata, | ||
signature, | ||
signer: request.senderAddress, | ||
nonce: BigInt(10) |
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.
TODO: this is actually bytes so switch the grpc to send that
latest_indexed_block_record.is_current = False | ||
session.add(next_em_block_model) | ||
entity_manager_update( | ||
self, | ||
session, | ||
tx_receipts, | ||
block_number=next_em_block, | ||
block_timestamp=block.timestamp.ToSeconds(), | ||
block_hash=block.blockhash, | ||
) |
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.
add block association to core_indexed_blocks
like plays
image: audius/audiusd:dev | ||
restart: unless-stopped | ||
environment: | ||
- useHttpsForSdk="false" |
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.
using make audiusd-dev
to debug
@@ -23,6 +23,8 @@ | |||
"turbo-link": "turbo login && turbo link", | |||
"validate-ci-config": "circleci config pack .circleci/src > .circleci/continue_config.yml && circleci config validate .circleci/continue_config.yml", | |||
"verify": "turbo run verify", | |||
"buf:generate": "buf generate buf.build/audiusd/protocol:as/em-additions --include-imports && npm run buf:generate:postinstall", |
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.
targeting specific branch from audiusd
Description
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration.