Core processor weights/costs refactoring #3807
Closed
grishasobol
started this conversation in
Polls
Replies: 2 comments
-
Also for the limits can be done similar refactoring |
Beta Was this translation helpful? Give feedback.
0 replies
-
done in #3829 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team! I think our weights config in core-processor looks too overloaded:
gear/core-processor/src/configs.rs
Lines 178 to 225 in 80fffbc
My proposal is to make one field for all costs in
BlockConfig
,ExecutionSettings
andProcessorContext
.For
BlockConfig
we can make like this:Corresponding changes in
ExecutionSettings
andProcessorContext
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions