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

Multi-ledger/Multi-tenant issues #2022

Merged
merged 12 commits into from
Nov 24, 2022
Merged

Conversation

ianco
Copy link
Contributor

@ianco ianco commented Nov 22, 2022

Signed-off-by: Ian Costanzo [email protected]

Addresses issues: #2002 and #1989

Also fixes a couple of bugs in the alice/faber demo when running multi/multi

Signed-off-by: Ian Costanzo <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Nov 22, 2022

Codecov Report

Merging #2022 (53b413b) into main (75c057e) will decrease coverage by 0.02%.
The diff coverage is 40.90%.

@@            Coverage Diff             @@
##             main    #2022      +/-   ##
==========================================
- Coverage   93.51%   93.49%   -0.03%     
==========================================
  Files         539      539              
  Lines       34625    34637      +12     
==========================================
+ Hits        32380    32383       +3     
- Misses       2245     2254       +9     

@ianco ianco requested a review from shaangill025 November 23, 2022 01:16
@ianco ianco changed the title Multi-ledger issues WIP Multi-ledger/Multi-tenant issues Nov 23, 2022
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
shaangill025 and others added 5 commits November 23, 2022 10:50
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@ianco ianco marked this pull request as ready for review November 24, 2022 00:24
@@ -144,7 +144,6 @@ async def setup(self):
self.root_profile.BACKEND_NAME == "askar"
and ledger.BACKEND_NAME == "indy-vdr"
):
context.injector.bind_instance(BaseLedger, ledger)
context.injector.bind_provider(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me, it is working even with context.injector.bind_instance(BaseLedger, ledger) included.

@ianco ianco merged commit fb6c69c into openwallet-foundation:main Nov 24, 2022
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.

3 participants