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

Experimental features #7

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
b0bda60
Messaging through filesystem (not tested)
nieznanysprawiciel Dec 12, 2020
9d22748
List agreements using Agreement events
nieznanysprawiciel Dec 14, 2020
e0b7174
Update ya-client version
nieznanysprawiciel Dec 14, 2020
0747564
Listing active Agreements
nieznanysprawiciel Dec 14, 2020
b83a021
Acitivity status
nieznanysprawiciel Dec 14, 2020
d63ffe6
Test messaging based on file watcher
nieznanysprawiciel Dec 14, 2020
be513df
Debug batch and activity functionalities
nieznanysprawiciel Dec 16, 2020
c77d635
Save debug info
nieznanysprawiciel Dec 16, 2020
6eaa2ea
Move SGX functionalities to separate file (from activity)
nieznanysprawiciel Dec 18, 2020
cee7330
Add simple transfer functionality to API
nieznanysprawiciel Dec 19, 2020
47354ec
Messeging from Requestor to ExeUnit
nieznanysprawiciel Dec 19, 2020
1f54ae4
MessagingRequestor doesn't consume self while sending
nieznanysprawiciel Dec 19, 2020
1c2830e
Refactor messages
nieznanysprawiciel Dec 20, 2020
395dada
Yarapi compiles with event-api/master on ya-client
nieznanysprawiciel Jan 8, 2021
7c8e73d
Merge with event-api/master
nieznanysprawiciel Jan 25, 2021
b2cf0d2
Increase test timeout
nieznanysprawiciel Jan 25, 2021
1feadf1
Remove experimental features that don't work
nieznanysprawiciel Jan 25, 2021
f34ee6e
Use gftp version from yagna rev
nieznanysprawiciel Jan 27, 2021
645c9a2
Merge branch 'event-api/master' of github.com:golemfactory/yarapi int…
nieznanysprawiciel Jan 27, 2021
5c6670d
Merge branch 'master' of github.com:golemfactory/yarapi into experime…
nieznanysprawiciel Feb 16, 2021
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,3 +1,4 @@
tests/test-workdir/*
target/
.idea
*.iml
Loading