Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Transaction Cost updates #19275

Closed
tao-stones opened this issue Aug 17, 2021 · 1 comment
Closed

Transaction Cost updates #19275

tao-stones opened this issue Aug 17, 2021 · 1 comment
Assignees

Comments

@tao-stones
Copy link
Contributor

tao-stones commented Aug 17, 2021

Problem

With the established calculation for cost unit: #18994 (comment), should update transaction cost calculation accordingly. Few things to do:

  • adjust signature cost, re-measure its performance, currently is 10us, probably should be 25-50us, update to proper CU
  • include signature cost into transaction cost calculation
  • revisit need of account_max_limit logic
  • add built-in instruction cost, add to transaction cost calc too. (need turn on tx_wide_compute_cap feature?)
  • re-measure the block max cost.
  • Make sure when block limit is breached, and transactions are being rejected, system performance will not degrade significantly.
  • run perf test, and bench-tps

Proposed Solution

@tao-stones
Copy link
Contributor Author

out dated

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant