Nodar Chkuaselidze

Results 59 issues of Nodar Chkuaselidze

RPC tests: - Fix `help help` - `help` tests - remove `getinfo`. - test for `getblockchaininfo`. - test for `getnetworkinfo`. - Change `verifytxoutproof` to check totalTX count if possible. (performance...

tests
rpc

There are some places that could be cleaned up further, so this pr can also be used for discussion on that regard. - Use bufio/lib/struct - Deprecate `enc` parameter. -...

When you `invalidate` block, say: `bcoin cli rpc invalidateblock 0000000000000dc9f431dc685214fab27a663e09028b3ebb3dc2abc8ac9c2c34`. This block is on `testnet`, height: `1178740`. This will rewind blockchain to block 1178739 and add this to Invalid list...

bug
rpc

* **Node Version**: 12.x - 18.x * **Platform**: Windows (System Windows_NT 10.0.20348) **Github Actions** * **Compiler**: VS2022 (17.2.32602.215) * **Module**: https://github.com/nodech/hsd/actions/runs/2515981257 This issue happens in the Github CI with `windows-latest`...

Windows
bcrypt

Additional checks are necessary to make sure it is fully compatible with urkel behavior. So this will be draft until I have run integration with urkel (in https://github.com/nodech/liburkel-test) Adds compaction...

Similar to `urkel.stat` from `urkel`, it returns: - `files` - total number of files, not including meta/lock. - `size` - total size of these files, not including meta/lock. Also defines...

Apparently, I got **un**lucky and I was getting type HASH and NULL most of the time so took some time to notice that this was an issue. Fortunately in node...

The store will add extra META_SIZE padding even when there's no need for the pad (e.g. empty commit). Also because we already have bcrypto for bench as devDependency, we can...

**NOTE This requires migrations so needs to land in 5.x** If there are any breaking changes to layout we want in DB, this is probably good time.

migrations
wallet-db
breaking-major