Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
⬆️ ✨ Upgrade acapy 1.0.0 #990
⬆️ ✨ Upgrade acapy 1.0.0 #990
Changes from all commits
68ce378
4e77cda
1f244ef
8d312e4
1d2489f
d6bdef6
dacc93e
f8c7a97
37ae88e
2d886e5
7fd7639
2b2ade1
b0e83cc
369f09c
11efbcc
229cbe6
6b10bac
2b9085d
108d197
1b0f224
4c7a61f
2f4288b
8e29dcf
61186cf
af68326
a0727a9
c48a306
ca1baed
53e1d47
085d559
b0ea761
dc95f22
ac4785a
74b79cf
6abc911
bf839bb
5c1e9de
e58d51e
df44008
ca86717
8ebe90f
b5712ea
2ef35f9
9b675d5
aee541b
de8e0fd
8deb360
bc72ea2
e2064b5
0fd6d36
8715e5c
8f62f12
4e95582
ba5be90
56788bf
55401c1
0d8e958
dce8564
9ac9488
4c8511e
fc169a3
5e19c4c
6ff7db8
c58ed3b
68c0ddc
ea7228e
ca5b73a
c2503cc
615d380
c90355c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor note: this isn't actually a List[TransactionRecord]. It's a List[Dict[str,Any]], which has same shape as List[TransactionRecord]. Point being that the pydantic model doesn't have a .get method. So the type hint makes it seem like
txn.get
will error. So, for clarity we can just set the type hint to list of dict, and comment that it's list transactionrecordLarge diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm ... looks like we need to now endorse a potential list of transaction ids? Here we're just taking the first one
Check failure on line 1 in app/tests/e2e/issuer/test_indy_credentials.py
test_indy_credentials.test_send_credential[clean-clean-clean-clean-clean-v1]
Raw output
Check failure on line 1 in app/tests/e2e/issuer/test_indy_credentials.py
test_indy_credentials.test_send_credential[clean-clean-clean-clean-clean-v2]
Raw output
Check failure on line 1 in app/tests/e2e/issuer/test_indy_credentials.py
test_indy_credentials.test_send_credential_request[clean-clean-clean-clean-clean-v1]
Raw output
Check failure on line 1 in app/tests/e2e/issuer/test_indy_credentials.py
test_indy_credentials.test_send_credential_request[clean-clean-clean-clean-clean-v2]
Raw output
Check failure on line 1 in app/tests/e2e/issuer/test_indy_credentials.py
test_indy_credentials.test_revoke_credential[clean-clean-clean-clean-clean-v1]
Raw output
Check failure on line 73 in app/tests/e2e/issuer/test_indy_credentials.py
test_indy_credentials.test_send_credential_oob[clean-clean-clean-clean-v1]
Raw output
Check failure on line 73 in app/tests/e2e/issuer/test_indy_credentials.py
test_indy_credentials.test_send_credential_oob[clean-clean-clean-clean-v2]
Raw output
Check failure on line 163 in app/tests/e2e/issuer/test_indy_credentials.py
test_indy_credentials.test_create_offer[clean-clean-clean-v1]
Raw output
Check failure on line 163 in app/tests/e2e/issuer/test_indy_credentials.py
test_indy_credentials.test_create_offer[clean-clean-clean-v2]
Raw output