Tim Daubenschütz
Tim Daubenschütz
Hi, I just published my json-resume-theme here: https://www.npmjs.org/package/jsonresume-theme-paper Unfortunately I get an error: http://themes.jsonresume.org/theme/paper Is this a problem with my theme or your server?
Here is **a** solution for modeling refillable assets with our current transaction structure. I tried to keep it as simple and boring as possible. Feedback welcome. TL;DR: Allow for `refillable`...
During a hackfest with one of our customers (high priority), I made a note that they needed a "new block" event in the WebSocket Event Streaming API (compare to current...
**WARNING: Don't confuse with #790** @r-marques brought this up. We have a ticket for ['get me all assets and their amounts I currently own with a public key'](https://github.com/bigchaindb/bigchaindb/issues/790#issuecomment-300768814). There could...
@raaghavvd_twitter via gitter https://gitter.im/bigchaindb/bigchaindb?at=5a1b954c232e79134dd6e1b6 > Hey @ttmc , I'm working with ipdb . > so, I created an asset > bicycle = { > 'data': { > 'devgon': { >...
Endpoint: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html#get--api-v1-transactions?asset_id=asset_id&operation=CREATE|TRANSFER Currently I'm using topology sorting: ```javascript import toposort from 'toposort' function generateGraph(txs) { const graph = [] for (var tx of txs) { for (var input of tx.inputs)...
This is a carryover issue from #1039. #1039 is opinionated about how to solve the issue, using the HTTP API. It was [concluded that returning a truly INVALID transaction is...
# HTTP API 2nd iteration [Similar to the Events API 0.9 project issue](https://github.com/bigchaindb/bigchaindb/issues/862), this document gathers use cases and tasks for defining the HTTP API of BigchainDB more thoroughly in...
Currently it is the following: ``` In [14]: cid = 0 In [15]: condition = creation_tx['transaction']['conditions'][cid] In [16]: transfer_input = { ....: 'fulfillment': condition['condition']['details'], ....: 'input': { ....: 'cid': cid,...
Here is the method: https://github.com/bigchaindb/bigchaindb/issues/1780