Darwinia networks' tracing runtime override collections

Overview

Darwinia Runtime Overrides

USAGE:
    runtime-overrides [OPTIONS] --runtime <CHAIN>

OPTIONS:
    -h, --help               Print help information
    -r, --runtime <CHAIN>    Specific runtime (non case sensitive) [possible values: darwinia, crab,
                             pangoro, pangolin]
    -t, --target <VALUE>     Specific branch/commit/tag [default: main]
You might also like...
A re-write of polkadot staking miner using subxt to avoid hard dependency to each runtime version

Staking Miner v2 WARNING this library is under active development DO NOT USE IN PRODUCTION. The library is a re-write of polkadot staking miner using

JS Runtime proof-of-concept for interactions with AvdanOS

Important: we are migrating to a new Discord server .gg/avdanos What is this ? This repo aims to be a JavaScript environment where AvdanOS extensions

Faterium Substrate Node, Runtime, and Pallets. Contains "faterium-polls-pallet" with logic of Faterium Polls.

Faterium Substrate Node Faterium - a place where fates are forged. This is the official implementation of Faterium Crowdfunding Polls in Rust as Subst

A modern runtime for javascript.

Just NOTICE: README LINKS AND SITE ARE WIP. LINKS MAY NOT WORK Just is a simple, and modern runtime for JavaScript that uses V8 and is built in Rust.

A runtime for Yarn Spinner scripts, written in Rust.

yarn_spool yarn_spool is a runtime for Yarn Spinner scripts, written in Rust. Note that this library does not provide tools for parsing Yarn scripts,

An intentionally-limited Rust implementation of the Docker runtime with no external dependencies.

lil-docker An lightweight Rust implementation of Docker's run command. lil docker is an accessible implementation of a very basic Docker runner (which

Fast way to test a Substrate Runtime via RPC (eg. PolkadotJS UI).

runstrate Fast way to test a Substrate Runtime via RPC (eg. PolkadotJS UI). Build & Run git clone https://github.com/arturgontijo/runstrate cd runstra

A fast zero-knowledge proof friendly Move language runtime environment.
A fast zero-knowledge proof friendly Move language runtime environment.

zkMove Lite zkMove Lite is a lightweight zero-knowledge proof friendly Move language virtual machine. Move bytecode is automatically "compiled" into c

Modern, lightweight & standard-compliant bitcoin wallet runtime & cli without rust-bitcoin dependencies

Bitcoin protocol command-line wallet & tools Modern, minimalistic & standard-compliant cold wallet from LNP/BP Standards Association. Contributing Con

Comments
  • Brand New Runtime Overrides

    Brand New Runtime Overrides

    • [x] Pure Rust, call subwasmlib directly
    • [x] Friendly cmd
    • [x] Able to run without sudo privilege
    • [x] Fix bug in NODE_VERSION replacement
    • [x] No need to replace toml with template
    • [x] Easier to enable evm-tracing
    • [x] Support all networks
    • [x] Update README
    • [ ] CI
    opened by AurevoirXavier 1
  • Create new tracing runtime script

    Create new tracing runtime script

    I have tested the tracing node locally, and it is working properly.

    Setup tracing node command:

    ./drml \
        -d data/alice \
        --chain pangolin-local \
        --rpc-port 10033 \
        --ws-port 10044 \
        --port 30433 \
        --unsafe-rpc-external \
        --unsafe-ws-external \
        --rpc-methods unsafe \
        --rpc-cors all \
        --execution wasm \    # necessary
        --ethapi=debug,trace \   # necessary
        --wasm-runtime-overrides=wasm/pangolin \  # necessary
        --alice
    
    opened by boundless-forest 0
  • Some scripts to help add new runtime override

    Some scripts to help add new runtime override

    like:

    1. https://github.com/PureStake/moonbeam-runtime-overrides/blob/master/scripts/import-tracing-runtime.sh
    2. https://github.com/PureStake/moonbeam-runtime-overrides/blob/master/scripts/build-tracing-runtime.sh
    opened by boundless-forest 0
Owner
Darwinia Network
Cross-chain bridge and message delivery network
Darwinia Network
Exploration of using Storage instead of Allocator to parameterize collections in Rust

storage-poc aims at exploring the usage of custom Storages, rather than custom Allocators. Goals This is a Proof-of-Concept aiming at: Demonstrating t

null 106 Dec 8, 2022
Parity-Bridge — Bridge between any two ethereum-based networks

Deprecated Bridges This repo is deprecated. Originally it contained the ETH <> ETH-PoA bridge (see tumski tag). Later it was repurposed for ETH-PoA <>

Parity Technologies 314 Nov 25, 2022
The fast, light, and robust client for Ethereum-like networks.

The Fastest and most Advanced Ethereum Client. » Download the latest release « Table of Contents Description Technical Overview Building 3.1 Building

OpenEthereum 6.7k Dec 24, 2022
Tiny CLI for submitting large calldata transactions to EVM networks to stress test the networking layer. Main motivation: EIP4844blobs.

stress4844 Tiny CLI for submitting large calldata transactions to EVM networks to stress test the networking layer. Main motivation: EIP4844 blobs. ca

Paradigm 50 Jan 4, 2023
Tiny CLI for submitting large calldata transactions to EVM networks to stress test the networking layer

Tiny CLI for submitting large calldata transactions to EVM networks to stress test the networking layer. Main motivation: EIP4844blobs.

Paradigm 50 Jan 4, 2023
EXPERIMENTAL: Bitcoin Core Prometheus exporter based on User-Space, Statically Defined Tracing and eBPF.

bitcoind-observer An experimental Prometheus metric exporter for Bitcoin Core based on Userspace, Statically Defined Tracing and eBPF. This demo is ba

0xB10C 24 Nov 8, 2022
A node and runtime configuration for polkadot node.

MANTA NODE This repo is a fresh FRAME-based Substrate node, forked from substrate-developer-hub/substrate-node-templte ?? It links to pallet-manta-dap

Manta Network 14 Apr 25, 2021
The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime.

Solana Program Library The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime. These programs a

null 6 Jun 12, 2022
A Secure Capability-Based Runtime for JavaScript Based on Deno

Secure Runtime secure-runtime, as the name implies, is a secure runtime for JavaScript, designed for the multi-tenant serverless environment. It is an

Gigamono 7 Oct 7, 2022