Skip to content

Update match-maker-client.js#125

Draft
sevenbitbyte wants to merge 31 commits into
masterfrom
billing-checkout-client
Draft

Update match-maker-client.js#125
sevenbitbyte wants to merge 31 commits into
masterfrom
billing-checkout-client

Conversation

@sevenbitbyte

@sevenbitbyte sevenbitbyte commented Mar 25, 2026

Copy link
Copy Markdown
Member

Issues resolved:

Comment thread src/party/peer/match-maker-client.js Outdated
@sevenbitbyte

Copy link
Copy Markdown
Member Author

Package

  • built service / scheme
  • static files [ ]
  • version / name / author
  • settings
  • signature

StaticFile

  • storage
  • type (local/s3)
  • url
  • version/id/author
  • signature

Service

  • package (by name, author, version, sighash ...)
  • config
  • domain
  • prefix
  • staticOverrides [ ]

Comment thread src/service/middleware/pre/ephemeral-session.js
Comment thread src/service/schema/session-key.js
Comment thread src/service/schema/public-key.js
@@ -0,0 +1,86 @@
const debug = require('debug')('dataparty.task.cleanup-ephemeral-sessions')

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to src/service/tasks

Comment thread src/venue/auth.js
@@ -1,6 +1,7 @@
const debug = require('debug')('dataparty.auth.venue-auth')

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to src/service/auth/admin_only-auth.js

Comment thread src/service/endpoints/key-announce.js
type: 'string',
description: 'websocket url'
},
url: {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (!Config){ return }


if(ctx.req.source && ctx.req.source == 'PeerComms'){

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

write a comment explaining this

//! peercomms connections are already pq-aes encrypted so we skip that on response

const identityUrl = parsed.url+'/identity'
const versionUrl = parsed.url+'/version'

const identity = await Dataparty.Comms.RestComms.HttpGet(identityUrl)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should support every type of comms client here.

  • RestComms
  • WebsocketComms
  • I2pComms
  • PeerComms via MatchMaker call

@sevenbitbyte

Copy link
Copy Markdown
Member Author

regression in schema generation

image

Comment thread src/venue/endpoints/create-project.js Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants