Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

[Async-Backing] Adjust block time target #375

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

DidacSF
Copy link
Contributor

@DidacSF DidacSF commented Nov 23, 2023

Description

Changes the configuration to reach 6s block times through increasing processing velocity instead of reducing block times

Type of changes

  • build: Changes that affect the build system or external dependencies (eg, Cargo, Docker)
  • ci: Changes to CI configuration
  • docs: Changes to documentation only
  • feat: Changes to add a new feature
  • fix: Changes to fix a bug
  • refactor: Changes that do not alter functionality
  • style: Changes to format the code
  • test: Changes to add missing tests or correct existing tests

Checklist

  • Tests for the changes have been added
  • Necessary documentation is added (if appropriate)
  • Formatted with cargo fmt --all
  • Linted with cargo clippy --all-features --all-targets
  • Tested with cargo test --workspace --all-features --all-targets

Copy link

codecov bot commented Nov 23, 2023

Codecov Report

Attention: 112 lines in your changes are missing coverage. Please review.

Comparison is base (210f36d) 74.97% compared to head (c8dcb2c) 75.57%.
Report is 34 commits behind head on develop.

Files Patch % Lines
pallets/ajuna-awesome-avatars/src/migration/v5.rs 0.00% 62 Missing ⚠️
pallets/ajuna-nft-staking/src/lib.rs 70.00% 33 Missing ⚠️
pallets/ajuna-nft-staking/benchmarking/src/lib.rs 0.00% 8 Missing ⚠️
pallets/ajuna-nft-transfer/src/lib.rs 68.75% 5 Missing ⚠️
...lets/ajuna-awesome-avatars/src/types/avatar/nft.rs 88.00% 3 Missing ⚠️
pallets/ajuna-nft-staking/src/contracts.rs 94.11% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #375      +/-   ##
===========================================
+ Coverage    74.97%   75.57%   +0.59%     
===========================================
  Files           33       33              
  Lines         3421     3517      +96     
===========================================
+ Hits          2565     2658      +93     
- Misses         856      859       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DidacSF DidacSF merged commit 129de38 into develop Nov 23, 2023
13 checks passed
@DidacSF DidacSF deleted the ds/adjust-block-durations branch November 23, 2023 13:51
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.

1 participant