crossbario / crossbario/autobahn-python
XBR: persist bought/sold keys in delegate
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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