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

feat: add agent hashes, support all mechs from legacy factories #4

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

Conversation

Tanya-atatakai
Copy link
Collaborator

@Tanya-atatakai Tanya-atatakai commented Oct 24, 2024

  1. support old agent factories to track more mechs
  2. make it so mech contract (request/deliver events) is tracked automatically from createMech event
  3. implement mech agent entity with latest agent hash and agent id

this query can be used to retrieve the latest hash

{
  mechAgents {
    id // agent number, e.g. 1, 2
    mech // mech address
    agentHash // latest agent hash
  }
}

@Tanya-atatakai Tanya-atatakai changed the title feat: add hashes feat: add agent hashes, support all mechs from legacy factories Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant