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

upgrade to v1.16.2 #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

upgrade to v1.16.2 #21

wants to merge 1 commit into from

Conversation

ToufeeqP
Copy link

@ToufeeqP ToufeeqP commented Nov 28, 2024

Noteworthy changes:

  • [#5065]: Replace env_logger with sp_tracing
  • [#5029]: Backoff slow peers to avoid duplicate requests
  • [#2923]: Use console crate instead of ansi_term
  • [#5339]: Replace unnecessary &mut self with &self in BlockImport::import_block()
  • [#5450]: Sync status refactoring
  • [#4564]: Make OnUnbalanced::on_unbalanceds work with fungibles imbalances
  • [#5240]: Warn on empty public-addr when starting a validator node
  • Networking optimisations:
  • [#4848]: Optimize logic for gossiping assignments
  • [#4922]: Optimize finalization performance
  • [#4802]: Add health/readiness endpoint to the rpc server
  • [#3905]: Allows Nomination Pool to use different staking strategies including a new DelegateStake strategy.
  • [#3904]: Introduce pallet-delegated-staking
  • [#4274]: Introduce CheckMetadataHash signed extension
  • [#3962]: Change fork calculation algorithm.
  • [#4329]: Deprecate NativeElseWasmExecutor
  • [#4326]: CheckWeight checks for combined extrinsic length and proof size
  • [#4171]: Stabilize transactionWatch RPC class to version 1
  • [#2714]: GenesisConfig presets for runtime
  • [#2944]: Integrate litep2p into Polkadot SDK
  • [#4021]: Improve log output for block imports
  • [#3852]: (Breaking change)Enforce network key presence on authorities.
  • [#4017]: Complete removal of TryRuntime subcommand
  • [#3504]: add prometheus label “is_rate_limited” to rpc calls
  • [#1781]: Multi-Block-Migrations, poll hook and new System Callbacks
  • [#3364]: rpc server expose batch request configuration
  • Add functionality to limit RPC batch requests by two new CLI options:
    • --rpc-disable-batch-request - disable batch requests on the server
    • --rpc-max-batch-request-len - limit batches to LEN on the server
  • [#3060]: Add retry mechanics to pallet-scheduler

@ToufeeqP ToufeeqP marked this pull request as ready for review December 10, 2024 10:57
@ToufeeqP ToufeeqP changed the title WIP: upgrade to v1.16.2 upgrade to v1.16.2 Dec 10, 2024
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.

1 participant