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.Req] Integrate TAP Agent with gateway registry contract #94

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

[Feat.Req] Integrate TAP Agent with gateway registry contract #94

aasseman opened this issue Nov 14, 2023 · 0 comments
Labels
p1 High priority size:medium Medium type:feature New or enhanced functionality

Comments

@aasseman
Copy link
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 High priority size:medium Medium type:feature New or enhanced functionality
Projects
None yet
Development

No branches or pull requests

1 participant