Rodolphe Marques

Results 9 issues of Rodolphe Marques

Added a link to the `Replica` section in the `Requester` section. Similar to the `Replica` link in the `Bootstrap` section when mention the `Replica` section diagram

This was discussed briefly on irc. The problem is that when using encoders for signing and verifying pynacl also uses the encoding in the message being signed or verified. Example:...

relates to #1471 Querying the assets endpoint can potentially generate a lot of results so we need to add pagination to it. In the meantime the endpoint does allow for...

HTTP API

The assets are stored in the assets table with the `id` of the transaction that created the asset. When querying the assets we first need to make sure that the...

mongodb

relates to #1275 #1460 The idea is to store the block_id with the asset in the assets table to make it easier to check if the asset belongs to a...

The get_spent logic needs to be revisited. As is there is a possibility for nodes to create blocks containing double spends. The block will ultimately be marked as invalid but...

When writing a block we remove the asset from the `CREATE` transactions in the block and store the assets in a separate table to make it easier to query. When...

Relates to https://github.com/bigchaindb/bigchaindb/issues/746 In BigchainDB we unified the language of keys to public key and private key, instead of using public/verifying private/signing interchangeably throughout the code and documentation. Cryptoconditions should...

relates to https://github.com/bigchaindb/bigchaindb/issues/529 Cryptoconditions fails when using utf-8 payloads on bigchaindb. I think it makes for us to support utf-8 throughout bigchaindb and cryptoconditions.