Skip to content

Commit

Permalink
update dist and monero-cpp submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jan 7, 2024
1 parent 4cbc05c commit f62e36a
Show file tree
Hide file tree
Showing 10 changed files with 72 additions and 40 deletions.
Binary file modified dist/dist/monero_wallet_full.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/dist/monero_web_worker.js.map

Large diffs are not rendered by default.

Binary file modified dist/monero_wallet_full.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/monero_web_worker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/monero_web_worker.js.map

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions dist/src/main/ts/common/MoneroConnectionManager.d.ts
Expand Up @@ -259,12 +259,19 @@ export default class MoneroConnectionManager {
protected onConnectionChanged(connection: any): Promise<any[]>;
protected getConnectionsInAscendingPriority(): any[];
protected compareConnections(c1: any, c2: any): any;
protected comparePriorities(p1: any, p2: any): number;
protected startPollingConnection(periodMs: any): this;
protected startPollingConnections(periodMs: any): this;
protected startPollingPrioritizedConnections(periodMs: any, excludedConnections: any): this;
checkPrioritizedConnections(excludedConnections: any): Promise<void>;
protected checkConnectionsAux(connections: any, excludedConnections?: any): Promise<boolean>;
protected processResponses(responses: any): Promise<void>;
protected updateBestConnectionInPriority(): Promise<void>;
protected updateBestConnectionFromResponses(responses: any): Promise<MoneroRpcConnection>;
protected processResponses(responses: any): Promise<MoneroRpcConnection>;
protected updateBestConnectionInPriority(): Promise<MoneroRpcConnection>;
/**
* Get the best connection from the given responses.
*
* @param {MoneroRpcConnection[]} responses connection responses to update from
* @return {MoneroRpcConnection} the best response among the given responses or undefined if none are best
*/
protected getBestConnectionFromPrioritizedResponses(responses: any): Promise<MoneroRpcConnection>;
}
83 changes: 54 additions & 29 deletions dist/src/main/ts/common/MoneroConnectionManager.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/src/main/ts/common/MoneroUtils.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/src/main/ts/wallet/MoneroWalletRpc.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion external/monero-cpp

0 comments on commit f62e36a

Please sign in to comment.