-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OC Whitelist: ctrl-c interrupt of executing trx #985
Labels
Milestone
Comments
Depends on #876 |
heifner
added a commit
that referenced
this issue
Oct 30, 2024
heifner
added a commit
that referenced
this issue
Oct 30, 2024
heifner
added a commit
that referenced
this issue
Oct 30, 2024
heifner
added a commit
that referenced
this issue
Oct 31, 2024
heifner
added a commit
that referenced
this issue
Oct 31, 2024
heifner
added a commit
that referenced
this issue
Oct 31, 2024
heifner
added a commit
that referenced
this issue
Nov 1, 2024
heifner
added a commit
that referenced
this issue
Nov 1, 2024
heifner
added a commit
that referenced
this issue
Nov 8, 2024
heifner
added a commit
that referenced
this issue
Nov 11, 2024
heifner
added a commit
that referenced
this issue
Nov 11, 2024
heifner
added a commit
that referenced
this issue
Nov 11, 2024
heifner
added a commit
that referenced
this issue
Nov 11, 2024
- Add callback for when async compile completes - Use to kill action if it is still running in non-oc - Kick off another queued compile when compile finishes - Add executing_action_id and queued_time to oc compile ipc_protocol - Pause billing timer when looking up and processing oc code - Move wasm_interface apply function to wasm_interface_impl
heifner
added a commit
that referenced
this issue
Nov 11, 2024
… timer. Cleanup transaction_timer so that its deadline matches _deadline of transaction_context
heifner
added a commit
that referenced
this issue
Nov 11, 2024
heifner
added a commit
that referenced
this issue
Nov 12, 2024
heifner
added a commit
that referenced
this issue
Nov 12, 2024
heifner
added a commit
that referenced
this issue
Nov 12, 2024
heifner
added a commit
that referenced
this issue
Nov 12, 2024
heifner
added a commit
that referenced
this issue
Nov 12, 2024
heifner
added a commit
that referenced
this issue
Nov 12, 2024
heifner
added a commit
that referenced
this issue
Nov 12, 2024
heifner
added a commit
that referenced
this issue
Nov 12, 2024
heifner
added a commit
that referenced
this issue
Nov 12, 2024
heifner
added a commit
that referenced
this issue
Nov 12, 2024
heifner
added a commit
that referenced
this issue
Nov 12, 2024
heifner
added a commit
that referenced
this issue
Nov 12, 2024
heifner
added a commit
that referenced
this issue
Nov 12, 2024
heifner
added a commit
that referenced
this issue
Nov 13, 2024
Do not unwind validated blocks on interrupt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add ctrl-c interrupt of executing trx. Execute queued compiles up to some limit (maybe 10 seconds) before exiting. On restart the contract would be compiled with oc and the block should be able to be validated.
The text was updated successfully, but these errors were encountered: