mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 22:43:34 +08:00
* chore: function structures * chore: return accepted and streamed microblocks on socket.io block updates * chore: move ws-rpc and socket-io to ws/ directory * feat: add individual tx updates to socket.io * fix: use updated microblock txs query function * chore: add new schemas for block, microblock, mempool rpcs * feat: handle new block, microblock, mempool websocket updates * fix: socket.io type imports * chore: add test for websocket mempool update * chore: add test for block updates * chore: add microblock update test * chore: remove additional properties from rpc schemas * chore: add client support for new websocket events