From 5f602ab8f8738e24eaf132ef029165315ed70efa Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Wed, 7 Feb 2024 14:57:36 +0000 Subject: [PATCH] Add federation coordinator est. date and hard limits --- frontend/src/models/Coordinator.model.ts | 4 ++++ frontend/static/federation.json | 14 +++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/frontend/src/models/Coordinator.model.ts b/frontend/src/models/Coordinator.model.ts index d8eadd07..bafbc5d2 100644 --- a/frontend/src/models/Coordinator.model.ts +++ b/frontend/src/models/Coordinator.model.ts @@ -81,6 +81,8 @@ export class Coordinator { this.description = value.description; this.motto = value.motto; this.color = value.color; + this.size_limit = value.size_limit; + this.established = value.established; this.policies = value.policies; this.contact = value.contact; this.badges = value.badges; @@ -99,6 +101,8 @@ export class Coordinator { public description: string; public motto: string; public color: string; + public size_limit: number; + public established: string; public policies: Record = {}; public contact: Contact | undefined; public badges: Badges; diff --git a/frontend/static/federation.json b/frontend/static/federation.json index 473a76ec..8517b2f5 100644 --- a/frontend/static/federation.json +++ b/frontend/static/federation.json @@ -5,6 +5,8 @@ "description": "RoboSats node for development and experimentation. This is the original RoboSats coordinator operated by the RoboSats devs since 2022.", "motto": "Original Robohost. P2P FTW!", "color": "#1976d2", + "established": "2022-03-01", + "size_limit": 0, "contact": { "email": "robosats@protonmail.com", "telegram": "robosats", @@ -47,6 +49,8 @@ "description": "I am passionate about joining Robosats as a coordinator because I believe that peer-to-peer, non-KYC Bitcoin transactions are vital for the community's empowerment and autonomy. I aim to champion users' privacy, and provide a seamless experience for genuine Bitcoin enthusiasts.", "motto": "Privacy and Integrity: Temple of Sats, where Bitcoin's essence thrives.", "color": "#000", + "established": "2023-12-02", + "size_limit": 0, "contact": { "email": "cosmos178ftmm4edlahqzj376gwgqzd9re5x0x9h0tfsc@keplr.xyz", "telegram": "venividivici_fr", @@ -61,7 +65,7 @@ "donatesToDevFund": 30, "hasGoodOpSec": true, "robotsLove": false, - "hasLargeLimits": false + "hasLargeLimits": true }, "policies": { "Evidence in Disputes": "In the event of a dispute, users will be asked to provide transaction-related evidence. This could include transaction IDs, screenshots of payment confirmations, or other pertinent transaction records. Personal information or unrelated transaction details should be redacted to maintain privacy.", @@ -90,6 +94,8 @@ "description": "I'm happy to be part of Robosats in so many ways!", "motto": "btc = ɔʇq", "color": "#329239", + "established": "2023-12-02", + "size_limit": 0, "contact": { "email": "info@satstralia.com", "telegram": "satstralia", @@ -105,7 +111,7 @@ "donatesToDevFund": 33, "hasGoodOpSec": true, "robotsLove": false, - "hasLargeLimits": false + "hasLargeLimits": true }, "policies": { "Privacy Policy 1": "Evidence in Disputes: In the event of a dispute, users will be asked to provide transaction-related evidence. This could include transaction IDs, screenshots of payment confirmations, or other pertinent transaction records. Personal information or unrelated transaction details should be redacted to maintain privacy.", @@ -134,6 +140,8 @@ "description": "Becoming a RoboSats coordinator represents boosting intrinsic values of decentralization and economic freedom. RoboSats solves the problem of KYC and loss of privacy that big Exchanges are forced to comply with. I believe that decentralizing the lightning nodes will enhance the robustness of the tool, allowing more users to join. I am excited to be part of this new phase of growth.", "motto": "TheBigLake: The Lake of Economic Freedom.", "color": "#000D28", + "established": "2023-12-30", + "size_limit": 0, "contact": { "email": "gabbygator184@proton.me", "telegram": "gabbygator184", @@ -148,7 +156,7 @@ "donatesToDevFund": 30, "hasGoodOpSec": true, "robotsLove": false, - "hasLargeLimits": false + "hasLargeLimits": true }, "policies": { "Privacy Policy 1": "Evidence in Disputes: In the event of a dispute, users will be asked to provide transaction-related evidence. This could include transaction IDs, screenshots of payment confirmations, or other pertinent transaction records. Personal information or unrelated transaction details should be redacted to maintain privacy.",