This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
garious
reviewed
Feb 21, 2019
garious
approved these changes
Feb 21, 2019
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.
Just the naming nit
CriesofCarrots
force-pushed
the
api-node
branch
2 times, most recently
from
February 21, 2019 17:06
ea789df
to
efdc24c
Compare
CriesofCarrots
force-pushed
the
api-node
branch
2 times, most recently
from
February 21, 2019 23:49
8220fa4
to
633e503
Compare
CriesofCarrots
force-pushed
the
api-node
branch
from
February 21, 2019 23:52
633e503
to
36f5c4d
Compare
mvines
approved these changes
Feb 21, 2019
garious
approved these changes
Feb 22, 2019
Codecov Report
@@ Coverage Diff @@
## master #2857 +/- ##
========================================
+ Coverage 78.1% 78.1% +<.1%
========================================
Files 127 127
Lines 19510 19492 -18
========================================
- Hits 15241 15240 -1
+ Misses 4269 4252 -17 |
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #2857 +/- ##
========================================
+ Coverage 78.1% 78.1% +<.1%
========================================
Files 127 127
Lines 19510 19492 -18
========================================
- Hits 15241 15240 -1
+ Misses 4269 4252 -17 |
brooksprumo
pushed a commit
to brooksprumo/solana
that referenced
this pull request
Nov 20, 2024
* remove generic-array from solana-signature while preserving serde behaviour * remove all references to generic-array from the repo * allow some lint * update digests * update digest * update digest * use serde-big-array instead of hand-rolled impl * update digests * update digest * update digest
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.
Problem
There is no documentation of the services built to support the block explorer.
Summary of Changes
Rename EntryStream to Blockstream, etc.
Add Blockstreamer page to book; includes JSON format of entry-stream output
Also fix a couple misspellings I came across
Plumb blockstream name through testnet scripts
Fixes #1879