-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add a Gitter chat badge to README.md #1
Merged
rauljordan
merged 3 commits into
prysmaticlabs:master
from
gitter-badger:gitter-badge-1
Jan 13, 2018
Merged
Add a Gitter chat badge to README.md #1
rauljordan
merged 3 commits into
prysmaticlabs:master
from
gitter-badger:gitter-badge-1
Jan 13, 2018
Conversation
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
rauljordan
previously approved these changes
Jan 13, 2018
rauljordan
approved these changes
Jan 13, 2018
prestonvanloon
pushed a commit
that referenced
this pull request
Jul 22, 2018
Add a Gitter chat badge to README.md
prestonvanloon
pushed a commit
that referenced
this pull request
Jul 22, 2018
Add a Gitter chat badge to README.md Former-commit-id: d09f4ad
prestonvanloon
pushed a commit
to prestonvanloon/prysm
that referenced
this pull request
Sep 24, 2018
13 tasks
prylabs-bulldozer bot
added a commit
that referenced
this pull request
Mar 5, 2020
* PRYSM-2849 first cut at multi-arch cross compiling toolchain. currently supports arm64 and amd64 via docker cross compiler image * picky linter * some readme cleanup * remove arm 8.2 revision for arm64 builds (cortex a72 is ARMv8.0-A) remove arm32 toolchain from multiarch dockerfile * remove extranous WORKSPACE entries * add docker remote execution configs for amd64 and arm64 * add osx bazelrc configs * working osx toolchain * update readme * cleanup for amd, arm and osx cross before beginning windows * initial stab at mingw windows cross * add docker target for windows_amd64 and update readme for cross-compiling * little more cleanup for readability * Check in generated RBE. Still tweaking config but linux amd64 -> linux amd64 on RBE works OK. Cross compile does not work properly in RBE yet. * fix * update image * Making some progress * delete artifacts * Working build * Add remote config * remove some things I added to README * Tidy * Update readme * remove 2 commented lines * buildifer * Merge pull request #1 from prysmaticlabs/cross-compile-with-suburbandad Cross compile with suburbandad * Merge branch 'master' into clang-cross-compile * buildifier on generated stuff * Merge branch 'master' into clang-cross-compile * Merge branch 'master' into clang-cross-compile * Merge branch 'master' into clang-cross-compile
prylabs-bulldozer bot
pushed a commit
that referenced
this pull request
Aug 5, 2020
* added network-id and chain-id flags * updated usage.go to include new flags * Merge pull request #1 from prysmaticlabs/master rebase with master * gofmt * Merge branch 'ChainID-and-NetorkID-flags' of github.com:ncitron/prysm into ChainID-and-NetorkID-flags
prylabs-bulldozer bot
pushed a commit
that referenced
this pull request
Feb 8, 2022
* Add DeleteBlock() * Raul review #1 * Update comments Co-authored-by: terence tsao <terence@prysmaticlabs.com>
prylabs-bulldozer bot
added a commit
that referenced
this pull request
Feb 10, 2022
* Load Synced Tips when starting from Finalized State * Terence's review #1 * Fix tests Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
prylabs-bulldozer bot
pushed a commit
that referenced
this pull request
Apr 6, 2022
* Remove synced tips use last valid hash in removing invalid nodes. * add test * Remove unused code * More unused parameters * Fix proposer boost * terence's review #1 * Fix conflicts * terence's review 2 * rename argument * terence's review #3 * rename optimistic -> status * Minor clean up * revert loop variable change * do not mark lvh as valid Co-authored-by: terence tsao <terence@prysmaticlabs.com>
potuz
added a commit
that referenced
this pull request
May 17, 2022
Add a basic fuzz test for Hash and add differential fuzz test
mdehoog
added a commit
to mdehoog/prysm
that referenced
this pull request
Jun 13, 2022
potuz
pushed a commit
that referenced
this pull request
Oct 7, 2024
* Add getter for payload attestation cache * Check against status * Feedback #1
potuz
pushed a commit
that referenced
this pull request
Oct 14, 2024
* Add getter for payload attestation cache * Check against status * Feedback #1
potuz
pushed a commit
that referenced
this pull request
Oct 16, 2024
* Add getter for payload attestation cache * Check against status * Feedback #1
potuz
pushed a commit
that referenced
this pull request
Oct 22, 2024
* Add getter for payload attestation cache * Check against status * Feedback #1
potuz
pushed a commit
that referenced
this pull request
Oct 28, 2024
* Add getter for payload attestation cache * Check against status * Feedback #1
potuz
pushed a commit
that referenced
this pull request
Nov 1, 2024
* Add getter for payload attestation cache * Check against status * Feedback #1
potuz
pushed a commit
that referenced
this pull request
Nov 4, 2024
* Add getter for payload attestation cache * Check against status * Feedback #1
terencechain
added a commit
that referenced
this pull request
Dec 3, 2024
* Add getter for payload attestation cache * Check against status * Feedback #1
kasey
added a commit
that referenced
this pull request
Dec 23, 2024
terencechain
added a commit
that referenced
this pull request
Jan 1, 2025
* Add getter for payload attestation cache * Check against status * Feedback #1
kasey
added a commit
that referenced
this pull request
Jan 7, 2025
terencechain
added a commit
that referenced
this pull request
Feb 2, 2025
* Add getter for payload attestation cache * Check against status * Feedback #1
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 10, 2025
* Add feature flag to start from any beacon block in db The new feature flag called --sync-from takes a string that can take values: - `head` or - a 0x-prefixed hex encoded beacon block root. The beacon block root or the head block root has to be known in db and has to be a descendant of the current justified checkpoint. * Fix Bugs In Sync From Head (#15006) * Fix Bugs * Remove log * missing save * add tests * Kasey review #1 * Kasey's review #2 * Kasey's review #3 --------- Co-authored-by: Nishant Das <nishdas93@gmail.com>
terencechain
added a commit
that referenced
this pull request
Mar 18, 2025
* Add getter for payload attestation cache * Check against status * Feedback #1
rkapka
pushed a commit
that referenced
this pull request
Mar 19, 2025
* Add feature flag to start from any beacon block in db The new feature flag called --sync-from takes a string that can take values: - `head` or - a 0x-prefixed hex encoded beacon block root. The beacon block root or the head block root has to be known in db and has to be a descendant of the current justified checkpoint. * Fix Bugs In Sync From Head (#15006) * Fix Bugs * Remove log * missing save * add tests * Kasey review #1 * Kasey's review #2 * Kasey's review #3 --------- Co-authored-by: Nishant Das <nishdas93@gmail.com>
terencechain
added a commit
that referenced
this pull request
Mar 20, 2025
* Add getter for payload attestation cache * Check against status * Feedback #1
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.
prysmaticlabs/geth-sharding now has a Chat Room on Gitter
@rauljordan has just created a chat room. You can visit it here: https://gitter.im/prysmaticlabs/geth-sharding.
This pull-request adds this badge to your README.md:
If my aim is a little off, please let me know.
Happy chatting.
PS: Click here if you would prefer not to receive automatic pull-requests from Gitter in future.