Skip to content

Commit

Permalink
Astar Collator 5.0.0 release (#865)
Browse files Browse the repository at this point in the history
* 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
akru and shunsukew authored Mar 13, 2023
1 parent b441a72 commit 59796d3
Show file tree
Hide file tree
Showing 17 changed files with 1,701 additions and 590 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu", "macOS"]
arch: ["x86_64", "aarch64"]
arch: ["x86_64"]
exclude:
- os: macOS
arch: aarch64
Expand Down
Loading

0 comments on commit 59796d3

Please sign in to comment.