This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
And convert log_event from function to method
Allows us to share the super long type signature in impl.
Codecov Report
@@ Coverage Diff @@
## master #40 +/- ##
==========================================
- Coverage 95.71% 95.68% -0.04%
==========================================
Files 7 8 +1
Lines 677 672 -5
==========================================
- Hits 648 643 -5
Misses 29 29
Continue to review full report at Codecov.
|
ryleung-solana
pushed a commit
to ryleung-solana/solana
that referenced
this pull request
Jan 22, 2024
add known validator flag
steviez
pushed a commit
to steviez/solana
that referenced
this pull request
Mar 8, 2024
* build(deps): bump cc from 1.0.83 to 1.0.89 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.83 to 1.0.89. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](rust-lang/cc-rs@1.0.83...1.0.89) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
willhickey
pushed a commit
that referenced
this pull request
Mar 9, 2024
* build(deps): bump cc from 1.0.83 to 1.0.89 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.83 to 1.0.89. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](rust-lang/cc-rs@1.0.83...1.0.89) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
yihau
added a commit
to yihau/solana
that referenced
this pull request
Mar 11, 2024
This reverts commit 7a8e29d.
lijunwangs
pushed a commit
to lijunwangs/solana
that referenced
this pull request
Mar 12, 2024
willhickey
pushed a commit
that referenced
this pull request
Mar 16, 2024
segfaultdoc
added a commit
to jito-labs/solana
that referenced
this pull request
Aug 7, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
For when you just want a log, not a microservice.