mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-10 08:08:16 -05:00
Add lodestar-db package
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,7 +7,6 @@ coverage/**
|
||||
*.swp
|
||||
.idea
|
||||
beaconchain
|
||||
lodestar-db
|
||||
lodestar-config.toml
|
||||
keys/
|
||||
test-db
|
||||
|
||||
3
packages/lodestar-db/.babelrc
Normal file
3
packages/lodestar-db/.babelrc
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": "../../.babelrc"
|
||||
}
|
||||
201
packages/lodestar-db/LICENSE
Normal file
201
packages/lodestar-db/LICENSE
Normal file
@@ -0,0 +1,201 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
11
packages/lodestar-db/README.md
Normal file
11
packages/lodestar-db/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# `@chainsafe/lodestar-db`
|
||||
|
||||
> TODO: description
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
const lodestarDb = require('@chainsafe/lodestar-db');
|
||||
|
||||
// TODO: DEMONSTRATE API
|
||||
```
|
||||
48
packages/lodestar-db/package.json
Normal file
48
packages/lodestar-db/package.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "@chainsafe/lodestar-db",
|
||||
"version": "0.11.0",
|
||||
"description": "DB modules of Lodestar",
|
||||
"author": "ChainSafe Systems",
|
||||
"homepage": "https://github.com/ChainSafe/lodestar#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ChainSafe/lodestar.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ChainSafe/lodestar/issues"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
"lib/**/*.d.ts",
|
||||
"lib/**/*.js",
|
||||
"lib/**/*.js.map"
|
||||
],
|
||||
"scripts": {
|
||||
"benchmark": "ts-node test/benchmarks",
|
||||
"build": "yarn run build:lib && yarn run build:types",
|
||||
"build:typedocs": "typedoc --exclude src/index.ts --out typedocs src",
|
||||
"build:lib": "babel src -x .ts -d lib --source-maps",
|
||||
"build:lib:watch": "yarn run build:lib --watch",
|
||||
"build:release": "yarn clean && yarn run build && yarn run build:typedocs",
|
||||
"build:types": "tsc --incremental --declaration --outDir lib --project tsconfig.build.json --emitDeclarationOnly",
|
||||
"build:types:watch": "yarn run build:types --watch --preserveWatchOutput",
|
||||
"check-types": "tsc --noEmit",
|
||||
"clean": "rm -rf lib && rm -f tsconfig.tsbuildinfo && rm -f tsconfig.build.tsbuildinfo",
|
||||
"coverage": "codecov -F lodestar-fork-choice",
|
||||
"lint": "eslint --color --ext .ts src/",
|
||||
"lint:fix": "eslint --color --ext .ts src/ --fix",
|
||||
"pretest": "yarn run check-types",
|
||||
"test": "yarn test:unit",
|
||||
"test:unit": "mocha --colors -r ts-node/register 'test/unit/**/*.test.ts'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chainsafe/lodestar-config": "^0.11.0",
|
||||
"@chainsafe/lodestar-types": "^0.11.0",
|
||||
"@chainsafe/lodestar-utils": "^0.11.0",
|
||||
"@chainsafe/ssz": "^0.6.13",
|
||||
"it-all": "^1.0.4",
|
||||
"it-pushable": "^1.4.0",
|
||||
"level": "^6.0.1",
|
||||
"levelup": "^4.4.0"
|
||||
}
|
||||
}
|
||||
@@ -1,13 +1,12 @@
|
||||
import {IDatabaseController} from "../controller";
|
||||
import {IBeaconConfig} from "@chainsafe/lodestar-config";
|
||||
import {IService} from "../../node";
|
||||
|
||||
export interface IDatabaseApiOptions {
|
||||
config: IBeaconConfig;
|
||||
controller: IDatabaseController<Buffer, Buffer>;
|
||||
}
|
||||
|
||||
export abstract class DatabaseService implements IService {
|
||||
export abstract class DatabaseService {
|
||||
protected config: IBeaconConfig;
|
||||
protected db: IDatabaseController<Buffer, Buffer>;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import {ArrayLike, Type} from "@chainsafe/ssz";
|
||||
import {IBeaconConfig} from "@chainsafe/lodestar-config";
|
||||
|
||||
import {IDatabaseController, IFilterOptions, IKeyValue} from "../../../controller";
|
||||
import {Bucket, encodeKey as _encodeKey} from "../../schema";
|
||||
import {IDatabaseController, IFilterOptions, IKeyValue} from "../controller";
|
||||
import {Bucket, encodeKey as _encodeKey} from "../schema";
|
||||
|
||||
export type Id = Uint8Array | string | number | bigint;
|
||||
|
||||
133
packages/lodestar-db/src/controller/impl/level.ts
Normal file
133
packages/lodestar-db/src/controller/impl/level.ts
Normal file
@@ -0,0 +1,133 @@
|
||||
/**
|
||||
* @module db/controller/impl
|
||||
*/
|
||||
|
||||
import {LevelUp} from "levelup";
|
||||
import {IDatabaseController, IFilterOptions, IKeyValue} from "../interface";
|
||||
//@ts-ignore
|
||||
import level from "level";
|
||||
import {ILogger} from "@chainsafe/lodestar-utils";
|
||||
import {IDatabaseOptions} from "../../options";
|
||||
import pushable, {Pushable} from "it-pushable";
|
||||
import all from "it-all";
|
||||
|
||||
export interface ILevelDBOptions extends IDatabaseOptions {
|
||||
db?: LevelUp;
|
||||
}
|
||||
|
||||
/**
|
||||
* The LevelDB implementation of DB
|
||||
*/
|
||||
export class LevelDbController implements IDatabaseController<Buffer, Buffer> {
|
||||
private db: LevelUp;
|
||||
|
||||
private opts: ILevelDBOptions;
|
||||
|
||||
private logger: ILogger;
|
||||
|
||||
public constructor(opts: ILevelDBOptions, {logger}: {logger: ILogger}) {
|
||||
this.opts = opts;
|
||||
this.logger = logger;
|
||||
this.db = opts.db || level(opts.name || "beaconchain", {keyEncoding: "binary", valueEncoding: "binary"});
|
||||
}
|
||||
|
||||
public async start(): Promise<void> {
|
||||
await this.db.open();
|
||||
this.logger.info(`Connected to LevelDB database at ${this.opts.name}`);
|
||||
}
|
||||
|
||||
public async stop(): Promise<void> {
|
||||
await this.db.close();
|
||||
}
|
||||
|
||||
public async get(key: Buffer): Promise<Buffer | null> {
|
||||
try {
|
||||
return await this.db.get(key);
|
||||
} catch (e) {
|
||||
if (e.notFound) {
|
||||
return null;
|
||||
}
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
public async put(key: Buffer, value: Buffer): Promise<void> {
|
||||
await this.db.put(key, value);
|
||||
}
|
||||
|
||||
public async delete(key: Buffer): Promise<void> {
|
||||
await this.db.del(key);
|
||||
}
|
||||
|
||||
public async batchPut(items: IKeyValue<Buffer, Buffer>[]): Promise<void> {
|
||||
const batch = this.db.batch();
|
||||
items.forEach((item) => batch.put(item.key, item.value));
|
||||
await batch.write();
|
||||
}
|
||||
|
||||
public async batchDelete(keys: Buffer[]): Promise<void> {
|
||||
const batch = this.db.batch();
|
||||
keys.forEach((key) => batch.del(key));
|
||||
await batch.write();
|
||||
}
|
||||
|
||||
public keysStream(opts?: IFilterOptions<Buffer>): Pushable<Buffer> {
|
||||
const source: Pushable<Buffer> = pushable();
|
||||
this.db
|
||||
.createKeyStream({...opts})
|
||||
.on("data", function (data) {
|
||||
source.push(data);
|
||||
})
|
||||
.on("close", function () {
|
||||
source.end();
|
||||
})
|
||||
.on("end", function () {
|
||||
source.end();
|
||||
});
|
||||
return source;
|
||||
}
|
||||
|
||||
public async keys(opts?: IFilterOptions<Buffer>): Promise<Buffer[]> {
|
||||
return all(this.keysStream(opts));
|
||||
}
|
||||
|
||||
public valuesStream(opts?: IFilterOptions<Buffer>): Pushable<Buffer> {
|
||||
const source: Pushable<Buffer> = pushable();
|
||||
this.db
|
||||
.createValueStream({...opts})
|
||||
.on("data", function (data) {
|
||||
source.push(data);
|
||||
})
|
||||
.on("close", function () {
|
||||
source.end();
|
||||
})
|
||||
.on("end", function () {
|
||||
source.end();
|
||||
});
|
||||
return source;
|
||||
}
|
||||
|
||||
public async values(opts?: IFilterOptions<Buffer>): Promise<Buffer[]> {
|
||||
return all(this.valuesStream(opts));
|
||||
}
|
||||
|
||||
public entriesStream(opts?: IFilterOptions<Buffer>): Pushable<IKeyValue<Buffer, Buffer>> {
|
||||
const source: Pushable<IKeyValue<Buffer, Buffer>> = pushable();
|
||||
this.db
|
||||
.createReadStream({...opts})
|
||||
.on("data", function (data) {
|
||||
source.push(data);
|
||||
})
|
||||
.on("close", function () {
|
||||
source.end();
|
||||
})
|
||||
.on("end", function () {
|
||||
source.end();
|
||||
});
|
||||
return source;
|
||||
}
|
||||
|
||||
public async entries(opts?: IFilterOptions<Buffer>): Promise<IKeyValue<Buffer, Buffer>[]> {
|
||||
return all(this.entriesStream(opts));
|
||||
}
|
||||
}
|
||||
6
packages/lodestar-db/src/controller/index.ts
Normal file
6
packages/lodestar-db/src/controller/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* @module db/controller
|
||||
*/
|
||||
|
||||
export {IDatabaseController, IFilterOptions, IKeyValue} from "./interface";
|
||||
export {LevelDbController} from "./impl/level";
|
||||
45
packages/lodestar-db/src/controller/interface.ts
Normal file
45
packages/lodestar-db/src/controller/interface.ts
Normal file
@@ -0,0 +1,45 @@
|
||||
/**
|
||||
* @module db/controller
|
||||
*/
|
||||
|
||||
export interface IFilterOptions<K> {
|
||||
gt?: K;
|
||||
gte?: K;
|
||||
lt?: K;
|
||||
lte?: K;
|
||||
reverse?: boolean;
|
||||
limit?: number;
|
||||
}
|
||||
export interface IKeyValue<K, V> {
|
||||
key: K;
|
||||
value: V;
|
||||
}
|
||||
|
||||
export interface IDatabaseController<K, V> {
|
||||
// service start / stop
|
||||
|
||||
start(): Promise<void>;
|
||||
stop(): Promise<void>;
|
||||
|
||||
// Core API
|
||||
|
||||
get(key: K): Promise<V | null>;
|
||||
put(key: K, value: V): Promise<void>;
|
||||
delete(key: K): Promise<void>;
|
||||
|
||||
// Batch operations
|
||||
|
||||
batchPut(items: IKeyValue<K, V>[]): Promise<void>;
|
||||
batchDelete(keys: K[]): Promise<void>;
|
||||
|
||||
// Iterate over entries
|
||||
|
||||
keysStream(opts?: IFilterOptions<K>): AsyncIterable<K>;
|
||||
keys(opts?: IFilterOptions<K>): Promise<K[]>;
|
||||
|
||||
valuesStream(opts?: IFilterOptions<K>): AsyncIterable<V>;
|
||||
values(opts?: IFilterOptions<K>): Promise<V[]>;
|
||||
|
||||
entriesStream(opts?: IFilterOptions<K>): AsyncIterable<IKeyValue<K, V>>;
|
||||
entries(opts?: IFilterOptions<K>): Promise<IKeyValue<K, V>[]>;
|
||||
}
|
||||
8
packages/lodestar-db/src/index.ts
Normal file
8
packages/lodestar-db/src/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* @module db
|
||||
*/
|
||||
|
||||
export * from "./api/abstract";
|
||||
export * from "./api/abstractRepository";
|
||||
export * from "./controller";
|
||||
export * from "./schema";
|
||||
9
packages/lodestar-db/src/options.ts
Normal file
9
packages/lodestar-db/src/options.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface IDatabaseOptions {
|
||||
name: string;
|
||||
}
|
||||
|
||||
const config: IDatabaseOptions = {
|
||||
name: "./.tmp/lodestar-db",
|
||||
};
|
||||
|
||||
export default config;
|
||||
12
packages/lodestar-db/tsconfig.build.json
Normal file
12
packages/lodestar-db/tsconfig.build.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"include": ["src"],
|
||||
"compilerOptions": {
|
||||
"typeRoots": [
|
||||
"../../node_modules/@types"
|
||||
],
|
||||
"outDir": "lib",
|
||||
/* Redirect output structure to the directory. */
|
||||
"rootDir": "./src",
|
||||
}
|
||||
}
|
||||
10
packages/lodestar-db/tsconfig.json
Normal file
10
packages/lodestar-db/tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"include": ["src", "test"],
|
||||
"compilerOptions": {
|
||||
"target": "es2018",
|
||||
"typeRoots": ["../../node_modules/@types", "../../node_modules/libp2p-ts/types", "./types"],
|
||||
"outDir": "lib",
|
||||
"rootDirs": ["./src", "./test"]
|
||||
}
|
||||
}
|
||||
9
packages/lodestar-db/tsconfig.test.json
Normal file
9
packages/lodestar-db/tsconfig.test.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig",
|
||||
"compilerOptions": {
|
||||
"typeRoots": [
|
||||
"../../node_modules/@types",
|
||||
],
|
||||
"strict": false
|
||||
}
|
||||
}
|
||||
32
yarn.lock
32
yarn.lock
@@ -3264,7 +3264,7 @@ abstract-leveldown@~6.0.1:
|
||||
level-concat-iterator "~2.0.0"
|
||||
xtend "~4.0.0"
|
||||
|
||||
abstract-leveldown@~6.2.1:
|
||||
abstract-leveldown@~6.2.1, abstract-leveldown@~6.2.3:
|
||||
version "6.2.3"
|
||||
resolved "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-6.2.3.tgz#036543d87e3710f2528e47040bc3261b77a9a8eb"
|
||||
integrity sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ==
|
||||
@@ -8173,6 +8173,11 @@ it-all@^1.0.2:
|
||||
resolved "https://registry.yarnpkg.com/it-all/-/it-all-1.0.2.tgz#4e86f4cd1a18daa629ddc035b7f3465a24eb30ff"
|
||||
integrity sha512-3hrCLLcuHS1/VUn1qETPuh9rFTw31SBCUUijjs41VJ+oQGx3H+3Lpxo1bFD3q3570w3o99a+sfRGic5PBBt3Vg==
|
||||
|
||||
it-all@^1.0.4:
|
||||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/it-all/-/it-all-1.0.4.tgz#5a1aac996e2516c0d030911a631190b330afdb6d"
|
||||
integrity sha512-7K+gjHHzZ7t+bCkrtulYiow35k3UgqH7miC+iUa9RGiyDRXJ6hVDeFsDrnWrlscjrkLFOJRKHxNOke4FNoQnhw==
|
||||
|
||||
it-buffer@^0.1.1, it-buffer@^0.1.2:
|
||||
version "0.1.2"
|
||||
resolved "https://registry.yarnpkg.com/it-buffer/-/it-buffer-0.1.2.tgz#2b37e2c66bbbb94479c2e47c1904bd729f04fc39"
|
||||
@@ -8652,6 +8657,16 @@ level-js@^4.0.0:
|
||||
ltgt "^2.1.2"
|
||||
typedarray-to-buffer "~3.1.5"
|
||||
|
||||
level-js@^5.0.0:
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/level-js/-/level-js-5.0.2.tgz#5e280b8f93abd9ef3a305b13faf0b5397c969b55"
|
||||
integrity sha512-SnBIDo2pdO5VXh02ZmtAyPP6/+6YTJg2ibLtl9C34pWvmtMEmRTWpra+qO/hifkUtBTOtfx6S9vLDjBsBK4gRg==
|
||||
dependencies:
|
||||
abstract-leveldown "~6.2.3"
|
||||
buffer "^5.5.0"
|
||||
inherits "^2.0.3"
|
||||
ltgt "^2.1.2"
|
||||
|
||||
level-mem@^3.0.1:
|
||||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/level-mem/-/level-mem-3.0.1.tgz#7ce8cf256eac40f716eb6489654726247f5a89e5"
|
||||
@@ -8660,7 +8675,7 @@ level-mem@^3.0.1:
|
||||
level-packager "~4.0.0"
|
||||
memdown "~3.0.0"
|
||||
|
||||
level-packager@^5.0.0:
|
||||
level-packager@^5.0.0, level-packager@^5.1.0:
|
||||
version "5.1.1"
|
||||
resolved "https://registry.yarnpkg.com/level-packager/-/level-packager-5.1.1.tgz#323ec842d6babe7336f70299c14df2e329c18939"
|
||||
integrity sha512-HMwMaQPlTC1IlcwT3+swhqf/NUO+ZhXVz6TY1zZIIZlIR0YSn8GtAAWmIvKjNY16ZkEg/JcpAuQskxsXqC0yOQ==
|
||||
@@ -8710,7 +8725,16 @@ level@^5.0.1:
|
||||
leveldown "^5.0.0"
|
||||
opencollective-postinstall "^2.0.0"
|
||||
|
||||
leveldown@^5.0.0:
|
||||
level@^6.0.1:
|
||||
version "6.0.1"
|
||||
resolved "https://registry.yarnpkg.com/level/-/level-6.0.1.tgz#dc34c5edb81846a6de5079eac15706334b0d7cd6"
|
||||
integrity sha512-psRSqJZCsC/irNhfHzrVZbmPYXDcEYhA5TVNwr+V92jF44rbf86hqGp8fiT702FyiArScYIlPSBTDUASCVNSpw==
|
||||
dependencies:
|
||||
level-js "^5.0.0"
|
||||
level-packager "^5.1.0"
|
||||
leveldown "^5.4.0"
|
||||
|
||||
leveldown@^5.0.0, leveldown@^5.4.0:
|
||||
version "5.6.0"
|
||||
resolved "https://registry.yarnpkg.com/leveldown/-/leveldown-5.6.0.tgz#16ba937bb2991c6094e13ac5a6898ee66d3eee98"
|
||||
integrity sha512-iB8O/7Db9lPaITU1aA2txU/cBEXAt4vWwKQRrrWuS6XDgbP4QZGj9BL2aNbwb002atoQ/lIotJkfyzz+ygQnUQ==
|
||||
@@ -8742,7 +8766,7 @@ levelup@^3.0.0:
|
||||
level-iterator-stream "~3.0.0"
|
||||
xtend "~4.0.0"
|
||||
|
||||
levelup@^4.1.0, levelup@^4.3.2:
|
||||
levelup@^4.1.0, levelup@^4.3.2, levelup@^4.4.0:
|
||||
version "4.4.0"
|
||||
resolved "https://registry.yarnpkg.com/levelup/-/levelup-4.4.0.tgz#f89da3a228c38deb49c48f88a70fb71f01cafed6"
|
||||
integrity sha512-94++VFO3qN95cM/d6eBXvd894oJE0w3cInq9USsyQzzoJxmiYzPAocNcuGCPGGjoXqDVJcr3C1jzt1TSjyaiLQ==
|
||||
|
||||
Reference in New Issue
Block a user