-
Reproduce by using https://github.com/ChainSafe/filecoin-common-node-api/pull/57 and uncomment one of the `EthGetBalance` tests:
```
cargo run -q --bin cna-test-suite run src/test-suite/config.jso…
-
Would it be possible to deserialize the return object compared to the http status.
Example of signature of one of my methods
```
[HttpPost]
[ProducesResponseType(StatusCodes.Status200OK, Type = …
-
- [ ] Add a compile command to compile the given source code to bytecode and output it as a file.
- [ ] Add a command to read the given file and execute it as bytecode
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. initialize two communicating TCP clients: A and B
2. write a truncated m…
-
So I was thinking a bit about deserializers and was wondering what you thought about including some stock deserializers. Something like this:
```
HootDeserializer (abstract)
HootStreamDeserializer (a…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. initialize two communicating TCP clients: A and B
2. write a truncated m…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. initialize two communicating TCP clients: A and B
2. write a truncated m…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. initialize two communicating TCP clients: A and B
2. write a truncated m…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. initialize two communicating TCP clients: A and B
2. write a truncated m…
-
```
I found an issue with deserialization. When I try to deserialize json which
doesn't contain all object's fields or contains null I got Marshalling Error.
Please check the source code in attached …