-
Notifications
You must be signed in to change notification settings - Fork 955
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tomas/checked-arith' (#3074)
* origin/tomas/checked-arith: changelog: add #3074 namada/pos: re-use into_tm_voting_power from pos crate wasm: update to non-panicking core API benches: update to non-panicking core API apps: update to non-panicking core API namada: update to non-panicking core API sdk: update to non-panicking core API eth_bridge: update to non-panicking core API ibc: update to non-panicking core API pos: update to non-panicking core API gov: update to non-panicking core API state: update to non-panicking core API shielded_token: update to non-panicking core API trans_token: update to non-panicking core API vote_ext: update to non-panicking core API controller: replacing panicking code storage/collections/lazy_map: add try_update storage: add conv from core::arith::Error for convenience test/core: fixes for checked arith core: clippy fixes core/dec: sanitize panicking code core/storage: sanitize panicking code core/token: sanitize panicking code core/uint: sanitize panicking code core: add `assert_matches` dev-dep core/voting_power: sanitize panicking code core: strict clippy arith deps: add smooth-operator and re-export from core/arith core: add arith mod with a custom `trait CheckedAdd`
- Loading branch information
Showing
89 changed files
with
2,381 additions
and
1,625 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 @@ | ||
- Prohibit unchecked arithmetics and conversions in the core crate. | ||
([\#3074](https://github.com/anoma/namada/pull/3074)) |
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
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
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
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.