-
Notifications
You must be signed in to change notification settings - Fork 783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate precompiles, opcodes, eei, message, txContext to typescript #497
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
189d068
Drop babel deps, add initial typescript config
s1na 1ec05ba
Add prettier as dep, add format scripts
s1na 0272139
Mv bloom/index.js to bloom/index.ts
s1na 1d9786d
Migrate bloom to ts, limit its api to buffers
s1na e3969ea
Mv lib/evm/stack.js to lib/evm/stack.ts
s1na 328f47c
Migrate stack to ts, limit it to BN
s1na eb46a82
Mv lib/evm/memory.js to lib/evm/memory.ts
s1na 8efdefa
Migrate evm memory to ts
s1na f79e34e
Build:dist before coverage and api browser tests
s1na 9eb3b70
Use tester dist flag for coverage tests
s1na e6a90c3
Merge branch 'v4' into typescript
s1na ef38222
Mv lib/state/promisified.js to lib/state/promisified.ts
s1na 4d678ac
Change state file types to ts
s1na e8229a4
Migrate state module to ts
s1na 45e9daa
Merge branch 'v4' into typescript
s1na 0f4a9ed
Change txContext filetype to ts
s1na 6d3df3f
Migrate txContext to ts
s1na d2275bc
Change message filetype to ts
s1na 3c7b58d
Migrate message to ts
s1na 2148d4d
Change eei filetype to ts
s1na 584027e
Change opcodes filetype to ts
s1na 55fbb2e
Migrate eei and opcodes to ts
s1na f4a15dc
Change precompile filetypes to ts
s1na 2a63847
Migrate precompiles to ts
s1na 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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good (
eei.ts
).