Rob De Feo

Results 36 issues of 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). ![image](https://user-images.githubusercontent.com/1633235/77231434-c6078400-6b92-11ea-8f6d-f024520a5df8.png) 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...

enhancement
good first issue
cmd/indexer

**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...

enhancement
crypto/sr25519
area/crypto

**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...

enhancement
help wanted
crypto/ed25519
area/crypto

**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....

enhancement
good first issue
Stale
UX

**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...

enhancement
cmd/indexer
protocol/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...

enhancement
security
crypto/aes256cbc
area/crypto

**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...

enhancement
security
crypto/nacl
area/crypto