Mathias LANG

Results 625 comments of Mathias LANG

In short - no. Every capability that the API exposes means more storage used, or more computing power. If we expose the ability to get all accounts with a balance...

https://linux.die.net/man/8/logrotate ?

I have some experience with this. The simplest way is to add a signal handler that reload the file, which can be done in less than 10 LoC on Sebak's...

> Since client code uses the package name as a prefix when referring to the package contents, the names for those contents need not repeat the package name. [Source](https://blog.golang.org/package-names) (Under...

This is why I originally advocated against exposing so many consensus-critical settings through the command line. At the end of the day, no one is going to change them because...

I thought you wanted to use logrorate directly ? At least that's what we discussed in [the issue](https://github.com/bosnet/sebak/issues/873#issuecomment-445815875)

@spikeekips : What kind of additional effort ? It should be a few (

> it can be synchronous to response It *has* to be synchronous, doesn't it ? > The current handling process for message(or ballot) requests relies on messaging channel so it...

Delayed ops will have to be saved as well, but they were reverted so it's not a problem ATM.