-
Data requests are ~~simple~~ scripts that tell Witnet where to retrieve data. ~~from websites, APIs or other blockchains and deliver it wherever it is needed.~~ You can think of them as the…
-
#### Description
Witnet-rust will use [Flatbuffers](https://google.github.io/flatbuffers/index.html) as serialization library, but, in spite of this, it is not discarded support other similar librari…
-
We need to choose a library that is able to load configuration params from a file. The format of this config file determines the library to use.
-
Using the following command to run tests until they fail:
```sh
while true; do cargo test --all -- --test-threads=30; VAR=$?; if [ $VAR -ne 0 ]; then break; fi; done
```
We can see a failure i…
-
#### User story
_As a Witnet user, I expect the Sheikah interface to show a history of all the smart contracts that I have ever deployed to the Witnet network._
#### Motivation
As depicted in Iss…
-
**Describe the bug**
The application top menu (File/View/Help) has some links that could be polished.
- File/Open -> perhaps this could be removed as it does nothing.
- Help/* -> all these links …
-
#### User story
_As a Witnet user, I expect the Sheikah interface to show:_
- _a history of all the data requests that I have ever sent to the Witnet network._
- _a trail or trace of what happened …
-
#### User stories
_As a user of Witnet, I expect the Sheikah wallet to list my transactions. If a have none, I expect a nice empty state_
#### Actionables
Additional work on the transactions li…
-
#### Context
- The handshake protocol comprises a series of messages that need to be exchanged between peers before they can consider the session to be "consolidated", that is, suitable for using the…
-
#### User story
_As a Witnet user, I expect the Sheikah interface to allow me editing smart contract templates._
#### Motivation
As depicted in Issue #17, the "Smart contracts" section has a tab …