Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
e90ee611
Unverified
Commit
e90ee611
authored
Nov 26, 2021
by
Keith Yeung
Committed by
GitHub
Nov 26, 2021
Browse files
Update W3F URL links (#4376)
parent
745d3bc3
Pipeline
#168126
passed with stages
in 40 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
runtime/common/src/lib.rs
View file @
e90ee611
...
...
@@ -114,7 +114,7 @@ parameter_types! {
}
/// Parameterized slow adjusting fee updated based on
/// https://
w3f-
research.
readthedocs.
io/en/latest/polkadot/
Token%20E
conomics.html#-2.-slow-adjusting-mechanism
/// https://research.
web3.foundat
io
n
/en/latest/polkadot/
overview/2-token-e
conomics.html#-2.-slow-adjusting-mechanism
pub
type
SlowAdjustingFeeUpdate
<
R
>
=
TargetedFeeAdjustment
<
R
,
TargetBlockFullness
,
AdjustmentVariable
,
MinimumMultiplier
>
;
...
...
runtime/parachains/src/reward_points.rs
View file @
e90ee611
...
...
@@ -17,7 +17,7 @@
//! An implementation of the `RewardValidators` trait used by `inclusion` that employs
//! `pallet-staking` to compute the rewards.
//!
//! Based on https://
w3f-
research.
readthedocs.
io/en/latest/polkadot/
Token%20E
conomics.html
//! Based on https://research.
web3.foundat
io
n
/en/latest/polkadot/
overview/2-token-e
conomics.html
//! which doesn't currently mention availability bitfields. As such, we don't reward them
//! for the time being, although we will build schemes to do so in the future.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment