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

3
node_modules/ox/_esm/trusted-setups/Paths.js generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import { path } from './internal/paths.js';
export const mainnet = path('mainnet');
//# sourceMappingURL=Paths.js.map

1
node_modules/ox/_esm/trusted-setups/Paths.js.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"Paths.js","sourceRoot":"","sources":["../../trusted-setups/Paths.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAA;AAE1C,MAAM,CAAC,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,CAAA"}

2
node_modules/ox/_esm/trusted-setups/index.js generated vendored Normal file
View File

@@ -0,0 +1,2 @@
export * as Paths from './Paths.js';
//# sourceMappingURL=index.js.map

1
node_modules/ox/_esm/trusted-setups/index.js.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../trusted-setups/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA"}

12
node_modules/ox/_esm/trusted-setups/internal/paths.js generated vendored Normal file
View File

@@ -0,0 +1,12 @@
import { dirname, resolve } from 'node:path';
import { fileURLToPath } from 'node:url';
/** @internal */
export function path(name) {
const __filename = fileURLToPath(
// import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'
// @ts-ignore
import.meta.url);
const __dirname = dirname(__filename);
return resolve(__dirname, `./setups/${name}.json`);
}
//# sourceMappingURL=paths.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"paths.js","sourceRoot":"","sources":["../../../trusted-setups/internal/paths.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,gBAAgB;AAChB,MAAM,UAAU,IAAI,CAAC,IAAY;IAC/B,MAAM,UAAU,GAAG,aAAa;IAC9B,2IAA2I;IAC3I,aAAa;IACb,MAAM,CAAC,IAAI,CAAC,GAAG,CAChB,CAAA;IACD,MAAM,SAAS,GAAG,OAAO,CAAC,UAAU,CAAC,CAAA;IACrC,OAAO,OAAO,CAAC,SAAS,EAAE,YAAY,IAAI,OAAO,CAAC,CAAA;AACpD,CAAC"}