-
Notifications
You must be signed in to change notification settings - Fork 809
Block release v3.0.0 #682
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
Merged
Merged
Block release v3.0.0 #682
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
2ac90fc
block: version bump
evertonfraga 3310aa1
block: adds changelog from v2.2.1 to v3.0.0
evertonfraga ff3f0c9
blockchain: integrating ethereumjs block 3.0.0
evertonfraga 35bcf85
blockchain: converting canonicalDifficulty to buffer
evertonfraga 3653adb
blockchain: instantiating Block with empty/undefined data
evertonfraga aced4c9
blockchain: integrating Block 3.0.0
evertonfraga 4ee9aec
block: lint:fix changes
evertonfraga 55d3391
All siloed tests passing.
evertonfraga 0d3f316
vm: lint fix
evertonfraga 541f96d
leftovers of a rebase
evertonfraga 2b97af7
lint fix
evertonfraga e11b29a
lint fix
evertonfraga 5368838
vm,block: integrating Block with Lerna
evertonfraga 4cba1ba
block: remove circular dependency to ethereumjs-blockchain introduced…
evertonfraga b61c5dc
block: removing unnecessary npx command
evertonfraga c512460
block: lint fix
evertonfraga e078863
blockchain: removing typo
evertonfraga 848bc08
vm: fix BlockHeader import
evertonfraga 73d759b
blockchain: fixing block initialization [Buffer[], Buffer[], Buffer[]…
evertonfraga 677e892
vm: updating methods to async
evertonfraga 9bda9e6
vm: misc changes
evertonfraga da15214
block: describing recovery bit normalization statement
evertonfraga 7229cfa
block: removing source linking
evertonfraga d63eb98
docs: update for all packages
evertonfraga 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,9 @@ | |
} | ||
}, | ||
"scripts": { | ||
"bootstrap": "lerna bootstrap --ignore-scripts && lerna exec npm i --scope=ethereumjs-block", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
"bootstrap": "lerna bootstrap --ignore-scripts", | ||
"postinstall": "npm run bootstrap", | ||
"build:all": "lerna run build", | ||
"lint": "lerna run lint" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
|
||
### Modules | ||
|
||
- ["index"](modules/_index_.md) | ||
* ["index"](modules/_index_.md) |
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
|
||
### Classes | ||
|
||
- [Account](../classes/_index_.account.md) | ||
* [Account](../classes/_index_.account.md) |
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.
ethereumjs-block is now integrated to Lerna workflow, so this change removes it from the ignore list for the bootstrap command.