Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Update Audit Trail to SQL #1

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

litepresence
Copy link

@litepresence litepresence commented Feb 1, 2024

The old audit trail; the "comptroller" was simply json appended to file. The json is now converted to SQL columns and the data is searchable via traditional queries:

SELECT * FROM * WHERE *

Additionally,

  • a colorized terminal based database viewer shows the latest transactions
  • a test chain "XYZ" allows for more simulations without external api connectivity
  • greatly improved README.md describes the gateway in detail and provides images and video
  • a process watchdog ensures all subprocesses are live, provides alerts if not, and shuts down cleanly
  • foreign chain signing SDK's for xrp, btc, ltc, and eos have been frozen and embedded to limit future SDK conflicts
  • a flowchart of the app was added for clarity
  • the entire app was exposed to gpt engine for:
    make minor revisions for clarity, code quality, maintainability, add inline comments where pertinent, improve docstrings, add typehints, do not change function, do not delete any comments but do improve grammar and spelling

litepresence and others added 10 commits January 23, 2024 14:09
Embedded Foreign Chain Dependencies
Typehinting, Docstrings, Delinting
Unit Test Parachain/Signing/Deposit/Withdraw Fake "XYZ Chain"
code2flow Call Graph
SQL Database Explorer
Documentation
Removed pybitshares Dependency
Added images to README
Delinted wsgiserver.py
fix minor bug in python version handling
black 80 vs 100 lines
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants