-
Notifications
You must be signed in to change notification settings - Fork 145
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
Add The Federation Layer #601
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 tasks
Reckless-Satoshi
force-pushed
the
the-federation-layer-v0.5.0
branch
5 times, most recently
from
May 25, 2023 10:38
08efdd5
to
b1fa15d
Compare
Reckless-Satoshi
force-pushed
the
the-federation-layer-v0.5.0
branch
from
May 26, 2023 10:43
b1fa15d
to
7076ff6
Compare
Reckless-Satoshi
force-pushed
the
the-federation-layer-v0.5.0
branch
from
May 26, 2023 13:04
7076ff6
to
789f1cc
Compare
Reckless-Satoshi
force-pushed
the
main
branch
7 times, most recently
from
May 29, 2023 18:23
7a4c163
to
f3a7701
Compare
Reckless-Satoshi
force-pushed
the
the-federation-layer-v0.5.0
branch
2 times, most recently
from
June 6, 2023 11:15
0487e6f
to
024a514
Compare
Reckless-Satoshi
force-pushed
the
the-federation-layer-v0.5.0
branch
3 times, most recently
from
July 27, 2023 13:01
5cfaa18
to
04d253a
Compare
Reckless-Satoshi
force-pushed
the
the-federation-layer-v0.5.0
branch
7 times, most recently
from
August 13, 2023 14:01
799de0e
to
5c1da7e
Compare
Reckless-Satoshi
force-pushed
the
the-federation-layer-v0.5.0
branch
2 times, most recently
from
August 17, 2023 11:51
96ebe99
to
f5fe224
Compare
* Add new coordinator entry issue form * Add Federation basis
* Squash and rebase the-federation-layer over main v0.5.0 * Refactor fetchRobot for multi-coordinator set up * Add RobotInfo per coordinator * Small cosmetic fixes
* Fix lint errors * Fix more linting issues * Fix more linting issues * Fix more linting issues * Fix more linting issues * Fix more linting issues * Fix more linting issues * Fix more linting issues * Fix more linting issues * Fix more linting issues * Fix more linting issues * Fix more linting issues, only 1 left * Last fix
Reckless-Satoshi
force-pushed
the
the-federation-layer-v0.5.0
branch
from
September 25, 2023 11:25
79d5d9a
to
32f93c2
Compare
28 tasks
Closing, follow up on v0.6.0 PR #922 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
follow up of #380. This PR squashes and rebases over main the-federation-layer branch
All API pre-requisites are already merged in Main. This PR contains only frontend changes
What does this PR do?
This PR brings to main the experimental fork The Federation Layer. We will keep it open as a draft for some time to track progress. We will certainly keep it away from main until well tested with a bunch of Testnet voluntary coordinators.
For context read the Issue where the RoboSats Federation concept was introduced #228
Tasks towards RoboSats Federation Minimum Viable Product:
Frontend:
static/federation.json
the list of RoboSats coordinators and their.onion
addresses.api/usergen/
request (so that Robot / Avatar / Token hash / PGP pubkey and encPrivKey exists as well on the coordinator's database). EDIT: new middleware will generate robots in the fly if auth token (SHA256(robot_token)) does not exist. New endpoint "Robot" to fetch existing robot nickname, pubkey, etc./order/
API requests will be made to that order's coordinator.onion
address.static/federation.json
....robosats.onion/order/coordinator_shortname/21
Backend:
compute_trade_proceeds()
on each trade finished. Implement Keysend feature for Dev donations.Other:
FEDERATION.md
base guide/ruleset document.