refacktor

Results 29 issues of refacktor

Major refactor focusing on memory utilization, performance, stability, and correctness. Highlights - Memory requirement is now much lower: it's possible to mine on 2GB machines again - mission accomplished! -...

Our current schema ties transactions to blocks in this table: ``` CREATE TABLE transaction_locator ( transaction_hash blob primary key, block_hash blob REFERENCES chain(block_hash) ) ``` In some rare but observed...

bug

Problem caused around commit 4bd9d254ab15e519424c77da64b8310d9917e874 and fixed in commit 63cfe636d1e92544d87809b01859757495639bf2.

bug

Skepticoin miner crashes when running on a Linux machine with 4GB physical RAM plus 3GB of swap. It seems to stay up when RAM is increased to 11GB (8GB physical...

scalability

I want to do some additional logging. Why doesn't this work? ``` exports.pouchdbServerlessHandler = serverless(app, { request(request, event, context) { console.log(request, event, context); }, async response(response, event, context) { console.log(response,...

I assume I'm getting this error because `level-dynamodb` requires additional parameters to connect to dynamodb... and I don't see a way to pass them through pouchdb-server's `--level-backend` Is there an...

Steps to reproduce 1. Start with empty-ish project, nim version 2.0.4 2. `nimble install atoz` Expected result: - installation should succeed Actual result: ``` Downloading https://github.com/disruptek/atoz using git Verifying dependencies...

Implementation of servlet-filter for dynamic optimization of CSS on webapps.

I am now using version 2626.5.2 with the latest fixes. Trying to list the contents of an S3 bucket. After looking at the example in the `README` and looking at...