dshulyak
dshulyak
merged into https://github.com/spacemeshos/go-spacemesh/pull/3395
i think we also need a method that makes it easy to use and hides retries. i was thinking something like that: ``` type WithRetryBusy func(n int) func(opts *TxOptions) {...
lets put it on hold. i tend to think that it is premature to merge it without deciding where and why concurrent txs will be used
Usually private and public servers are just running on different sockets (e.g. private only on localhost). Based on an attached issue we should split our single API servers into two....
can be closed, this is useless without any details
post is not built in every epoch. it is built once at the start, and on demand if smesher wants to resize it atxs are built for each epoch. for...
works items: - instrument address book to track how many addresses were removed (total addresses gauge, remove addresses counter, maybe a hist to track how long it takes to remove...
it happens when node didn't make progress for longer than zdist
So the problem came up with logging in determineGoodness. see [pyroscope](http://34.68.131.9:31732/?query=miner-10.alloc_objects%7B%7D) from current devnet. if log.WithFields is in the hot path it will cause a lot of allocations, even if...
@flexsurfer are you the author of the doc? i have a couple of questions, maybe you can help > 3. The app (status-go) creates an Ethereum HD key pair (eE,...