Closed
Conversation
added 7 commits
July 8, 2020 09:44
dwerner
pushed a commit
to dwerner/casper-node
that referenced
this pull request
Apr 4, 2022
60: Merge of release-1.4.5 to dev r=Fraser999 a=Fraser999 This PR merges the `release-1.4.5` branch into `dev` which has itself recently had the long-running `feat-fast-sync` branch merged. [The second last commit](https://github.com/casper-network/casper-node-private/commit/ebdd51986a6c2615d1f1008a0e6dad054a2fc402) is the huge merge one which was worked on by `@mpapierski` `@rafal-ch` `@fizyk20` and `@Fraser999.` [The final commit](https://github.com/casper-network/casper-node-private/commit/1d3b388d5b62b8889c6bd01f0798b3cb20455bf1) was only worked on by `@Fraser999` and needs thorough review and perhaps at least one change - details to be discussed offline. Closes [casper-network#53](https://github.com/casper-network/casper-node-private/issues/53). Co-authored-by: Fraser Hutchison <fraser@casperlabs.io> Co-authored-by: Joe Sacher <321623+sacherjj@users.noreply.github.com> Co-authored-by: Luís Fernando Schultz Xavier da Silveira <luis@casperlabs.io> Co-authored-by: casperlabs-bors-ng[bot] <82463608+casperlabs-bors-ng[bot]@users.noreply.github.com> Co-authored-by: Mateusz Górski <gorski.mateusz@protonmail.ch> Co-authored-by: Austin Buddington <austin@casperlabs.io> Co-authored-by: Andreas Fackler <andreas@casperlabs.io> Co-authored-by: Karan Dhareshwar <karan@casperlabs.io>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added contract_macro DSL as a new member of the workspace. Initial PR has it a file within the contract folder. However the way rust exports macros prevented me from merging it like so. Instead I decided to add a new member