-
Notifications
You must be signed in to change notification settings - Fork 23
Curio Snark Marketplace #484
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
base: main
Are you sure you want to change the base?
Conversation
lib/proofsvc/tos/privacy.txt
Outdated
| Category | Examples | Purpose | Legal basis (GDPR Art. 6) | Retention | | ||
|----------|----------|---------|---------------------------|-----------| | ||
| **On‑chain data (public)** | Client/provider actor IDs, voucher amounts, nonces, cumulative FIL, service‑fee amounts, L2 block headers & metadata | Provide marketplace, ensure transparency & anti‑fraud | Art. 6 (1)(b) (contract) | Permanent; published to Filecoin L1 & our L2 | | ||
| **Service logs** | IP addresses, timestamps, HTTP headers, endpoints, error traces | Security monitoring, rate‑limiting, analytics | Art. 6 (1)(f) (legitimate interest) | 30 days raw logs; aggregated stats up to 12 months | |
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.
what is:
Art. 6 (1)(f) (legitimate interest)
?
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.
https://gdpr-info.eu/art-6-gdpr/
processing is necessary for the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child.
Co-authored-by: Andrew Jackson (Ajax) <snadrus@gmail.com>
// TODO TMRW: | ||
// * Task display with correct restart in the UI | ||
// * Return unconsumed-by-service payments to not block the nonce |
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.
// TODO TMRW: | |
// * Task display with correct restart in the UI | |
// * Return unconsumed-by-service payments to not block the nonce |
Not yet in the final form, some data structures might still change, especially some details around payments.
Todo: