Rob De Feo
Rob De Feo
## Summary [gotest -template=testify](https://github.com/cweill/gotests/tree/develop/templates/testify) has an `assert.ErrorAssertionFunc` as one of the parameters. Testify has `assert.NoError` and `assert.Error` which asserts the functions returns an error or not. Usually this is enough...
## Use Case I am using open-tracing for all distributed tracing. ## Problem When I log an error with ``` errors.WithStack(err) ext.Error.Set(span, true) span.LogFields(log.Error(e)) ``` It just gives the error...
It is not possible to call a contract through the RPC client however it is supported in the [toolbox](https://polkadot.js.org/apps/#/toolbox).  It is part of the contracts endpoint.
**Is your feature request related to a problem? Please describe.** When sending a message via a smart contract the envelope is not at the beginning of the data field. Currently...
**Is your feature request related to a problem? Please describe.** Users need to use derived keys for message actions. **Describe the solution you'd like** Follow similar structure approach to #742...
**Is your feature request related to a problem? Please describe.** Users need to use derived keys for message actions. **Describe the solution you'd like** Follow similar structure approach to #742...
**Is your feature request related to a problem? Please describe.** When using a send and not specifying a schema (http/https) it causes an error when trying to serve the application....
**Is your feature request related to a problem? Please describe.** Alogorand transactions need to be indexed for Mailchain messages. **Describe the solution you'd like** Extend the indexer to index algorand...
**Is your feature request related to a problem? Please describe.** AES-CBC does not provide authentication and its use may lead to attacks. **Describe the solution you'd like** Deprecated the AES-CBC...
**Is your feature request related to a problem? Please describe.** Ephemeral key is not hashed #657 **Describe the solution you'd like** Deprecate NACL plain sending and use encryption scheme that...