Tags: scs/substrate-api-client
Tags
break api: async support and clean up dependencies (#567) break api: clean up trait bound, improve dispatch error, async support, break api: improve dispatch error, cleanup dependencies, rework of metadata break api: clean up trait bounds, cleanup dependencies break api: clean up trait bounds, support decoding events from the metadata, async support, Change generic types of traits to associated types breaks nothing break API: async support, clean up dependencies break API: improve dispacth error, clean up trait bounds, add next_events_from_metadata, expand chain api, make pallet dependencies optional cargo.lock changes from review Co-authored-by: echevrier <edith.chevrier@scs.ch>
bump substrate to polkadot-v0.9.2. + add GA + re-add branch ids (#116) * bump paritytech/substrate@1d7f6e1. Closes #117. * re-introduce branch identifiers * Add GitHub actions #### Rationale Branch Ids: Polkadot references substrate dependencies including `branch = "master"`. Hence, any rust crate that uses substrate AND Polkadot deps must use the branch-id because Cargo can't identify them as the same even if the same substrate revision is referenced. This is the api-client branch that is currently used with the encointer-client.