Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* EVM tracing support (#802) * Added EVM tracing into local runtime * Added tracing CLI * Compilation fixes * Added EVM tracing host functions * Added EVM tracing into parachain runtimes * TracingConfig -> EvmTracingConfig * Compilation fixes * Fix clippy errors * Fix formatting * Updated dependencies in Cargo.lock * Updated Cargo.lock * Update bin/collator/src/local/service.rs Co-authored-by: Shunsuke Watanabe <[email protected]> * Update bin/collator/src/parachain/service.rs Co-authored-by: Shunsuke Watanabe <[email protected]> * Bump astar/shiden runtime specs Co-authored-by: Shunsuke Watanabe <[email protected]> * Fix srtool build * [CI] temporary disable aarch64 target * [CI] fix binaries upload for release pipeline * Fix CI errors * Update rust toolchain version to 2023-01-11 * Update Cargo.lock * Added txpool rpc support (#855) * Added txpool rpc support * Fix licensing * Bump dependencies & runtime versions * Remove outdated migrations from runtimes * Sort review comments --------- Co-authored-by: Shunsuke Watanabe <[email protected]>
- Loading branch information