This website requires JavaScript.
Explore
Help
Sign In
mirror
/
prysm-pulse
Watch
1
Star
0
Fork
0
You've already forked prysm-pulse
mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced
2025-01-05 09:14:28 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
master
prysm-pulse
/
testing
/
spectest
/
shared
/
altair
/
sanity
/
block_processing.yaml.go
7 lines
91 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
Altair: Merge passing hf1 tests and shared code (#9447) * Altair: Merge passing hf1 tests and shared code * Remove weird files * del commented code * Add dynamic file fetching, remove hardcoded list of files * Remove hard coded paths * remove hardcoded paths from phase0 too * nosec fixes
2021-08-23 20:09:24 +00:00
package
sanity
Refactor Exported Names to Follow Golang Best Practices (#13075) * Fix exported names that start with a package name * A few more renames * Fix exported names that start with a package name * A few more renames * Radek's feedback * Fix conflict * fix keymanager test * Fix comments --------- Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2023-10-20 16:45:33 +00:00
// Config --
type
Config
struct
{
Altair: Merge passing hf1 tests and shared code (#9447) * Altair: Merge passing hf1 tests and shared code * Remove weird files * del commented code * Add dynamic file fetching, remove hardcoded list of files * Remove hard coded paths * remove hardcoded paths from phase0 too * nosec fixes
2021-08-23 20:09:24 +00:00
BlocksCount
int
`
json:"blocks_count"
`
}
Reference in New Issue
Copy Permalink