gosunuts
gosunuts
**Description** Inspired by #10782 Separate compression codes from derive package. ( like op-batcher/compressor ) This also reduce dependency on derive in op-batcher, op-e2e. **Tests** To prevent unexpected effects, no code...
### Overview fix / cleanup makefile and correcting several commands. Related to https://github.com/btcsuite/btcd/issues/2319 https://github.com/btcsuite/btcd/pull/2316
#### Overview This PR introduces PebbleDB as a new database engine, an alternative to leveldb. https://github.com/btcsuite/btcd/issues/2024 https://github.com/btcsuite/btcd/issues/1339 To support multiple database engines (PebbleDB and LevelDB), db interface has been implemented...
## Change Description Currently, `utxocache` uses `mapslice` instead of a single large `map`. This seems to be necessary because Go's built-in `map` can consume a significant amount of memory when...
### Overview Related to [btcsuite/btcd#2240](https://github.com/btcsuite/btcd/pull/2240) Makefile is outdated, and several processes do not work correctly. - `DEPGET` and `GOFILES_NOVENDOR` are unnecessary. - `golint` and `goimports` are broken. - [goacc](https://github.com/ory/go-acc) is...