-
Notifications
You must be signed in to change notification settings - Fork 195
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
WIP: Testing Framework with Injected CometBFT #2411
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2411 +/- ##
===========================================
- Coverage 32.36% 21.17% -11.20%
===========================================
Files 350 3 -347
Lines 15592 85 -15507
Branches 20 20
===========================================
- Hits 5047 18 -5029
+ Misses 10182 66 -10116
+ Partials 363 1 -362 |
b95fa28
to
1b81a02
Compare
cli/commands/errors.go
Outdated
|
||
import "github.com/berachain/beacon-kit/errors" | ||
|
||
var ( |
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.
Unusued - cleanup
cli/commands/server/start.go
Outdated
@@ -61,19 +61,6 @@ type StartCmdOptions[ | |||
AddFlags func(cmd *cobra.Command) | |||
} | |||
|
|||
// StartCmd runs the service passed in, either stand-alone or in-process with | |||
// CometBFT. | |||
func StartCmd[ |
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.
Unusued - cleanup
cmd/beacond/types.go
Outdated
|
||
// Fork is a type alias for the fork. | ||
Fork = types.Fork | ||
|
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.
Unusued - cleanup
config/config.go
Outdated
@@ -86,16 +86,6 @@ func (c Config) Template() string { | |||
return template.TomlTemplate | |||
} | |||
|
|||
// MustReadConfigFromAppOpts reads the configuration options from the given | |||
// application options. | |||
func MustReadConfigFromAppOpts(opts AppOptions) *Config { |
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.
Unusued - cleanup
751fc88
to
813326c
Compare
71eeef7
to
d6d5f95
Compare
0a13b11
to
40c5f1b
Compare
94b8173
to
81bfa91
Compare
20b0b4c
to
f81e675
Compare
No description provided.