Manta icon indicating copy to clipboard operation
Manta copied to clipboard

The main repo for manta blockchain nodes.

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

One more optimization could be to use `https://github.com/rust-lang/docker-rust-nightly` as in `runs_on: rustlang/rust:nightly` instead of running rustup at our compute cost on every run currently as in https://github.com/Manta-Network/Manta/actions/runs/3238290500/jobs/5306447191#step:2:10 we do `aws-image-search-pattern:...

C-enhancement
A-ci
P-low
C-good-first-issue
E-minutes

- [ ] Automatically prevent PRs that are labelled as `DO-NOT-MERGE` from being merged. - [ ] Make passing this workflow `Required` for all PRs _Originally posted by @Garandor in...

C-enhancement
A-automation
A-ci
P-low
L-added
E-minutes

Instead of the current opaque storage, i'd like to have them added to the repo with the encryption password kept secret. -> https://github.com/neosmart/securestore-rs Obv. this is *only* for testnets up...

C-enhancement
A-development
L-skip
E-hours

This enables permissionless staking on Calamari relates to https://github.com/Manta-Network/Manta/issues/486

A-calamari
P-high
A-consensus
E-weeks

otherwise a wallet might be handed TXns that have been / will be forked out https://github.com/Manta-Network/Manta/blob/833937275d16e35b90225c94849fb4c96948e735/pallets/manta-pay/src/rpc.rs#L84

C-bug
P-high
A-manta-pay

In order to allow for permissionless staking and robust block production, we switch to a Nominated POS block production scheme for our Parachain as the current Aura-based method has technical...

A-manta
A-calamari
A-runtime
P-high
A-dolphin
A-collator-program
A-consensus
C-tracking-issue
E-months

Signed-off-by: Adam Reif ## Description I would like everyone to start using the labelling system on our issues and PRs. Later (#661 ) this'll enable us to auto-generate the Changelog....

C-enhancement
DO-NOT-MERGE
A-development
E-minutes

## Description closes: #769 * Splits the `UpdateOrigin` to `PauseOrigin` and `UnpauseOrigin` . `PauseOrigin` can be both technical committee (1/2) or governance. `UnpauseOrigin` is only governance * Added a list...

A-calamari
A-governance
L-changed

Currently our bare metal benchmark machine c5d.metal is actually less performant than the substrate reference hardware that we recommend: ``` +----------+----------------+--------------+--------------+-------------------+ | Category | Function | Score | Minimum |...

A-weights

Currently we use https://github.com/Manta-Network/fork-off-substrate to scrape data from a production state and create a new genesis file with that data. Then we upload the genesis file somewhere so developers can...

A-automation