Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
7f84e448
Commit
7f84e448
authored
4 years ago
by
Benjamin Kampmann
Browse files
Options
Downloads
Patches
Plain Diff
Add Changelog
parent
45886bd1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
substrate/docs/CHANGELOG.md
+44
-1
44 additions, 1 deletion
substrate/docs/CHANGELOG.md
with
44 additions
and
1 deletion
substrate/docs/CHANGELOG.md
+
44
−
1
View file @
7f84e448
...
...
@@ -6,9 +6,52 @@ The format is based on [Keep a Changelog].
## Unreleased
## 2.0.0-alpha.6 -> 2.0.0-alpha.7
## 2.0.0-alpha.5 -> 2.0.0-alpha.6
Runtime
-------
*
Use
`storage::append`
in the implementation of the storage types (#5889)
*
pallet-sudo: Store
`DispatchResult`
in
`Sudid`
event (#5804)
*
Enable Offchain Equalise (#5683)
*
Add support for custom runtime upgrade logic (#5782)
*
Require
`fn`
token in
`decl_storage`
`get`
(#5717)
*
Child trie api changes BREAKING (#4857)
*
Pass max-total to RewardRemainder on end_era (#5697)
*
Transaction versioning in the RuntimeVersion (#5582)
*
emit TipClosed event on success tip payout (#5656)
Client
------
*
Adds
`export-state`
subcommand (#5842)
*
Drop ClientProvider (#5823)
*
Move spawning tasks from thread pools to Service's TaskManager for block importing (#5647)
*
Reputation penalty for sending empty block response (#5814)
*
Move sc-client into sc-service (#5502)
*
Use new block requests protocol (#5760)
*
Fix leak in stream notifications (#5739)
*
network: Only insert global addresses into the DHT. (#5735)
*
enum Pays for PaysFee (#5733)
*
Migrate away from
`SimpleDispatchInfo`
(#5686)
*
Child trie api changes BREAKING (#4857)
*
subkey: compute and inspect a moduleid (#5676)
*
Listen on ipv6 by default as well (#5677)
*
Adjustments to Kademlia-related metrics (#5660)
*
client/authority-discovery: Allow to be run by sentry node (#5568)
*
Add alternative RPC methods to system_networkState (#5643)
*
Several tweaks to networking Prometheus metrics (#5636)
*
Use a Kademlia instance per
`ProtocolId`
. (#5045)
*
Report tasks metrics to Prometheus (#5619)
API
---
*
Child trie api changes BREAKING (#4857)
*
Pass max-total to RewardRemainder on end_era (#5697)
*
Implement iter for doublemap (#5504)
## 2.0.0-alpha.5 -> 2.0.0-alpha.6
Runtime
-------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment