Peter Schwarz
Peter Schwarz
Rewrite the `sawtooth` CLI in Rust.
When a batch is submitted via the REST API to a validator that is processing the genesis block, it will be lost. Steps to reproduce: 1. Create a genesis block...
This story should also remove the sleep from the test_permission integration tests and replace them with --wait. (Duplicated by https://jira.hyperledger.org/browse/STL-442)
On routes that return lists of resources, if there is a query parameter that doesn't match any other parameters, the REST API should assume it is a filter, and only...
Either: - use a more Node-stye callback signature. For example: ``` (open-serial-board :auto-detect (fn [err board] ; Do stuff with the board ) ``` - Return a Promise or promise-like...
This RFC proposes extensions to the Sawtooth SDK's to support event processing. These events are emitted by the validator on block commits and can be subscribed to via client messages....
This RFC describes State Pruning, a necessary feature for long-term stability of the Sawtooth platform. It is a method for controlling growth of the state database by providing a mechanism...