Skip to content

docs: supported Node.JS version and dashmate command description - #825

Merged
jaboski merged 13 commits into
v0.24-devfrom
docs/update_supported_node_version_and_dashmate_command_descr
Mar 20, 2023
Merged

docs: supported Node.JS version and dashmate command description#825
jaboski merged 13 commits into
v0.24-devfrom
docs/update_supported_node_version_and_dashmate_command_descr

Conversation

@jaboski

@jaboski jaboski commented Mar 15, 2023

Copy link
Copy Markdown
Contributor

Issue being fixed or feature implemented

As we are not supporting higher than 16 version of nodeJS, the documentation for platform is misleading.
Dashmate reset command description is also wrongly placed and mixed with reindex command.

What was done?

Update platform, DAPI and dashmate docs about currently supported nodeJS version (from v16+ to v16).
Fix incorrect description for dashmate reset command which was partly pasted into reindex command description.

How Has This Been Tested?

Breaking Changes

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

@thephez thephez left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jaboski Thanks for updating! I left a few questions and suggestions for you to look at.

Comment thread README.md
Comment thread packages/dapi/README.md Outdated
Comment thread packages/dashmate/README.md Outdated
Comment thread packages/dashmate/README.md
Comment thread packages/dashmate/README.md
jaboski and others added 4 commits March 16, 2023 10:28
Co-authored-by: thephez <thephez@users.noreply.github.com>
Co-authored-by: thephez <thephez@users.noreply.github.com>
Co-authored-by: thephez <thephez@users.noreply.github.com>

@thephez thephez left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few more questions/suggestions to consider

Comment thread packages/dashmate/README.md
Comment thread packages/dashmate/README.md
Comment thread packages/dashmate/README.md
Comment thread packages/dashmate/README.md Outdated
Comment thread README.md Outdated
jaboski and others added 5 commits March 16, 2023 14:03
Co-authored-by: thephez <thephez@users.noreply.github.com>
Co-authored-by: thephez <thephez@users.noreply.github.com>
Co-authored-by: thephez <thephez@users.noreply.github.com>
thephez
thephez previously approved these changes Mar 16, 2023
Comment thread packages/dashmate/README.md
@shumkov shumkov changed the title Docs/update supported node version and dashmate command description docs: supported Node.JS version and dashmate command description Mar 20, 2023

@shumkov shumkov left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jaboski
jaboski merged commit cd27508 into v0.24-dev Mar 20, 2023
@jaboski
jaboski deleted the docs/update_supported_node_version_and_dashmate_command_descr branch March 20, 2023 15:28
QuantumExplorer added a commit that referenced this pull request Aug 22, 2026
…is reads

The ranked and having-range executors only rank — every entry was
projected to its (value, key) pair and the resolved primary value
discarded — yet the resolving reads paid up to k primary point reads
per page through the caller's transaction, outside the pinned iterator
view the page came from, so a primary deleted or rewritten by a commit
in between could surface as CorruptedData or pair a newer primary with
an older page. grovedb's keys-only reads (dashpay/grovedb#824,
indexed_*_top_k_paginated_keys / indexed_*_range_keys) return the
ranking pairs straight from the secondary view and never open the
primary; the executors and the e2e test helpers use them.

grovedb pinned to develop head f52adb64, which also carries the
append-only storage accounting (dashpay/grovedb#822 via #825/#826:
write churn reported as replaced bytes, each note's permanent bytes
charged once) and the keys-only projection on the unified PathQuery
(#827). The genesis shielded seeding test passes the grove version to
the commitment tree's save/commit_mmr, which now take it.

The two shielded fee-floor tests (flat fee >= estimated write cost)
remain red at this pin: the estimate for a 1-action transfer is now
~397M credits (storage 133M + processing 264M, the epoch's replaced
bytes at the processing rate) against the 131M flat fee — down from
18.5B at the previous pin, and the subject of the shielded pricing
change that follows this PR.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants