b00f

Results 47 issues of b00f

Remove all storage assigned to this account

We need to add new method for RPC and gRPC to get the version of the node.

enhancement
good first issue

`GetBlock` in gRPC module needs to include all transaction but un-marshaled. ...

enhancement

`GetBlocksResponse` gRPC method returns wrong information. It should return an array of `BlockResponse`. ``` message BlocksResponse { ... repeated BlockResponse = 2 ... } ```

bug

There are some basic tests for grpc at the moment. We need to write more test to make sure this module works fine. Specially we need a test for broadcast_tx...

We need to write some tests for calling pre-compiled contract via Gallactic blockchain. Including Gas usage and possible failures. Currently we have implemented only `edverify` but new pre-compiled contracts are...

We need to have another test package for `call` tx. Look at the `tests` folder inside gallactic...

We need to implement a HTTP client for RPC methods. It's very convenient for debugging RPC methods. Read more here: https://www.jsonrpc.org/historical/json-rpc-over-http.html

Init command should clean old workspace. delete everything even the tendermint data. This risk is done by user.

good first issue

We should print tendermint version while getting gallactic version from command line: `gallactic version`

good first issue