Concordium / concordium-node-sdk-js

TypeScript SDK for using the Concordium blockchain

Home Page:http://developer.concordium.software/concordium-node-sdk-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support the changes of the GRPCv2 API for the new protocol

MilkywayPirate opened this issue · comments

Task description

The SDK should have its GRPC dependency upgraded in order to support the changes that has been made to the GRPC API for the new consensus protocol.

An overview of the changes can be found here:
Concordium/concordium-node#870
Concordium/concordium-node#871

When this is done, this needs to cascade to concordium-browser-wallet as well for it to be used with the new consensus version.

This is activated with PV6, so we need to identify the changes made to the individual types and make sure both old and new are supported.