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

Misc #431

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Misc #431

wants to merge 18 commits into from

Commits on Nov 30, 2021

  1. feat: configurable on-chain confirmations target

    confirmations target as a configurable variable instead of hardcoded const
    
    Signed-off-by: Denys Bitaccess <[email protected]>
    Denys Bitaccess committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    d9900cd View commit details
    Browse the repository at this point in the history
  2. fix: tokens management

    * add tokens lifetime as configurable variable
    * invalidate current token during authentication (login + pass; refresh)
    * limit scope of tokens to access and refresh only
    
    Signed-off-by: Denys Bitaccess <[email protected]>
    Denys Bitaccess committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    ac2a1af View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Merge pull request #1 from bitaccess/configurable-target-confirmations

    feat: configurable on-chain confirmations target
    dzdidi authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    a4d748c View commit details
    Browse the repository at this point in the history
  2. use stronger crypto

    Signed-off-by: Denys Bitaccess <[email protected]>
    Denys Bitaccess committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    dc0abef View commit details
    Browse the repository at this point in the history
  3. sensible defaults for auth config

    Signed-off-by: Denys Bitaccess <[email protected]>
    Denys Bitaccess committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    d09a0d6 View commit details
    Browse the repository at this point in the history
  4. refactor auth endpoint

    Signed-off-by: Denys Bitaccess <[email protected]>
    Denys Bitaccess committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    3ca5c2a View commit details
    Browse the repository at this point in the history
  5. extended API:

    * get invoice by hash
    
    Signed-off-by: Denys Bitaccess <[email protected]>
    Denys Bitaccess committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    f62af6f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. extended API

    * extend onchain tx data
    * extent lightning tx data
    * refactor tx lookup
    * add tx by hash lookup
    
    Signed-off-by: Denys Bitaccess <[email protected]>
    Denys Bitaccess committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    fa7af0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from bitaccess/extended-api

    Extended api
    dzdidi authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    efc3631 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from bitaccess/fix/tokens

    fix: tokens management
    dzdidi authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    e968028 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. move routes handling logic to middleware

    Signed-off-by: Denys Bitaccess <[email protected]>
    Denys Bitaccess committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    9a1bb33 View commit details
    Browse the repository at this point in the history
  2. add ratelimiter to all andpoints

    Signed-off-by: Denys Bitaccess <[email protected]>
    Denys Bitaccess committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    c49813b View commit details
    Browse the repository at this point in the history
  3. mass-assigned middleware

    Signed-off-by: Denys Bitaccess <[email protected]>
    Denys Bitaccess committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    59737f7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into middleware

    Denys Bitaccess committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    df35dcd View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Merge pull request #4 from bitaccess/middleware

    Middleware
    dzdidi authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    3b3ec38 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. fix: individual getters

    Signed-off-by: Denys Bitaccess <[email protected]>
    Denys Bitaccess committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    353f1c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from bitaccess/fix/individual-endpoints-resolution

    add individual getters
    dzdidi authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    d9dfdf4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    278907f View commit details
    Browse the repository at this point in the history