Skip to content

Commit

Permalink
deno update and rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
filvecchiato committed Oct 15, 2024
1 parent 1317474 commit d2c1258
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 267 deletions.
2 changes: 1 addition & 1 deletion packages/rpc-core/src/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import type { RpcCoreStats, RpcInterfaceMethod } from './types/index.js';

import { Observable, publishReplay, refCount } from 'rxjs';

import { DEFAULT_CAPACITY, LRUCache } from '@polkadot/rpc-provider';
import { rpcDefinitions } from '@polkadot/types';
import { hexToU8a, isFunction, isNull, isUndefined, lazyMethod, logger, memoize, objectSpread, u8aConcat, u8aToU8a } from '@polkadot/util';

import { drr, refCountDelay } from './util/index.js';
import { DEFAULT_CAPACITY, LRUCache } from './lru.js';

export { packageInfo } from './packageInfo.js';
export * from './util/index.js';
Expand Down
65 changes: 0 additions & 65 deletions packages/rpc-core/src/lru.spec.ts

This file was deleted.

201 changes: 0 additions & 201 deletions packages/rpc-core/src/lru.ts

This file was deleted.

1 change: 1 addition & 0 deletions packages/rpc-provider/src/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// SPDX-License-Identifier: Apache-2.0

export { HttpProvider } from './http/index.js';
export { DEFAULT_CAPACITY, LRUCache } from './lru.js';
export { packageInfo } from './packageInfo.js';
export { ScProvider } from './substrate-connect/index.js';
export { WsProvider } from './ws/index.js';

0 comments on commit d2c1258

Please sign in to comment.