David Barrett
David Barrett
I like the idea of batching everything in one tick, but I'm not a fan of batching arbitrarily based upon time frames. "Magic number" solutions where we pick some arbitrary...
Just to confirm, reads are triggered by user or network action right? So the only difference between "batching one tick" or "batching one tick + 20ms" is the possibility that...
Great, thank you for that! However, there still isn't actually any "delay" between the avalanching cycles -- if one cycle of Onyx.gets() triggers a second cycle of Onyx.gets(), it's not...
Got it, if we can't accurately "hook" when the thread is otherwise idle, then a short timeout might be the best we can do. Thanks for walking me through it!...
Yep, I totally agree, but this is much easier said than done. It's a good suggestion, eager for your PRs!
Hm, did you start two separate bedrock processes, one for each node? I only see one process in the log, and you've only given a single command line. Each node...
Ah, can you try replacing the IP addresses in the `-peerList` with the corresponding DNS names in `/etc/hosts`, which correspond to the corresponding `-nodeName`? Basically, `-peerList` is formatted as a...
Sorry for the delay. @ebdavison, can you submit a PR to fix the docs to be more clear? Thanks!
Whoa, this is interesting. @tylerkaraszewski any thoughts on this?
Ah, ya in GitHub there aren't specific version numbers -- the commit hash is much more informative. However, I agree it's not very consumable. I think something like a build...