Skip to content
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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

entity manager through core on dev #11041

wants to merge 9 commits into from

Conversation

alecsavvy
Copy link
Contributor

Description

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration.

Copy link

changeset-bot bot commented Jan 14, 2025

⚠️ No Changeset found

Latest commit: 2b399e3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

package.json Outdated
Comment on lines 29 to 30
"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",
Copy link
Contributor Author

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)
Copy link
Contributor Author

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

Comment on lines +281 to +290
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,
)
Copy link
Contributor Author

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

Comment on lines +4 to +7
image: audius/audiusd:dev
restart: unless-stopped
environment:
- useHttpsForSdk="false"
Copy link
Contributor Author

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",
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants