This repository was archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
Release - v4.0.0 #111
Merged
Merged
Release - v4.0.0 #111
Changes from 12 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
16cda7d
Bump version and update CHANGELOG.md
ryanio 413f535
Update CHANGELOG
ryanio afce5cb
Update SecureTrie import reference
ryanio 6a09b6e
Update docs for checkpointTrie db override
ryanio a68c1c9
Update changelog with trie raw method breaking changes
ryanio 8a84ed4
move `@types/levelup` from devDeps to deps
ryanio f710dce
update `ethereumjs-util` to `7.0.1`
ryanio 57a5594
move tsconfig `target` and `lib` options to compilerOptions
ryanio ecd0792
Include checkpoints in SecureTrie.copy
ryanio 5f61cb2
Update changelog
ryanio c349e93
upgrade ethereumjs-util to 7.0.2
ryanio 3de44d1
Merge pull request #119 from ethereumjs/include-checkpoints-in-secure…
ryanio 6462b31
Update CHANGELOG.md
ryanio 9c137ad
add async function wrappers around examples
ryanio 0a6a2ca
remove unneeded await from examples
ryanio 3ed946a
Rename Trie.prove to Trie.createProof (#122)
ryanio efe43aa
Clarify _walkTrie @returns statement
ryanio 44033e4
rebuild docs
ryanio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| { | ||
| "extends": "./tsconfig.json", | ||
| "extends": "./tsconfig.prod.json", | ||
| "compilerOptions": { | ||
| "outDir": "./dist.browser", | ||
| }, | ||
| "target": "es5", | ||
| "lib": ["dom", "es5"] | ||
| "target": "es5", | ||
| "lib": ["dom", "es5"] | ||
| } | ||
| } | ||
|
|
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "extends": "@ethereumjs/config-tsc", | ||
| "compilerOptions": { | ||
| "outDir": "./dist", | ||
| "target": "ES2017" | ||
| }, | ||
| "include": ["src/**/*.ts"] | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.