refacktor

Results 40 comments of refacktor

Long-time lurker here. I've been following static-mustache for a long time and salivating over its proposition of strong-typing at compile time, but I have never used it in any of...

Thanks for both responses. As a matter of principle, one reason I like statically typed compiled languages is the ability to detect a large variety of programming errors prior to...

It is mind-boggling that a "NoSQL" database in 2022 cannot store and retrieve plain JSON. And that is exactly the case when using DynamoDB with Java and sdk v2. Some...

These bugs have been fixed now in [peer networking performance fixes](https://github.com/skepticoin/skepticoin/pull/137/commits/85fbeb8389ca24679edbd34846a8f0ac8c0cccbe). Ideally these changes would be a separate PR, unfortunately, they have only been tested together with the other changes...

This problem seems to have fixed itself. The list of peer IPs on the list is now smaller.

I am ready to help test this PR as soon as it is available

OP reporting back. I updated my `nimble` file to `requires "atoz == 2626.4.1"`. That still failed so I added `requires "npeg == 0.27.0"` per comment from @michele-comitini I suspected the...

Found another one! Invalid block at h. 163446, error: Transaction overspending (Coinbase) Fortunately this fork died off by h. 163490 The latest code in PR #137 revalidates the entire chain...

Commits have been rebased and split for readability. Only the final commit has been tested. This version has been running for a few days now without any new bugs being...

Rebased again to catchup with master and split off cloud-mining updates to a separate PR.