-
Couldn't load subscription status.
- Fork 18
IDGraph adjustment #1478
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
IDGraph adjustment #1478
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## dev #1478 +/- ##
==========================================
- Coverage 19.03% 19.03% -0.01%
==========================================
Files 269 269
Lines 12607 12608 +1
==========================================
Hits 2400 2400
- Misses 10207 10208 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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. CI should pass.
* build_assertion error propagate to parachain (#1456) * AssertionBuildFail: add more details * handle errors in on_success method * emit event when vc is non-exists * remove event * remove VCNotExist from Event * Fix benchmarking pallet-teerex (#1460) * remove tee-dev from node default feature * only rococo has tee-dev * remove sccache in docker * missing RUN * update Dockerfile * sleep for 1 second before the event websocket reconnect(fix #1416) (#1462) * debug: Sync of Moonbeam upstream debug (#1450) * debug: change of test * debug: fix benchmark * Fix the panic from WeightInfo in CI (#1466) * update comment * update runner tag * minor update, cleanup history data * fix errors in teeracle * [benchmarking bot] Auto commit generated weights files (#1465) Co-authored-by: Kailai-Wang <[email protected]> * using pallet weights --------- Co-authored-by: BillyWooo <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kailai-Wang <[email protected]> * build_assertion error case test (#1463) * error verify * batch call of identity * batch call of vc * format code * delete useless code * verify error identity * create error identities * delete useless code * delete useless code * add comment&delete useless code * format code * txs types * step error vc * catch dispatchError * revoke error test * requestVc error * change assert log * fix merge errors * add checkFailReason * check fail reason * move nonce out loop * format code * change test flow(only use A1 trigger error event) * format code * IDGraph adjustment (#1478) * only keep idgraph for verified event * add get_id_graph_with_max_len * add tee pallets unittests * adjust idgraph and prettier * use context.api for better naming * remove empty lines --------- Co-authored-by: Zhouhui Tian <[email protected]> Co-authored-by: Kai <[email protected]> Co-authored-by: Linfeng.Yuan <[email protected]> Co-authored-by: BillyWooo <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kailai-Wang <[email protected]> Co-authored-by: Verin1005 <[email protected]>
resolves #1442
This PR:
verify_identitycontext.substratewithcontext.apias it's more conventional andsubstrateis a bit ambiguousTODO: real ts-tests for linking 20+ identities => mainly to see how large the IDGraph would be.