Skip to content

Draft: Temporary disabling of UpdateJournal()

The bank of upcoming unit tests tat are executed within a contract action require a relatively large duration to process. The duration is long enough that an EOSIO might reject the action as a transaction that takes too long to complete.

Debugging identified that a significant bulk of the duration of the action was consumed by invocations of UpdateJournal()

A temporary solution to complete evaluation of all the contract-embedded unit tests was to effectively disable UpdateJournal().

Merge request reports

Loading