Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement in bbolt/walletdb speed #111

Closed
wants to merge 4 commits into from
Closed

Improvement in bbolt/walletdb speed #111

wants to merge 4 commits into from

Commits on Nov 20, 2020

  1. Database overhaul for fixed database interfaces

    * Bypass most abstractions
    * Use standard function definitions
    * Update GoDocs, package README's etc.
    johnsonjh committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    41f9cdc View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Minor fixes and corrections to database overhaul

    * Remove option and documentation for the
      currently unimplemented memdb.
    * Update documentation to relect actual API.
    * Comment and document some TODO items.
    * Updat the primary README.md (in PR #220).
    johnsonjh committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    63b30ce View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Configuration menu
    Copy the full SHA
    517c0da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51ce4ac View commit details
    Browse the repository at this point in the history