-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. moving cost model to bank as its private member;
2. bank utilizes CostModel when load/execute transaction, if it exceedds limit, transaction are being put into retry list, and CostExceedsLimit error is recorded; 3. Add AbiExample to CostModel to address CI error report; i 4. Add code to debug log CostModel stats when a bank is frozen, this is to help collecting data when running validator on mainnet'
- Loading branch information
1 parent
f39dda0
commit 3ee2296
Showing
8 changed files
with
833 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.