-
Notifications
You must be signed in to change notification settings - Fork 565
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
Ghali/remove warnings #205
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ToufeeqP
approved these changes
Aug 24, 2023
Codecov ReportPatch and project coverage have no change.
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## develop #205 +/- ##
========================================
Coverage 50.05% 50.05%
========================================
Files 71 71
Lines 10063 10063
========================================
Hits 5037 5037
Misses 5026 5026 ☔ View full report in Codecov by Sentry. |
Leouarz
added a commit
that referenced
this pull request
Sep 13, 2023
* Updated rust toolchain * Incorporated upstream changes into frame-system * Updated packages to use latest support versions * Removed uncles & deprecated GenesisConfig * wip: weights v2 & fixed system pallet tests * Updated mocks with new frame-system configs * wip: Added ExtendedBlock with frame & da headers * Updated weights to v2 * Updated da control mocks to fix tests * Updated nomad-updater-manager mocks to fix tests * Updated nomad-home mocks * Fixed system benchmarkings * fmt & refactor * Added frame-executive as local dep to patch * fmt fix * Updated pallet configs * Added code comment for rust bug * commented nomad-da-bridge tests * Removed unintended std feature gate on imports * Updated runtime configs * pallets: implement for in * pallets: implement `Default` for `GenesisConfig` in `no_std` * Added missing configs & functions to runtime * Temp: removed da-bridge from runtime * Fixed runtime tests * Fixed kate-rpc's * Fixed compile errors of node service * Updated kate-rpc to use default HeaderExtension * Added header_builder hosted function back * clippy fixes * Temporarily removed frame-executive tests * Fixed frame-system try-runtime feature * Fixed various features of the workspace * add bug report template, PR template, feature request template, chang… (#201) * add bug report template, PR template, feature request template, changelog, code of conduct, contributing guide * add missing point in checklist * Update CODE_OF_CONDUCT.md * Ghali/remove warnings (#205) * remove warnings * remove useless comment * Add tx index from block mapping to data index. (#198) * Add tx index from block mapping to data index. * Simplify code. * Fix data transactions mapping, make code more readable. * Clean unused imports. * Update docs. * Use safe conversion. * Use safe conversion. * Add unit test for testing data proof generation. * tidy. * Add leaf index check. * Update examples to match rpc endpoint. * add --unsafe-da-sync flag to quickly sync the chain * refactoring * Moved (de)serialization of BlockLength to no_std * Updated beefy-merkle-tree name * Changed Runtime from enum to struct everywhere * Re-introduced da-bridge to runtime: welcome back:) * Fixed da-bridge pallet benchmarks * Ghali/benchmark data root (#204) * add data root benchmark in case of max block * add new weights for data_root * nit * Updated RPC port * Added troubleshooting to readme * Commented block_length_proposal from CI e2e * fmt: weights to v2 * code cleaning & clippy fixes * Updated multiplier to check for empty block * Updated api_dev of avail-subxt * Enabled submit_block_length_proposal test * camel_casing fields of BlockLength * updated api_dev in avail-subxt * bumped spec_version to 12 * Added FRAME pallet migrations * apply review suggestions * feat: Added identity pallet to our module list * feat: Added mandate pallet * Updated avail-core branch reference to main * Upgrade/polkadot v1.0 (#218) * camel_casing fields of BlockLength * updated api_dev in avail-subxt * feat: Added identity pallet to our module list * feat: Added mandate pallet * Updated avail-core branch reference to main * fix migrations --------- Co-authored-by: Toufeeq Pasha <toufeeq@sovereignwallet.network> Co-authored-by: Marko Petrlic <petrlic.marko@gmail.com> * merge upstream, generate subxt metadata, add block to scheduler migration * remove extra sneaky lines * format * Switch commitment gen to new api * Try updating deps in cargo lock * Move avail-subxt to workspace to fix dep desync * Pin deps to fix example build issues * Something broke in the build... It seems like now avail-core is including a v21 of sp-core, but I can't figure out where it's getting it! * rebase fix * Added OnceLock TODO * Moved from nightly version to latest stable * fmt * Reverted formatting * Changed the CI toolchain * update to weightv2, remove warning, use weights folder in runtime like polkadot-sdk --------- Co-authored-by: Toufeeq Pasha <toufeeq@sovereignwallet.network> Co-authored-by: Saša Pršić <93726535+0xSasaPrsic@users.noreply.github.com> Co-authored-by: Marko Petrlic <petrlic.marko@gmail.com> Co-authored-by: William Arnold <will748@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.