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

[Dolphin] Dolphin Testnet V2 Runtime #430

Merged
merged 23 commits into from Mar 28, 2022
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 23 additions & 0 deletions .editorconfig
@@ -0,0 +1,23 @@
root = true

[*.rs]
charset=utf-8
end_of_line=lf
indent_size=space
indent_style=space
stechu marked this conversation as resolved.
Show resolved Hide resolved
insert_final_newline=true
max_line_length=100
tab_width=4
trim_trailing_whitespace=true

[*.yml]
end_of_line=lf
indent_size=2
indent_style=space
tab_width=8

[*.sh]
end_of_line=lf
indent_size=2
indent_style=space
tab_width=8
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@
### Breaking changes

### Features
- [\#430](https://github.com/Manta-Network/Manta/pull/419) Add private payment to dolphin runtime.
- [\#419](https://github.com/Manta-Network/Manta/pull/419) Add asset manager and XCM support.
- [\#358](https://github.com/Manta-Network/Manta/pull/358) Underperforming collators are automatically removed from the collator set after each session
- [\#383](https://github.com/Manta-Network/Manta/pull/383) Calamari & Manta support `cargo build --features=fast-runtime`, setting most configurable timers to 2 or 5 minutes (instead of days)
Expand Down