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,6 @@
export * from './signAndSendTransaction.js';
export * from './signIn.js';
export * from './signMessage.js';
export * from './signTransaction.js';
export * from './signAndSendAllTransactions.js';
//# sourceMappingURL=index.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAkBA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC"}

View File

@@ -0,0 +1,3 @@
/** Name of the feature */
export const 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;AAC1B,MAAM,CAAC,MAAM,0BAA0B,GAAG,mCAAmC,CAAC"}

View File

@@ -0,0 +1,3 @@
/** Name of the feature. */
export const 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;AAC3B,MAAM,CAAC,MAAM,4BAA4B,GAAG,+BAA+B,CAAC"}

View File

@@ -0,0 +1,3 @@
/** Name of the feature. */
export const 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;AAC3B,MAAM,CAAC,MAAM,YAAY,GAAG,eAAe,CAAC"}

View File

@@ -0,0 +1,3 @@
/** Name of the feature. */
export const 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;AAC3B,MAAM,CAAC,MAAM,iBAAiB,GAAG,oBAAoB,CAAC"}

View File

@@ -0,0 +1,3 @@
/** Name of the feature. */
export const 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;AAC3B,MAAM,CAAC,MAAM,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"}