-
Notifications
You must be signed in to change notification settings - Fork 123
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
Initial pull method #1046
Initial pull method #1046
Conversation
Please signoff on all commits with your name, email and gpg key for the Developer's Certificate of Origin. |
Signed-off-by: SupremoUGH <francisco@manta.network>
Signed-off-by: SupremoUGH <francisco@manta.network>
…1043) Signed-off-by: SupremoUGH <francisco@manta.network>
9ccf82a
to
854b072
Compare
Signed-off-by: SupremoUGH <francisco@manta.network>
…k/Manta into initial_read_method
Signed-off-by: SupremoUGH <francisco@manta.network>
4f00056
to
c1f2882
Compare
Signed-off-by: SupremoUGH <francisco@manta.network>
fe00159
to
8e38d28
Compare
Don't try to restart single jobs, I think there's a bug somewhere and they just hang. Better restart all |
@SupremoUGH Using manta-rs latest rev commit: f6606ca, has compile issue:
Try to manual set signature version to 1.5.0 on calamari runtime:
I think in manta-rs, upgrade |
And maybe this new method should be added to zkSBT as well, but we can do it in a separate PR. @zqhxuyuan @ferrell-code |
As zkSBT is already merge to main branch, so we can add this rpc call into zkSBT pallet together. I already have a seperate branch: sbt_extension, @SupremoUGH maybe just pick that branch's latest three commit into this branch. |
Signed-off-by: SupremoUGH <francisco@manta.network>
Signed-off-by: SupremoUGH <francisco@manta.network>
Signed-off-by: SupremoUGH <francisco@manta.network>
|
Signed-off-by: SupremoUGH <francisco@manta.network>
87a117a
to
38dce3e
Compare
Description
Adds the
initial_pull
anddense_initial_pull
methods on the pallet.Goes together with:
Before we can approve this PR for merge, please make sure that all the following items have been checked off:
L-
group to this PRA-
andC-
groups to this PRA-calamari
,A-dolphin
and/orA-manta
if your changes are meant for/impact either of these (CI depends on it)Files changed
in the Github PR explorer.Situational Notes:
BaseFilter
. Ensure every extrinsic works from front-end. If there's corresponding tool, ensure both work for each other.try-runtime
. This includes migrations inherited from upstream changes, and you can search the diffs for modifications of#[pallet::storage]
items to check for any.