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

Market decentralized - database models #269

Merged
merged 25 commits into from
Jun 4, 2020
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b1662df
Add database most important tables
nieznanysprawiciel May 6, 2020
de3be45
Insert offer to database
nieznanysprawiciel May 20, 2020
9809678
[Test] Check market state after subscribing offer
nieznanysprawiciel May 20, 2020
6d5bbe7
Unsubscribe offer
nieznanysprawiciel May 21, 2020
dfe14a0
[Test] Add check on not existing subsctiption id
nieznanysprawiciel May 21, 2020
bf4d731
Subscribe demand and unsubscribe [+Test]
nieznanysprawiciel May 21, 2020
98c189d
Add http endpoints
nieznanysprawiciel May 22, 2020
2701327
Decentralized market running instruction
nieznanysprawiciel May 25, 2020
fd6c148
SubscriptionId consists of random part and offer/demand hash
nieznanysprawiciel May 25, 2020
30edee1
rebased on service-ctx-sep-dbs
tworec May 25, 2020
723b88b
Add timestamps to Offer/Demand
nieznanysprawiciel May 27, 2020
84577c1
Merge branch 'master' of github.com:golemfactory/yagna into market-de…
nieznanysprawiciel May 27, 2020
7616d77
Cargo fmt
nieznanysprawiciel May 27, 2020
c0c501e
Merge branch 'master' into market-decentralized/db-models
tworec May 27, 2020
6fb8401
Offer/Demand - validating incoming subscription id hash [+Test]
nieznanysprawiciel May 26, 2020
0d91882
remove unwanted tomls
tworec Jun 2, 2020
9103138
Apply review requested changes
nieznanysprawiciel Jun 2, 2020
957e8ce
Merge branch 'master' of github.com:golemfactory/yagna into market-de…
nieznanysprawiciel Jun 2, 2020
69b9486
Review changes: Add hardcoded expiration time; Chnage terminate_agree…
nieznanysprawiciel Jun 3, 2020
fb4fc12
Added Offer/Demand timestamp of adding record to database
nieznanysprawiciel Jun 3, 2020
b57031d
Cargo fmt
nieznanysprawiciel Jun 3, 2020
19f0352
insertion_ts instead of modification_ts
nieznanysprawiciel Jun 3, 2020
2264d56
[mkt-matcher] error simplify
tworec Jun 3, 2020
989d4ee
Merge master
nieznanysprawiciel Jun 4, 2020
5db3197
Merge branch 'market-decentralized/db-models' of github.com:golemfact…
nieznanysprawiciel Jun 4, 2020
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
5 changes: 5 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[build]
rustflags = ["-C", "target-feature=+crt-static"]


[cargo-new]
name = "Golem Factory"
email = "contact@golem.network"
Loading