crossbario / crossbario/autobahn-python

XBR: persist bought/sold keys in delegate

Open
#1,245 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement wamp XBR
Dominant language
Python
Stars
2.5k
Forks
768
PR merge metrics
No merged PRs in 30d

Description

currently, xbr data encryption keys bought/sold from a xbr client delegate are stored in an ephemeral data structure.

we need to add (an option): persist to disk in an embedded DB.

in ABPy, we'll be using LMDB (zlmdb/cfxdb) and Flatbuffers for that as we already have the schemata and bits for that.

see also: https://github.com/crossbario/autobahn-js/issues/468

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the XBR client delegate and its ephemeral storage for bought and sold encryption keys. Review the existing zlmdb/cfxdb and Flatbuffers schemata and persistence bits in ABPy; done means an optional embedded-database mode stores and reloads those keys from disk.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.