-
-
I find it cumbersome to make changes to `Stf` and `StfState` because it is all entangled with enclave code.
This is just a rough idea, but I believe we can improve this greatly:
The `StfState` i…
-
could you provide a custom type json file for ternoa network?
-
I wanted to test out what kind of error messages do we get when something fails and it seems that the error messages are not properly standardized. Instead of returning a random text message it would …
-
With so many functions to chose from, maybe it would be easier if they are grouped and instead of having
```
createNFT(),
burnNFT(),
delegatNFT(),
```
we can have
```
nft.create()
nft.burn()…
-
As of now, the worker accepts all incoming rpc calls and produces blocks based on a time interval (https://github.com/scs/substraTEE-worker/blob/master/worker/src/main.rs#L393)
In the future, it sh…
-
I believe that the CLI can be greatly simplified if [structopt](https://docs.rs/structopt/0.3.21/structopt/) is used for the following reasons:
* It removes a lot of boilerplate code
* neatly supp…
-
Hi,
I've got this issue today.
2022-01-17 13:18:50 Can't listen on /ip6/::/tcp/30333 because: Other(Custom { kind: Other, error: Other(A(A(A(A(Transport(B(Os { code: 98, kind: AddrInUse, message…
-
Hi.
I've got this issue this morning.
`2021-12-12 09:48:48 ✨ Imported #969222 (0x6489…4601)
2021-12-12 09:48:49 💤 Idle (18 peers), best: #969222 (0x6489…4601), finalized #969220 (0x3e23…a1d…
-