FRE-600: Fix code review blockers

- Consolidated duplicate UndoManagers to single instance
- Fixed connection promise to only resolve on 'connected' status
- Fixed WebSocketProvider import (WebsocketProvider)
- Added proper doc.destroy() cleanup
- Renamed isPresenceInitialized property to avoid conflict

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-04-25 00:08:01 -04:00
parent 65b552bb08
commit 7c684a42cc
48450 changed files with 5679671 additions and 383 deletions

View File

@@ -0,0 +1,22 @@
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./signAndSendTransaction.js"), exports);
__exportStar(require("./signIn.js"), exports);
__exportStar(require("./signMessage.js"), exports);
__exportStar(require("./signTransaction.js"), exports);
__exportStar(require("./signAndSendAllTransactions.js"), exports);
//# sourceMappingURL=index.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAkBA,8DAA4C;AAC5C,8CAA4B;AAC5B,mDAAiC;AACjC,uDAAqC;AACrC,kEAAgD"}

View File

@@ -0,0 +1 @@
{ "type": "commonjs" }

View File

@@ -0,0 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SignAndSendAllTransactions = void 0;
/** Name of the feature */
exports.SignAndSendAllTransactions = 'solana:signAndSendAllTransactions';
//# sourceMappingURL=signAndSendAllTransactions.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"signAndSendAllTransactions.js","sourceRoot":"","sources":["../../src/signAndSendAllTransactions.ts"],"names":[],"mappings":";;;AAMA,0BAA0B;AACb,QAAA,0BAA0B,GAAG,mCAAmC,CAAC"}

View File

@@ -0,0 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SolanaSignAndSendTransaction = void 0;
/** Name of the feature. */
exports.SolanaSignAndSendTransaction = 'solana:signAndSendTransaction';
//# sourceMappingURL=signAndSendTransaction.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"signAndSendTransaction.js","sourceRoot":"","sources":["../../src/signAndSendTransaction.ts"],"names":[],"mappings":";;;AAQA,2BAA2B;AACd,QAAA,4BAA4B,GAAG,+BAA+B,CAAC"}

View File

@@ -0,0 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SolanaSignIn = void 0;
/** Name of the feature. */
exports.SolanaSignIn = 'solana:signIn';
//# sourceMappingURL=signIn.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"signIn.js","sourceRoot":"","sources":["../../src/signIn.ts"],"names":[],"mappings":";;;AAEA,2BAA2B;AACd,QAAA,YAAY,GAAG,eAAe,CAAC"}

View File

@@ -0,0 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SolanaSignMessage = void 0;
/** Name of the feature. */
exports.SolanaSignMessage = 'solana:signMessage';
//# sourceMappingURL=signMessage.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"signMessage.js","sourceRoot":"","sources":["../../src/signMessage.ts"],"names":[],"mappings":";;;AAEA,2BAA2B;AACd,QAAA,iBAAiB,GAAG,oBAAoB,CAAC"}

View File

@@ -0,0 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SolanaSignTransaction = void 0;
/** Name of the feature. */
exports.SolanaSignTransaction = 'solana:signTransaction';
//# sourceMappingURL=signTransaction.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"signTransaction.js","sourceRoot":"","sources":["../../src/signTransaction.ts"],"names":[],"mappings":";;;AAEA,2BAA2B;AACd,QAAA,qBAAqB,GAAG,wBAAwB,CAAC"}

View File

@@ -0,0 +1 @@
{"root":["../../src/index.ts","../../src/signAndSendAllTransactions.ts","../../src/signAndSendTransaction.ts","../../src/signIn.ts","../../src/signMessage.ts","../../src/signTransaction.ts"],"version":"5.7.3"}