trac-msb 0.1.23 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Whitelist/pubkeys.csv +1 -1
- package/msb.mjs +2 -2
- package/package.json +1 -1
- package/src/index.js +0 -2
package/Whitelist/pubkeys.csv
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
4262c4fac0b3442591ea9de2a1721d51f4512c7f9883a64af89ed962929e8d31
|
package/msb.mjs
CHANGED
|
@@ -3,8 +3,8 @@ import {MainSettlementBus} from './src/index.js';
|
|
|
3
3
|
const opts = {
|
|
4
4
|
stores_directory : 'stores/',
|
|
5
5
|
store_name : typeof process !== "undefined" ? process.argv[2] : Pear.config.args[0],
|
|
6
|
-
bootstrap: '
|
|
7
|
-
channel: '
|
|
6
|
+
bootstrap: '0f4fa31072e9b9d55eae87981ee657cbf9c18c70207f80d7c917540938f8b59d',
|
|
7
|
+
channel: '00axtracnetworkmainsettlementbus'
|
|
8
8
|
};
|
|
9
9
|
|
|
10
10
|
const msb = new MainSettlementBus(opts);
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -856,8 +856,6 @@ export class MainSettlementBus extends ReadyResource {
|
|
|
856
856
|
const lengthEntry = await this.#base.view.get('wrl');
|
|
857
857
|
const length = lengthEntry?.value ?? 0;
|
|
858
858
|
|
|
859
|
-
console.log('Looking for available writers, please wait...');
|
|
860
|
-
|
|
861
859
|
async function findValidator(_this) {
|
|
862
860
|
if (_this.#validator_stream !== null) return;
|
|
863
861
|
|