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

Various improvements and changes to support ASPA in the RTR server. #252

Merged
merged 6 commits into from
Apr 14, 2023

Conversation

partim
Copy link
Member

@partim partim commented Apr 12, 2023

This PR includes a number of improvements and changes, some breaking, to support ASPA in the RTR server.

Most importantly, it introduces a new dedicated type for references to any type of RTR payload, PayloadRef, rather than using &Payload, so a reference can be generated from a reference to a distinct payload type. The server traits now use this new type to refer to payload.

This is a breaking change.

@partim partim requested review from DRiKE and timbru April 12, 2023 11:00
src/repository/resources/asres.rs Outdated Show resolved Hide resolved
@partim partim merged commit c9d485a into main Apr 14, 2023
@partim partim deleted the aspa-payload branch April 14, 2023 09:41
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.

2 participants