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

feature/inbound-transport-profile #1407

Merged
merged 6 commits into from
Sep 10, 2021

Conversation

burdettadam
Copy link
Contributor

When implementing a custom inbound transport there is no way to access settings through the profile. This PR adds a root profile to the BaseInboundTransport class that allows custom implemented inbound transports access to the profile provided to InboundTransportManager.

main changes:

  • transport/inbound/base.py, now has a root_profile attribute.
  • transport/inbound/manager.py, passes profile into register_transport

@codecov-commenter
Copy link

codecov-commenter commented Sep 9, 2021

Codecov Report

Merging #1407 (494ea8d) into main (31580f8) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1407   +/-   ##
=======================================
  Coverage   95.31%   95.31%           
=======================================
  Files         482      482           
  Lines       29121    29123    +2     
=======================================
+ Hits        27758    27760    +2     
  Misses       1363     1363           

@andrewwhitehead andrewwhitehead merged commit 66b1be2 into openwallet-foundation:main Sep 10, 2021
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.

4 participants