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

Test payment syncs #3288

Merged
merged 23 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f62064f
Restore test_payment_sync
nieznanysprawiciel Aug 7, 2024
75d6500
Merge branch 'test-environment-identity-with-base-gsb-address' of git…
nieznanysprawiciel Aug 9, 2024
ce39e82
Send Accept Invoice to FakePayment
nieznanysprawiciel Aug 9, 2024
af87391
Merge branch 'master' into test-payment-sync
nieznanysprawiciel Aug 9, 2024
83106c2
FakePayment - override GSB bindings and message channel
nieznanysprawiciel Aug 9, 2024
c4239c3
Document GSB message capture channels in tutorial
nieznanysprawiciel Aug 9, 2024
f3c64c1
Payments test env: breaking network; Test payment sync
nieznanysprawiciel Sep 2, 2024
934a0e6
Fix unit tests
nieznanysprawiciel Sep 3, 2024
03992b3
Test Payment confirmation sync delivery
nieznanysprawiciel Sep 3, 2024
9a3cef2
Fix payment sync identites loop. Fix test
nieznanysprawiciel Sep 3, 2024
fba48bc
Send payment confirmation per owner id
nieznanysprawiciel Sep 4, 2024
d938e7f
Test payment sync with fallback mechanism
nieznanysprawiciel Sep 4, 2024
88a39f8
Test delayed invoice acceptance; Send acceptance event if status is S…
nieznanysprawiciel Sep 4, 2024
0392764
Payment confirmation (not sync) checks if endpoint is avaiable the sa…
nieznanysprawiciel Sep 4, 2024
d66b31e
Test delayed DebitNotes acceptance
nieznanysprawiciel Sep 4, 2024
1445136
Merge branch 'master' of github.com:golemfactory/yagna into test-paym…
nieznanysprawiciel Sep 5, 2024
d8dff86
Fix inability to update ya-client{-model} to newer version dues to co…
nieznanysprawiciel Sep 5, 2024
c12fee9
Test payment signature (in middle of the work)
nieznanysprawiciel Sep 5, 2024
bcb1399
Merge branch 'master' into test-payment-sync
nieznanysprawiciel Sep 5, 2024
e3eca36
Test payment signatures (different rejection scenarios); Introduce Si…
nieznanysprawiciel Sep 5, 2024
4f0348d
Use Signable trait to handle signatures using single code
nieznanysprawiciel Sep 5, 2024
02cd9f6
Fix SGX tests and clippy
nieznanysprawiciel Sep 6, 2024
268eb79
Merge branch 'master' of github.com:golemfactory/yagna into test-paym…
nieznanysprawiciel Sep 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by Cargo
# will have compiled files and executables
/target/
.target/

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading
Loading