feat(database): Added support for storing and retrieving datums by hash
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v7...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v7...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Aurora Gaffney <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Aurora Gaffney <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Batch writes to the DB for produced UTxOs when not validating. This improves initial sync time by ~17% Signed-off-by: Aurora Gaffney <[email protected]>
Batch writes to the DB for produced UTxOs when not validating. This improves initial sync time by ~17% Signed-off-by: Aurora Gaffney <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Perform block CBOR decoding async from block processing. This reduces initial sync time by approximately 15% Signed-off-by: Aurora Gaffney <[email protected]>
Perform block CBOR decoding async from block processing. This reduces initial sync time by approximately 15% Signed-off-by: Aurora Gaffney <[email protected]>
Signed-off-by: Aurora Gaffney <[email protected]>
Signed-off-by: Aurora Gaffney <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
This disables validation of "historical" (more than 2 weeks old) blocks and transactions by default Signed-off-by: Aurora Gaffney <[email protected]>