mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 18:17:56 +00:00
ead6815ae4
* Make WASM browser thing compile * Fix * updated exit-future (github repo) * Switch to broadcast crate * Migrate client/cli * Switch exit-future to modernize branch * Small changes * Switch to cargo version and fix fg tests * fix basic-authorship * Fix crash on grafana macro * Fix grafana macro * Switch node python version * Disable record_metrics_slice in grafana macro on wasm * Update client/grafana-data-source/src/lib.rs * Revert "Update client/grafana-data-source/src/lib.rs" This reverts commit 888009a8e0b7051bd4bfbbfdb0448bcf2e2aae93. * Add wasm support for state machine * Switch to my own libp2p version * Revert "Switch to my own libp2p version" This reverts commit ce613871b59264b3165b45c37943e6560240daa7. * Revert "Add wasm support for state machine" This reverts commit de7eaa0694d9534fc3b164621737968e9a6a7c5f. * Add sc-browser * Squash * remove sc-browser * Fix keystore on wasm * stubs for removed functions to make env compatible with old runtimes * Add test (that doesn't work) * Fix build scripts * Revert basic-authorship due to no panics * Revert cli/informant * Revert consensus * revert offchain * Update utils/browser/Cargo.toml Co-Authored-By: Benjamin Kampmann <ben@gnunicorn.org> * export console functions * Add new chainspec * Fix ws in chain spec * revert chainspec * Fix chainspec * Use an Option<PathBuf> in keystore instead of cfg flags * Remove crud * Only use wasm-timer for instant and systemtime * Remove telemetry changes * Assuming this is ok * Add a KeystoreConfig * Add stubs back in * Update libp2p * Revert "Add stubs back in" This reverts commit 4690cf1882aa0f99f7f00a58c4080c8aa9b77c36. * Remove commented js again * Bump kvdb-web version * Fix cli * Switch branch on futures-timer * Fix tests * Remove sc-client test build in check-web-wasm because there isn't a good way to build futures-timer with wasm-bindgen support in the build * Remove more things ^^ * Switch branch on futures-timer back * Put DB io stats behind a cfg flag * Fix things * Don't timeout transports on wasm * Update branch of futures-timer and fix bad merge * Spawn informant * Fix network test * Fix delay resets * Changes * Fix tests * use wasm_timer for transaction pool * Fixes * Switch futures-timer to crates * Only diagnose futures on native * Fix sc-network-test tests * Select log level in js * Fix syncing ;^) * Allow disabling colours in the informant * Use OutputFormat enum for informant * MallocSizeOf impl on transaction pool broke stuff because wasm_timer::Instant doesnt impl it so just revert the transaction pool to master * Update futures-diagnose * Revert "MallocSizeOf impl on transaction pool broke stuff because wasm_timer::Instant doesnt impl it so just revert the transaction pool to master" This reverts commit baa4ffc94fd968b6660a2c17ba8113e06af15548. * Pass whole chain spec in start_client * Get Instant::now to work in transaction pool again * Informant dep reordering Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Svyatoslav Nikolsky <svyatonik@gmail.com> Co-authored-by: Benjamin Kampmann <ben.kampmann@googlemail.com> Co-authored-by: Demi Obenour <48690212+DemiMarie-parity@users.noreply.github.com>
166 lines
4.0 KiB
TOML
166 lines
4.0 KiB
TOML
[workspace]
|
|
members = [
|
|
"bin/node-template/node",
|
|
"bin/node-template/runtime",
|
|
"bin/node-template/pallets/template",
|
|
"bin/node/cli",
|
|
"bin/node/executor",
|
|
"bin/node/primitives",
|
|
"bin/node/rpc-client",
|
|
"bin/node/rpc",
|
|
"bin/node/runtime",
|
|
"bin/node/testing",
|
|
"bin/node/transaction-factory",
|
|
"bin/utils/subkey",
|
|
"bin/utils/chain-spec-builder",
|
|
"client",
|
|
"client/api",
|
|
"client/authority-discovery",
|
|
"client/basic-authorship",
|
|
"client/block-builder",
|
|
"client/chain-spec",
|
|
"client/chain-spec/derive",
|
|
"client/cli",
|
|
"client/consensus/aura",
|
|
"client/consensus/babe",
|
|
"client/consensus/manual-seal",
|
|
"client/consensus/pow",
|
|
"client/consensus/uncles",
|
|
"client/consensus/slots",
|
|
"client/consensus/epochs",
|
|
"client/db",
|
|
"client/executor",
|
|
"client/executor/common",
|
|
"client/executor/wasmi",
|
|
"client/executor/wasmtime",
|
|
"client/executor/runtime-test",
|
|
"client/finality-grandpa",
|
|
"client/informant",
|
|
"client/tracing",
|
|
"client/keystore",
|
|
"client/network",
|
|
"client/network/test",
|
|
"client/network-gossip",
|
|
"client/offchain",
|
|
"client/peerset",
|
|
"client/rpc-servers",
|
|
"client/rpc",
|
|
"client/rpc-api",
|
|
"client/service",
|
|
"client/service/test",
|
|
"client/state-db",
|
|
"client/telemetry",
|
|
"client/transaction-pool",
|
|
"client/transaction-pool/graph",
|
|
"utils/wasm-builder-runner",
|
|
"utils/grafana-data-source",
|
|
"utils/grafana-data-source/test",
|
|
"frame/assets",
|
|
"frame/aura",
|
|
"frame/authority-discovery",
|
|
"frame/authorship",
|
|
"frame/babe",
|
|
"frame/balances",
|
|
"frame/collective",
|
|
"frame/contracts",
|
|
"frame/contracts/rpc",
|
|
"frame/contracts/rpc/runtime-api",
|
|
"frame/democracy",
|
|
"frame/elections-phragmen",
|
|
"frame/elections",
|
|
"frame/evm",
|
|
"frame/example",
|
|
"frame/executive",
|
|
"frame/finality-tracker",
|
|
"frame/generic-asset",
|
|
"frame/grandpa",
|
|
"frame/identity",
|
|
"frame/im-online",
|
|
"frame/indices",
|
|
"frame/membership",
|
|
"frame/metadata",
|
|
"frame/nicks",
|
|
"frame/offences",
|
|
"frame/randomness-collective-flip",
|
|
"frame/recovery",
|
|
"frame/scored-pool",
|
|
"frame/session",
|
|
"frame/society",
|
|
"frame/staking",
|
|
"frame/staking/reward-curve",
|
|
"frame/sudo",
|
|
"frame/support",
|
|
"frame/support/procedural",
|
|
"frame/support/procedural/tools",
|
|
"frame/support/procedural/tools/derive",
|
|
"frame/support/test",
|
|
"frame/system",
|
|
"frame/system/rpc/runtime-api",
|
|
"frame/timestamp",
|
|
"frame/transaction-payment",
|
|
"frame/transaction-payment/rpc",
|
|
"frame/transaction-payment/rpc/runtime-api",
|
|
"frame/treasury",
|
|
"frame/utility",
|
|
"frame/vesting",
|
|
"primitives/allocator",
|
|
"primitives/application-crypto",
|
|
"primitives/application-crypto/test",
|
|
"primitives/authority-discovery",
|
|
"primitives/authorship",
|
|
"primitives/block-builder",
|
|
"primitives/blockchain",
|
|
"primitives/consensus/aura",
|
|
"primitives/consensus/babe",
|
|
"primitives/consensus/common",
|
|
"primitives/consensus/pow",
|
|
"primitives/core",
|
|
"primitives/debug-derive",
|
|
"primitives/storage",
|
|
"primitives/externalities",
|
|
"primitives/finality-tracker",
|
|
"primitives/finality-grandpa",
|
|
"primitives/inherents",
|
|
"primitives/keyring",
|
|
"primitives/offchain",
|
|
"primitives/panic-handler",
|
|
"primitives/phragmen",
|
|
"primitives/rpc",
|
|
"primitives/runtime-interface",
|
|
"primitives/runtime-interface/proc-macro",
|
|
"primitives/runtime-interface/test-wasm",
|
|
"primitives/runtime-interface/test",
|
|
"primitives/serializer",
|
|
"primitives/session",
|
|
"primitives/api",
|
|
"primitives/api/proc-macro",
|
|
"primitives/api/test",
|
|
"primitives/arithmetic",
|
|
"primitives/io",
|
|
"primitives/runtime",
|
|
"primitives/sandbox",
|
|
"primitives/staking",
|
|
"primitives/std",
|
|
"primitives/version",
|
|
"primitives/state-machine",
|
|
"primitives/timestamp",
|
|
"primitives/test-primitives",
|
|
"primitives/transaction-pool",
|
|
"primitives/trie",
|
|
"primitives/wasm-interface",
|
|
"test-utils/client",
|
|
"test-utils/runtime",
|
|
"test-utils/runtime/client",
|
|
"test-utils/runtime/transaction-pool",
|
|
"utils/browser",
|
|
"utils/build-script-utils",
|
|
"utils/fork-tree",
|
|
"utils/frame/rpc/support",
|
|
"utils/frame/rpc/system",
|
|
"utils/wasm-builder",
|
|
]
|
|
|
|
[profile.release]
|
|
# Substrate runtime requires unwinding.
|
|
panic = "unwind"
|