Skip to content

Conversation

@saraswatpuneet
Copy link
Collaborator

@saraswatpuneet saraswatpuneet commented Oct 17, 2025

Goal

The goal of this PR is to update frequency with latest stable polkadot sdk with pallet-revive/solc support

  • Fixed sudo test problem by moving all the test in same file
  • Upgraded the dependencies
  • Upgraded js dependencies

Closes #2621
Closes #2566
Closes #2630

Discussion

Checklist

  • Updated Pallet Readme?
  • Updated js/api-augment for Custom RPC APIs?
  • Updated api-augment package.json with any new dependencies (if applicable)?
  • Design doc(s) updated?
  • Unit Tests added?
  • e2e Tests added?
  • Benchmarks added?
  • Spec version incremented?

@codecov
Copy link

codecov bot commented Oct 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions bot added metadata-changed Metadata has changed since the latest full release metadata-version-not-incremented Metadata has changed since the latest full release, but the version has not been incremented labels Oct 17, 2025
@github-actions github-actions bot added metadata-changed Metadata has changed since the latest full release and removed metadata-changed Metadata has changed since the latest full release metadata-version-not-incremented Metadata has changed since the latest full release, but the version has not been incremented labels Oct 17, 2025
@github-actions github-actions bot removed the metadata-changed Metadata has changed since the latest full release label Oct 20, 2025
@saraswatpuneet saraswatpuneet changed the title [WIP] Upgrade frequency to polkadot stable2509 Upgrade frequency to polkadot stable2509 Oct 20, 2025
@saraswatpuneet saraswatpuneet marked this pull request as ready for review October 20, 2025 14:16
@github-actions github-actions bot added the metadata-changed Metadata has changed since the latest full release label Oct 20, 2025
@github-actions github-actions bot added metadata-changed Metadata has changed since the latest full release and removed metadata-changed Metadata has changed since the latest full release labels Oct 20, 2025
@github-actions github-actions bot removed the metadata-changed Metadata has changed since the latest full release label Oct 20, 2025
@github-actions github-actions bot added the metadata-changed Metadata has changed since the latest full release label Oct 20, 2025
@github-actions github-actions bot removed the metadata-changed Metadata has changed since the latest full release label Oct 21, 2025
@github-actions github-actions bot added the metadata-changed Metadata has changed since the latest full release label Oct 21, 2025
@github-actions github-actions bot added metadata-changed Metadata has changed since the latest full release and removed metadata-changed Metadata has changed since the latest full release labels Oct 27, 2025
@github-actions github-actions bot removed the metadata-changed Metadata has changed since the latest full release label Oct 28, 2025
@saraswatpuneet saraswatpuneet changed the title Upgrade frequency to polkadot stable2509 Upgrade frequency to polkadot stable2509-1 Oct 28, 2025
@github-actions github-actions bot added the metadata-changed Metadata has changed since the latest full release label Oct 28, 2025
@saraswatpuneet saraswatpuneet requested review from a team, JoeCap08055, aramikm, claireclark1, enddynayn, mattheworris and shannonwells and removed request for a team October 28, 2025 14:04
// transferable to cover the deposit.
const proposalExt = ExtrinsicHelper.submitProposal(stakeKeys, spendBalance);
await assert.rejects(proposalExt.signAndSend());
});
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matthew has added a comment on PR page why this was removed

TransactionPoolType::SingleState.into(),
true,
);

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default mode for tx pool is ForkAware now so we dont need this anymore, also when we start collators I have check it is started without specifying --fork-aware flag and falls on default behavior

@github-actions github-actions bot added metadata-changed Metadata has changed since the latest full release metadata-version-not-incremented Metadata has changed since the latest full release, but the version has not been incremented and removed metadata-changed Metadata has changed since the latest full release labels Nov 3, 2025
@github-actions github-actions bot added metadata-changed Metadata has changed since the latest full release and removed metadata-changed Metadata has changed since the latest full release metadata-version-not-incremented Metadata has changed since the latest full release, but the version has not been incremented labels Nov 3, 2025
@github-actions github-actions bot added metadata-changed Metadata has changed since the latest full release and removed metadata-changed Metadata has changed since the latest full release labels Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

metadata-changed Metadata has changed since the latest full release

Projects

None yet

3 participants