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

Upgrade to bigchaindb 2.0 #49

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

Upgrade to bigchaindb 2.0 #49

wants to merge 3 commits into from

Commits on Nov 19, 2018

  1. Update methods to latest BigchainDB driver 0.6.2, Changes include:

    1. Changed __init__ function to take in other parameters as well
    2. Modified generate_user to suppport deterministic keypair generation
    3. Modified get_status function to only response with valid, inline with API updates to BDB
    4. Removed deprecated send() function and replaced with send_comit()
    5. Updated Setup dependencies
    Test still pending, doing those now
    Harjyot Singh committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    5377998 View commit details
    Browse the repository at this point in the history
  2. All tests fixed except:

    1. test_order_transactions
    2. test_order_transactions_is_correct_without_create
    Harjyot Singh committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    10b3139 View commit details
    Browse the repository at this point in the history
  3. Fix unused Variable

    Harjyot Singh committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    e48304f View commit details
    Browse the repository at this point in the history