serum-vial
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -155,2 +155,5 @@ "use strict"; | ||
if (this._l3SnapshotPublishRequested) { | ||
// reset local accounts info | ||
this._localAsksOrdersMap = new Map(this._asksAccountOrders.map(this._toMapConstructorStructure)); | ||
this._localBidsOrdersMap = new Map(this._bidsAccountOrders.map(this._toMapConstructorStructure)); | ||
logger_1.logger.log('warn', 'Publishing full l3 snapshot as requested...', { | ||
@@ -157,0 +160,0 @@ market: this._options.symbol, |
{ | ||
"name": "serum-vial", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=15" |
@@ -234,2 +234,6 @@ import { EVENT_QUEUE_LAYOUT, Market, Orderbook, getLayoutVersion } from '@project-serum/serum' | ||
if (this._l3SnapshotPublishRequested) { | ||
// reset local accounts info | ||
this._localAsksOrdersMap = new Map(this._asksAccountOrders!.map(this._toMapConstructorStructure)) | ||
this._localBidsOrdersMap = new Map(this._bidsAccountOrders!.map(this._toMapConstructorStructure)) | ||
logger.log('warn', 'Publishing full l3 snapshot as requested...', { | ||
@@ -236,0 +240,0 @@ market: this._options.symbol, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
298271
4372