implement get_builtin_program_ids() trait for TransactionProcessingCallback#316
Conversation
f5f8bc0 to
c2240b6
Compare
|
@Nagaprasadvr My commit went in if you wanted to rebase your changes! |
hey thanks will do that |
c2240b6 to
c4a67dc
Compare
… TransactionProcessorCallback trait
c4a67dc to
048d29c
Compare
Note that the core idea behind the issue is not just to eliminate the vector of builtins to Your changes only eliminate the builtin from the function, but do not account for the needed re design. This PR does not fix the issue. It is only a step towards the planned refactor. Either way, the refactor must only come after #79 is merged. |
I see that issue is updated will make changes accordingly |
|
Superseded by #547 |
Fixes Issue #303
Improvement
instead of this we can implement get_builtin_programs() trait to TransactionProcessingCallback and get builtin_programs inside load_and_execute_sanitized_transactions fn
Summary of Changes