You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
there are several const variables defined few places, eg cost_model.rs, block_cost_limits.rs, maybe other places. Should put them under single roof.
Proposed Solution
Propose to move all const into block_cost_limits.rs, which is currently under ledger/src, since this file will be shared cross multiple crates (core, ledger, etc).
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any activity in past 7 days after it was closed. Please open a new issue for related bugs.
Problem
there are several
const
variables defined few places, egcost_model.rs
,block_cost_limits.rs
, maybe other places. Should put them under single roof.Proposed Solution
Propose to move all
const
intoblock_cost_limits.rs
, which is currently underledger/src
, since this file will be shared cross multiple crates (core, ledger, etc).The text was updated successfully, but these errors were encountered: