-
Notifications
You must be signed in to change notification settings - Fork 978
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'origin/grarco/basic-fee' (#962)
* origin/grarco/basic-fee: changelog: add #962 Fixes unit tests Fixes process proposal fee token Fixes fee value in tx contruction Adds fee burning and checks changed to 0.12.2 Namada 0.12.2 release: cherry-pick release improvements changelog: add #952 prepare_proposal: update comment to reflect hotfix prepare_proposal: use TxRecord struct on ABCI++ build missed a chain-id addition Prioritize wrapper txs during proposal construction Hot fix PrepareProposal added chain id and fixed install docs update pseudocode General housekeeping Reward distribution: general improvements Cubic slashing: general writing improvements Cubic slashing: add new improved pseudocode blurb (Rust-style) Cubic slashing: clarify slash iteration procedure and equation Cubic slashing: fix and improve plot quick fix to cubic slash changelog: add #911 changelog: add #876 test/core: run less cases on `update_epoch_after_its_duration` test changelog: add #945 ci: install cargo-about on release step make-package.sh: include license information in tarball release: add configuration for cargo-about changelog: add #943 make-package.sh: don't attempt to include matchmaker Namada 0.12.1 changelog: add #942 vp_verify_masp: avoid panicking unwrap()s changed the docker link (again) Changed the first header of pages to H1 in 2 occasions in Namada Specs Replaced non-breaking space with space to fix faulty formatting fix transfer args
- Loading branch information
Showing
52 changed files
with
434 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Added a basic fee implementation for testnet. | ||
([#962](https://github.com/anoma/namada/pull/962)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Run fewer cases on update_epoch_after_its_duration, for a faster test suite. | ||
([#876](https://github.com/anoma/namada/pull/876)) |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/testing/911-fix-ledger-txs-and-queries-args.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Use the correct options (--gas-amount, --gas- | ||
token) in the ledger_txs_and_queries E2E test. | ||
([#911](https://github.com/anoma/namada/pull/911)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Avoid panicking unwrap()s in vp_verify_masp, to prevent crashing the node on | ||
malformed transactions. ([#942](https://github.com/anoma/namada/pull/942)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Namada 0.12.1 is a hotfix release, fixing a node crash on malformed | ||
transactions to the MASP. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Limit block space to under Tendermint's limit, and limit transactions included | ||
in a block by their size. ([#952](https://github.com/anoma/namada/pull/952)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.12.2/miscellaneous/943-no-matchmaker-in-package.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Don't attempt to include matchmaker DLLs, which no longer exist, in release | ||
packages. ([#943](https://github.com/anoma/namada/pull/943)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.12.2/miscellaneous/945-release-include-license.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Include license information in release binary tarballs. | ||
([#945](https://github.com/anoma/namada/pull/945)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Namada 0.12.2 is a hotfix release, limiting transactions included in a | ||
block by size. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Third Party Licenses | ||
|
||
Overview of licenses: | ||
|
||
{{#each overview}} | ||
{{{name}}} ({{count}}) | ||
{{/each}} | ||
|
||
All license text: | ||
|
||
{{#each licenses}} | ||
{{{name}}} | ||
|
||
Used by: | ||
|
||
{{#each used_by}} | ||
{{crate.name}} {{crate.version}} | ||
<{{#if crate.repository}}{{crate.repository}}{{else}}https://crates.io/crates/{{crate.name}}{{/if}}> | ||
{{/each}} | ||
|
||
{{{text}}} | ||
{{/each}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
accepted = [ | ||
"MIT", | ||
"0BSD", | ||
"ISC", | ||
"Unlicense", | ||
"BSD-2-Clause", | ||
"BSD-3-Clause", | ||
"CC0-1.0", | ||
"MPL-2.0", | ||
"GPL-3.0", | ||
"OSL-3.0", | ||
"OpenSSL", | ||
"Unicode-DFS-2016", | ||
"Apache-2.0 WITH LLVM-exception", | ||
"Apache-2.0", | ||
"NOASSERTION", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.