Spike^ekipS
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...
`block.Header` currently uses too wide name, but it belongs to only `block.Block`.
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...
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....
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...
Total increased balance = Initial balance + block inflation + PF inflation
Like ```sh $ sebak wallet history ``` will list the transaction and it's operations history.
> 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...
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....