nanocryk

Results 7 issues of nanocryk

I'm trying to run `cargo sort -g` on this Cargo.toml : https://github.com/PureStake/moonbeam/blob/master/node/cli/Cargo.toml However it seems to completely ignore the groupings/newlines. It is also not idempotent as running the command multiple...

### What does it do? **New features :** - New `Revert` type that allows to handle revert messages with support for formatting consistent across precompiles, and backtraces (here for which...

A0-pleasereview
B7-runtimenoteworthy
D5-nicetohaveaudit⚠️

### What does it do? Currently arguments of `setKey` in `AuthorMapping` precompile are not properly decoded and don't match what what is generated from Ethereum tools with the Solidity interface....

A0-pleasereview
B7-runtimenoteworthy
D9-needsaudit👮

### What does it do? Add a new `TreasuryCouncilCollective` pallet to manage the treasury. It replaces the normal Council for treasury management only. The normal Council is still associated with...

A0-pleasereview
B7-runtimenoteworthy
D5-nicetohaveaudit⚠️

### What does it do? After adding this precompile in Moonbase 1700 we can add it to Moonriver and Moonbeam if no issues are found. ### What important points reviewers...

A0-pleasereview
B7-runtimenoteworthy
C3-medium
D1-audited👍

### What does it do? ### What important points reviewers should know? ### Is there something left for follow-up PRs? ### What alternative implementations were considered? ### Are there relevant...

A3-inprogress
B7-runtimenoteworthy
D9-needsaudit👮

When compiling in nightly `rustc 1.33.0-nightly (fb86d604b 2018-12-27)` or stable `rustc 1.31.1 (b6c32da9b 2018-12-18)`, the following errors appears : ``` error: lint `private_no_mangle_fns` has been removed: `no longer a warning,...