encointer / encointer-node

encointer node and cli client
Apache License 2.0
22 stars 8 forks source link

upgrade to polkadot v1.0.0 #339

Closed brenzi closed 1 year ago

brenzi commented 1 year ago

integrates https://github.com/encointer/pallets/pull/332

CI

brenzi commented 1 year ago

annoying: the trait bound encointer_primitives::scheduler::CeremonyPhaseType: Serialize is not satisfied

seems we lose the std feature somewhere along the way, but all tomls checked

clangenb commented 1 year ago

Serde error is fixed by updating to the newest encointer-pallet's commit, but the build is now stuck in the client because the api-client is still on v0.9.42: https://github.com/scs/substrate-api-client/issues/625

brenzi commented 1 year ago

seems like srtool needs an upgrade to a newer rustc