Skip to content

feat(dpp): add fees API to rust wasm bindings - #830

Merged
markin-io merged 18 commits into
v0.24-devfrom
origin/feat/integrate-wasm-dpp-into-js-drive-fees
Mar 29, 2023
Merged

feat(dpp): add fees API to rust wasm bindings#830
markin-io merged 18 commits into
v0.24-devfrom
origin/feat/integrate-wasm-dpp-into-js-drive-fees

Conversation

@qrayven

Copy link
Copy Markdown
Contributor

Issue being fixed or feature implemented

What was done?

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

Base automatically changed from feat/integrate-wasm-dpp-into-js-drive to feat/wasm-dpp-integrationMarch 24, 2023 11:14
@qrayven
qrayven changed the base branch from feat/wasm-dpp-integration to v0.24-devMarch 27, 2023 07:33
@qrayven
qrayvenforce-pushed the origin/feat/integrate-wasm-dpp-into-js-drive-fees branch from ab8f7ff to ef192ecCompareMarch 27, 2023 07:35
@qrayven
qrayvenforce-pushed the origin/feat/integrate-wasm-dpp-into-js-drive-fees branch from ef192ec to 7eae20bCompareMarch 27, 2023 07:38
@qrayven
qrayven changed the base branch from v0.24-dev to feat/rs-dpp/migrate-feesMarch 27, 2023 07:52
Base automatically changed from feat/rs-dpp/migrate-fees to v0.24-devMarch 28, 2023 04:08
@qrayven
qrayven marked this pull request as ready for review March 28, 2023 08:38
@shumkovshumkov changed the title feat: add fees API to rust wasm bindingsfeat(dpp): add fees API to rust wasm bindingsMar 29, 2023

@shumkovshumkov 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.

👍

@markin-io
markin-io merged commit 5d7f817 into v0.24-devMar 29, 2023
@markin-io
markin-io deleted the origin/feat/integrate-wasm-dpp-into-js-drive-fees branch March 29, 2023 11:26
QuantumExplorer added a commit that referenced this pull request Aug 24, 2026
…st model
753a11f1 brings grovedb #828 (O(height) dense-buffer root maintenance),
#829 (fixed per-append cost: churn buffer, fixed dense model, amortized
compaction, constant-price frontier) and #830 (prepaid puts carry no
seek). Under GROVE_V4 a CommitmentTreeInsert now meters the same figure
at every position of the tree — compaction included — and the estimators
price that model tightly instead of bounding it. GROVE_V3 (protocol 13)
figures are locked and unchanged.
API fallout: CommitmentTree::open and compute_current_state_root take
the grove version (the load charge and root read are now versioned) —
threaded through the shielded snapshot bake/apply paths and the genesis
seeder test.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for freeto 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.

3 participants

@qrayven@shumkov@markin-io