Releases: Concordium/concordium-node-sdk-js
Releases · Concordium/concordium-node-sdk-js
web-sdk v3.3.1
- Added a client for version 2 of the Concordium gRPC API to communicate with a Concordium node.
- including helper function
waitForTransactionFinalization
that returns a promise that resolves when the transaction finalizes.
- including helper function
- Added a
createConcordiumClient
function to create the gRPC v2 client. - Support for the
configureBaker
transaction type. getInitContractParameterSchema
,getUpdateContractParameterSchema
,serializeInitContractParameters
andserializeUpdateContractParameters
now report an error when called with invalid data, such as a receive function with missing schema, or a schema that cannot be parsed.- The JSON-RPC client has been deprecated in favor of the new gRPC v2 client.
- Various types and helper functions used by the JSON-RPC client (and the v1 gRPC client) have also been deprecated.
node-sdk v6.2.0
- Added a client for version 2 of the Concordium gRPC API to communicate with a Concordium node.
- including helper function
waitForTransactionFinalization
that returns a promise that resolves when the transaction finalizes.
- including helper function
- Added a
createConcordiumClient
function to create the gRPC v2 client. - Support for the
configureBaker
transaction type. getInitContractParameterSchema
,getUpdateContractParameterSchema
,serializeInitContractParameters
andserializeUpdateContractParameters
now report an error when called with invalid data, such as a receive function with missing schema, or a schema that cannot be parsed.- The value of amount fields in the gRPC v1 client's invokeContract's events has been changed to bigint (instead of string) as the type specifies.
- The old gRPC v1 client has been deprecated in favor of the new gRPC v2 client.
- Various types and helper functions used by the old gRPC v1 client (and the JSON-RPC client) have also been deprecated.
web-sdk v3.2.0
Adds support for serializing smart contract types with only the specific type's schema
- Bumped @concordium/common-sdk to 6.2.0.
- Bumped @concordium/rust-bindings to 0.9.0.
v1.1.0
Add Invoke Contract + some improvements for types + bugfix
v1.0.0
Support for Sirius update
v0.7.1
Support for initiating and updating contracts with parameters.
v0.6.0
Added a function to deserialize contract state, and added support for the register data transaction.