Piotr Mikołajczyk
Piotr Mikołajczyk
# Description See: https://github.com/paritytech/substrate/issues/12156 # New CLI interface Help output of the main binary: ``` node-template 4.0.0-dev-unknown Substrate DevHub A fresh FRAME-based Substrate node, ready for hacking. USAGE: node-template node-template...
We introduce a new subcommand for `try-runtime` tool: `fast-forward`. ## Functionality description 1) We build `RemoteExternalities` from either a live chain or a local snapshot (`try-runtime` folklore) 1) In a...
`drink::test` macro builds all required contracts, but uses common build profile for them, possibly overwriting some parameters (like optimization passes). We might want to enable some customization, e.g. through contract...
OpenZeppelin plans to provide a set of runtimes. It would be cool if they all could be compatible with drink by default.
We should have a set of snippets that demonstrate useful, common operations, like performing token transfer, deploying multiple contracts etc.
Once https://github.com/paritytech/substrate-contracts-node is released to crates.io, we can add its runtime as an alternative to `MinimalRuntime` and use it as default in ink! e2e framework.
> or if this is too hard, as a workaround, allow passing a starting directory like ./target/release/drink-cli exmaples/flipper cc: @JoshOrndorff
# Description We add a new workflow running `cargo-audit`. This required bumping some dependencies (see diff) Vulnerabilities found: - https://rustsec.org/advisories/RUSTSEC-2021-0130 - https://rustsec.org/advisories/RUSTSEC-2020-0071 The second one is hard to fix, since...
Updated the descriptions of Common and Aleph Zero, moved Aleph Zero to infrastructure category, updated product readiness, and updated the Github repo of Aleph Zero.
## Description Note: _This is the first PR porting ideas from [my repo](https://github.com/pmikolajczyk41/arkworks-small-values-ops), as discussed with @Pratyush on [Discord](https://discord.com/channels/908465643727253524/1092568726919975104/1384802193957458082)_ ### Motivation Sometimes in a circuit we have field elements with...