Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Conversation

@4meta5
Copy link
Contributor

@4meta5 4meta5 commented Jun 11, 2019

Implementation of the slow fee mechanism described in detail here.

This addresses #2430 and builds on top of #2799

@parity-cla-bot
Copy link

It looks like @4meta5 hasn't signed our Contributor License Agreement, yet.

The purpose of a CLA is to ensure that the guardian of a project's outputs has the necessary ownership or grants of rights over all contributions to allow them to distribute under the chosen licence.
Wikipedia

You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io

Once you've signed, please reply to this thread with [clabot:check] to prove it.

Many thanks,

Parity Technologies CLA Bot

1 similar comment
@parity-cla-bot
Copy link

It looks like @4meta5 hasn't signed our Contributor License Agreement, yet.

The purpose of a CLA is to ensure that the guardian of a project's outputs has the necessary ownership or grants of rights over all contributions to allow them to distribute under the chosen licence.
Wikipedia

You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io

Once you've signed, please reply to this thread with [clabot:check] to prove it.

Many thanks,

Parity Technologies CLA Bot

@4meta5
Copy link
Contributor Author

4meta5 commented Jun 11, 2019

[clabot:check]

@parity-cla-bot
Copy link

It looks like @4meta5 signed our Contributor License Agreement. 👍

Many thanks,

Parity Technologies CLA Bot

1 similar comment
@parity-cla-bot
Copy link

It looks like @4meta5 signed our Contributor License Agreement. 👍

Many thanks,

Parity Technologies CLA Bot

/// Total length in bytes for all extrinsics put together, for the current block.
AllExtrinsicsLen: Option<u32>;
/// Total weight for all extrinsics put together, for the current block.
AllExtrinsicsWeight: Option<u32>;
Copy link
Contributor

Choose a reason for hiding this comment

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

This is already included in the old PR. it is more or less stable, so you should/could merge it in here now.

pub fn all_extrinsics_len() -> u32 {
<AllExtrinsicsLen<T>>::get().unwrap_or_default()
/// Gets a total weight of all executed extrinsics.
pub fn all_extrinsics_weight() -> u32 {
Copy link
Contributor

Choose a reason for hiding this comment

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

same; already exists.

@4meta5 4meta5 closed this Jun 12, 2019
@4meta5 4meta5 deleted the amar/fee-multiplier branch June 12, 2019 12:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants