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

Integrate TAP Agent with gateway registry contract #94

Open
aasseman opened this issue Nov 14, 2023 · 0 comments
Open

Integrate TAP Agent with gateway registry contract #94

aasseman opened this issue Nov 14, 2023 · 0 comments
Labels
p3 Low priority pgk:tap-agent repo:indexer-rs type:feature New or enhanced functionality type:spike Additional research required

Comments

@aasseman
Copy link
Contributor

Problem statement
Currently the TAP Agent relies on a user-provided list of sender addresses with corresponding TAP aggregator endpoint URLs. This is a stopgap solution for integration testing.

Expectation proposal
Once the gateway registry contract is implemented (TBD), TAP Agent will be modified to get the TAP aggregator endpoint URLs from there.

Alternative considerations
A clear and concise description of any alternative solutions or features you've considered.

Additional context

// TODO: replace with a proper implementation once the gateway registry contract is ready
let sender_aggregator_endpoints = aggregator_endpoints::load_aggregator_endpoints(
config.tap.sender_aggregator_endpoints_file.clone(),
);

@aasseman aasseman added size:medium Medium p1 High priority type:feature New or enhanced functionality meta:awaiting-triage Awaiting Triage labels Nov 14, 2023
@aasseman aasseman added this to the TAP Agent ready for prod milestone Nov 14, 2023
@aasseman aasseman self-assigned this Nov 14, 2023
@aasseman aasseman removed the meta:awaiting-triage Awaiting Triage label Nov 14, 2023
@aasseman aasseman removed their assignment Nov 14, 2023
@aasseman aasseman added p2 Medium priority and removed p1 High priority labels Jul 3, 2024
@gusinacio gusinacio added p3 Low priority and removed p2 Medium priority labels Sep 20, 2024
@gusinacio gusinacio added the type:spike Additional research required label Oct 15, 2024 — with Linear
@gusinacio gusinacio removed the size:medium Medium label Oct 15, 2024
@gusinacio gusinacio changed the title [Feat.Req] Integrate TAP Agent with gateway registry contract Integrate TAP Agent with gateway registry contract Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p3 Low priority pgk:tap-agent repo:indexer-rs type:feature New or enhanced functionality type:spike Additional research required
Projects
None yet
Development

No branches or pull requests

2 participants