Skip to content
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

Include Bazel Genrule for Fast SSZ #5070

Merged
merged 15 commits into from Mar 11, 2020
Merged

Conversation

rauljordan
Copy link
Contributor

No tracking issue.


Description

Write why you are making the changes in this pull request

This is all the work of @prestonvanloon - he included a successful bazel genrule for our fast, new ssz that we can use in Prysm. This PR only includes the genrule and does not include the scope of using it throughout the repo (it will be done in several other PRs).

@rauljordan rauljordan added the Ready For Review A pull request ready for code review label Mar 11, 2020
tools/ssz.bzl Outdated Show resolved Hide resolved
tools/ssz.bzl Outdated
outputs = {"out": "generated.ssz.go"},
)

SSZ_DEPS = ["@com_github_ferranbt_fastssz//:go_default_library"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run buildifier

Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
@prylabs-bulldozer prylabs-bulldozer bot merged commit 663d919 into master Mar 11, 2020
@delete-merged-branch delete-merged-branch bot deleted the add-in-starlark-rule branch March 11, 2020 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants