BREAKING: Protocol updated to version 2. Added 1 extra byte for SignatureType.
BREAKING:sdk.createPayload now takes the message class itself as the second argument instead of messageType.
BREAKING:sdk.connect is deprecated. Use sdk.connectNode instead.
BREAKING: Subscriptions to connect/disconnect events are deprecated. Use node-connect/node-disconnect instead.
kaspa.RpcClient, kaspa.UtxoProcessor, kaspa.UtxoContext, as well as the initialized kaspa-wasm module, are now directly accessible via sdk instance getters for more fine-grained network interaction.
Added new event subscriptions: indexer-connect, indexer-disconnect, mature-incoming-tx, tx-reorg.