@0x/mesh-rpc-client
Advanced tools
Changelog
v9.0.1
miniHeaderRetentionLimit
block headers in the DB. This caused issue #667 and also caused the Mesh node's DB storage to continuously grow over time. (#716)Changelog
v9.0.0
RPC_ADDR
to WS_RPC_ADDR
since we now support both WS and HTTP JSON-RPC endpoints. (#658)CUSTOM_CONTRACT_ADDRESSES
env config (#640).getOrdersForPageAsync
method to @0x/mesh-rpc-client
WS client interface so that clients can paginate through the retrieved orders themselves (#642).@0x/mesh-browser
package. (#665).HTTP_RPC_ADDR
defaults to localhost:60556
). (#658)Changelog
v7.1.0-beta-0xV3
@0x/mesh-browser
package will now be able to retain orders and other relevant parts of the state when refreshing the page or closing and re-opening the browser. (#533).UNEXPIRED
OrderEventEndState
enum value to both @0x/mesh-rpc-client
and @0x/mesh-browser
and missing STOPPED_WATCHING
value from @0x/mesh-rpc-client
.github.com/libp2p/go-libp2p-kad-dht
(#539).RPC_ADDR
from a random available port to 60557
. Some documentation already assumed 60557
was the default port. Now all documentation has been updated for consistency with this change. (#542).go-ethereum
's rpc
package. (#545)--archive
flag enabled. We now fast-sync only if less than 128 blocks have elapsed. Otherwise, we simply re-validate all orders and continue processing block events from the latest block. (#407)