You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
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.