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

Support "granular" transaction creation steps #109

Closed
sbellem opened this issue Oct 14, 2016 · 1 comment
Closed

Support "granular" transaction creation steps #109

sbellem opened this issue Oct 14, 2016 · 1 comment
Assignees

Comments

@sbellem
Copy link
Contributor

sbellem commented Oct 14, 2016

Creating a transaction via BigchainDB.transactions.create involves three main steps:

  1. Creation of the dictionary representing the transaction for the given user, and data payload.
  2. Signature of the transaction, resulting in a new dictionary
  3. Broadcast the transaction to one or more BigchainDB server nodes.

The above three steps are not directly available via the bigchaindb driver, and it is the goal of this ticket to make them available.

@sbellem sbellem self-assigned this Oct 14, 2016
sbellem added a commit to sbellem/bigchaindb-driver that referenced this issue Nov 15, 2016
sbellem added a commit to sbellem/bigchaindb-driver that referenced this issue Nov 15, 2016
sbellem added a commit to sbellem/bigchaindb-driver that referenced this issue Nov 15, 2016
sbellem added a commit to sbellem/bigchaindb-driver that referenced this issue Nov 16, 2016
sbellem added a commit to sbellem/bigchaindb-driver that referenced this issue Nov 16, 2016
sbellem added a commit to sbellem/bigchaindb-driver that referenced this issue Nov 16, 2016
sbellem added a commit to sbellem/bigchaindb-driver that referenced this issue Nov 16, 2016
sbellem added a commit to sbellem/bigchaindb-driver that referenced this issue Nov 17, 2016
sbellem added a commit to sbellem/bigchaindb-driver that referenced this issue Nov 23, 2016
this allows one to prepare, fulfill, and send a transaction in seperate
steps

resolves bigchaindb#109
@StatelessToken
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants