Nodar Chkuaselidze

Results 59 issues of Nodar Chkuaselidze

Add chain reset/reorg tests with tree/txn state.

Accumulate experience from our first release since release docs and update.

There's segfault issue in `bdb`.This happens both on MacOS and Ubuntu, unfortunately we don't have data about Windows. Currently, I removed macos from the CI to reduce number of segfault...

This is alternative implementation of #639 that solves issue in the `CoinSelector`. Separate `existing` and `preferred` inputs: - existing are the inputs that are present in the mtx. - preferred...

bug
enhancement
primitives
tests
patch

### Motivation Motivation for this PR is recent attack using unicode: - https://www.trojansource.codes/ - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42574 Approach to address the issue varies, recent example: - https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html - where they go with...

quick
security
tooling

https://github.com/handshake-org/hsd/pull/236

Feature Request

https://github.com/handshake-org/hsd/pull/175 https://github.com/handshake-org/hsd/pull/173

Alternative: https://github.com/handshake-org/hsd/pull/115

TODO: - [x] Don't write all the data in a single loop, use setImmediate so other things can happen. :)