-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2532 optimize estimation for manager operations (#2812)
* refactor: (incompleted) slight refactoring with logging * refactor: storageLImit and gasLImit optimization re #2532 * fix: purged DEFAULT_FEE and DEFAULT_GAS_LIMIT and updated getRevealGasLimit ratio * style: removed unneeded comments * fix: increase gasLimit ratio to fix permit ci tests * perf: optimized all single manager operations re #2532 * fix: fine tune fee and gasLImit ratio to fix ci test fails * refactor: refactored to use less magic number and better naming also fix ci fails * test: updated ci assertion and deprecated old constants * perf: replace magic number 166 with half of reveal opSize * test: integration test estimation assertion changes * fix: typo fix a bug * test: updated estimation test after fixing typo bug * test: test: updated estimation test * feat: adding stub signature for talentNet compatibility for simulate_operation rpc * fix: merge conflicts mistake * refactor: address comment removed getRevealFeeInternal in favour of getRevealFee
- Loading branch information
1 parent
c97c4f1
commit c8bf8c7
Showing
22 changed files
with
368 additions
and
290 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,7 @@ | |
"nairobinet", | ||
"objkt", | ||
"octez", | ||
"opbytes", | ||
"opkind", | ||
"originations", | ||
"oxfordbox", | ||
|
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
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.