Manta icon indicating copy to clipboard operation
Manta copied to clipboard

The main repo for manta blockchain nodes.

Results 249 Manta issues
Sort by recently updated
recently updated
newest added

https://github.com/Manta-Network/Manta/blob/5e787669ade5e9f60c2dcba9b27253ce18dc7c1a/scripts/init.sh#L3 Otherwise it leads to confusion if people self-compile with a different toolchain version, e.g. > I see that some people erroneously updated to 3.3.0 already. How come their version...

C-enhancement
A-development

Research github actions reusable workflows - https://github.blog/2021-11-29-github-actions-reusable-workflows-is-generally-available/ There's a lot of duplications in our github actions currently that can probably be addressed with these features. Currently, many workflows individually run...

C-enhancement
A-ci
P-medium
C-good-first-issue

For example manta-pay's `public_transfer` returns generic error message for failures like insufficient funds for existential deposit. This can be improved. https://github.com/Manta-Network/Manta/pull/977#discussion_r1071076348 Otherwise we can't really do monitoring of unexpected errors...

C-enhancement
P-medium
T-fullstack
P-released

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.57 to 1.0.62. Release notes Sourced from anyhow's releases. 1.0.61 Work around rust-analyzer builds poisoning all subsequent command-line cargo builds (#252) 1.0.60 Propagate --target to rustc invocation...

P-medium

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.15 to 3.2.18. Release notes Sourced from clap's releases. v3.2.18 [3.2.18] - 2022-08-29 Fixes (help) Command::print_help now respects Command::colored_help (derive) Improved error messages v3.2.17 [3.2.17] - 2022-08-12...

P-medium

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.85. Release notes Sourced from serde_json's releases. v1.0.85 Make Display for Number produce the same representation as serializing (#919) v1.0.84 Make Debug impl of serde_json::Value...

P-medium

Currently this argument is missing, so the code depends on hard coded values in the implementation of withdraw or transfer functions. If we add this argument, some failures can be...

P-medium

Some improvements that will make our life easier if we need to respond to a hack: - [x] 2 members of technical committee should be able to pause - [x]...

A-security
A-runtime
P-unreleased

User can pay fees by non-native tokens instead of native one with assets in pallet-assets. This can be a nice improvement for the front end. Already implemented in Acala/Karura.

P-medium

Signed-off-by: Brandon H. Gomes ## Description relates to OR closes: #XXXX --- Before we can merge this PR, please make sure that all the following items have been checked off....

L-changed