Results 15 issues of Spike^ekipS

### Github Issue Resolves #873 ### Background In debug mode, SEBAK produces huge log messages including HTTP requests and responses log. Under docker, we can use `max-size` setting in log...

enhancement

`block.Header` currently uses too wide name, but it belongs to only `block.Block`.

Refactoring

At the booting state, node checks the validators are alive or not, and then start to consensus. During consensus, if some validators are dead or does not respond and the...

bug

This is the proposal to make the new server to handle the API requests. This new server(at this time, I call it 'API Server') can serve the client-side APIs requests....

enhancement
help wanted
API

Like the other cryptocurrencies, we also need to support *memo*, the transaction maker can leave a message. * Bitcoin supports a memo in a transaction, there is no district max...

enhancement

Total increased balance = Initial balance + block inflation + PF inflation

Like ```sh $ sebak wallet history ``` will list the transaction and it's operations history.

enhancement

> We already discussed data serialization in #434 JSON is wide spreadex and well known format, so for end user, especially client-side we should support JSON for incoming transaction. There...

enhancement

Compressing the response body of API will be reduce the network traffic and latency. With #390 , the compressed data can be saved in cache, it will be more beneficial....

enhancement