AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
133 stars 80 forks source link

Support for tanssi orchestrator and async backing pallets #665

Closed girazoki closed 8 months ago

girazoki commented 8 months ago

Both Tanssi and Moonbeam are now experimenting with a new pallet called AyncBacking, which is in charge now of holding slot information. This PR adds support for that, as otherwise using the authorInherent will no longer yield this info.

Additionally this PR adds support for tanssi orchestrator, and distinguishes between orchestrator (the tanssi chain itself) and containers (the chains for which tanssi lends collators). I verified that both work.

girazoki commented 7 months ago

@ermalkaleci Is there any date where you are planning to do a release for this? Let us know so that we can test "officially"

ermalkaleci commented 7 months ago

@girazoki I will release a beta version first

ermalkaleci commented 7 months ago

@girazoki https://github.com/AcalaNetwork/chopsticks/actions/runs/7787910719/job/21236139929

girazoki commented 7 months ago

Works perfectly, thanks once again!