Skip to content
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

Monthly substrate bump #232

Merged
merged 2 commits into from
Dec 5, 2022
Merged

Monthly substrate bump #232

merged 2 commits into from
Dec 5, 2022

Conversation

alebaffa
Copy link
Contributor

Bump to fragnova-v0.9.33-1 (i.e. polkadot-v0.9.33).

@codecov
Copy link

codecov bot commented Nov 25, 2022

Codecov Report

Merging #232 (94bdf11) into devel (d847013) will decrease coverage by 0.15%.
The diff coverage is 59.85%.

❗ Current head 94bdf11 differs from pull request most recent head db8245f. Consider uploading reports for the commit db8245f to get more accurate results

@@            Coverage Diff             @@
##            devel     #232      +/-   ##
==========================================
- Coverage   53.76%   53.61%   -0.16%     
==========================================
  Files          24       24              
  Lines        3519     3531      +12     
==========================================
+ Hits         1892     1893       +1     
- Misses       1627     1638      +11     
Impacted Files Coverage Δ
node/src/rpc.rs 0.00% <ø> (ø)
node/src/service.rs 0.00% <0.00%> (ø)
pallets/accounts/src/dummy_data.rs 100.00% <ø> (ø)
pallets/accounts/src/lib.rs 57.40% <ø> (ø)
runtime/src/lib.rs 1.58% <18.18%> (-4.09%) ⬇️
pallets/fragments/src/lib.rs 66.00% <54.71%> (+<0.01%) ⬆️
pallets/protos/src/lib.rs 64.99% <62.26%> (-0.30%) ⬇️
pallets/fragments/src/benchmarking.rs 99.38% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@alebaffa
Copy link
Contributor Author

alebaffa commented Nov 26, 2022

Biggest changes:

  • the removal of RPC from pallet-contracts that has impacts in our pallet-protos where we call bare_call
  • change in the runtime, notably how block weight is calculated. This update follows the implementation of the template node. Basically, the code has been refactored to extract the calculations for extrinsic types.

node/src/rpc.rs Show resolved Hide resolved
@alebaffa alebaffa marked this pull request as draft November 28, 2022 01:38
@alebaffa alebaffa marked this pull request as ready for review November 28, 2022 01:50
@alebaffa alebaffa marked this pull request as draft November 28, 2022 02:23
@alebaffa alebaffa marked this pull request as ready for review November 28, 2022 05:28
node/src/service.rs Show resolved Hide resolved
@alebaffa alebaffa marked this pull request as draft November 30, 2022 05:14
@alebaffa alebaffa marked this pull request as ready for review December 2, 2022 06:06
@alebaffa alebaffa marked this pull request as draft December 5, 2022 00:44
@sinkingsugar sinkingsugar marked this pull request as ready for review December 5, 2022 10:26
@sinkingsugar sinkingsugar merged commit cb78e05 into devel Dec 5, 2022
@sinkingsugar sinkingsugar deleted the bump-polkadot-v0.9.33 branch December 5, 2022 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants