Manta
Manta copied to clipboard
The main repo for manta blockchain nodes.
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...
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...
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...
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...
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...
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...
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...
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]...
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.
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....