-
Notifications
You must be signed in to change notification settings - Fork 15
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
CSUB-264 Palletizing Creditcoin's offchain worker #813
Conversation
16fc6b2
to
10abdbc
Compare
For full LLVM coverage report click here! |
Codecov Report
@@ Coverage Diff @@
## dev #813 +/- ##
==========================================
- Coverage 78.24% 77.91% -0.34%
==========================================
Files 51 65 +14
Lines 10317 10487 +170
==========================================
+ Hits 8073 8171 +98
- Misses 2244 2316 +72
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
8a967ba
to
2e9273b
Compare
262daf8
to
013aab3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor requests as I review more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
3fdadeb
to
f13f52e
Compare
274e011
to
f889f74
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as well.
1d3e76e
to
34b20fe
Compare
34b20fe
to
39f8060
Compare
39f8060
to
5794559
Compare
task pallet
5794559
to
ba5c058
Compare
* Connect task-scheduler interface * move IntoBounded to extensions * migrate `PendingTasks` storage * remove make id functions in favor of From impl * types: transfers * types: CollectedCoins * fix duplicated id constructors * mocked runtime * Authority Interface * port nonce tests * updated legacy transfers now use the new task-scheduler + remove old Task's implementations + leak transfer's inner_hash for testing * fix `register_transfer_ocw_fail_to_send` * use task-scheduler in creditcoin's mocked runtime * port `offchain_signed_tx_works` * `remove_authority_works_for_root() fix`+ `add_authority_works_for_root` * port `offchain_worker_logs_error_when_transfer_validation_errors` * port `effective_guard_lifetime_until_task_expiration` * port `completed_oversubscribed_tasks_are_skipped` * port `ocw_retries` * port` task_deadline_oversubscription` * port `offchain_worker_should_log_and_forget_guard_when_task_is_already_handled` * rename `duplicate_retry_fail_and_succeed` * change keystore id to 'gots' * move task-scheduler * Benchmarks * Update pallets/offchain-task-scheduler/src/ocw/tests.rs Co-authored-by: Alexander Todorov <alex.todorov@gluwa.com> * remove unused code * consistent weight update in `migrate` Co-authored-by: Alexander Todorov <alex.todorov@gluwa.com> Update creditcoin-js interface format
for more information, see https://pre-commit.ci
ba5c058
to
5c53c1d
Compare
Description of proposed changes:
Practical tips for PR review & merge: