Skip to content
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

added tables visualization #133

Closed
wants to merge 4 commits into from
Closed

Conversation

Giulio2002
Copy link
Collaborator

#127 Added Buckets Visualion in pics

cmd/pics/state.go Outdated Show resolved Hide resolved
cmd/pics/state.go Outdated Show resolved Hide resolved
visual/common.go Outdated Show resolved Hide resolved
visual/hexary.go Outdated Show resolved Hide resolved
@Giulio2002
Copy link
Collaborator Author

Ok, I think I fixed them.

if err := db.View(func(readTx *bolt.Tx) error {
return readTx.ForEach(func(name []byte, b *bolt.Bucket) error {

if i == 0 {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't even need this check here, either. Just the call StartCluster. Then, you can change return b.ForEach(...) on the line 130 to if err := b.ForEach(..); err != nil { return err }, and then just put EndCluster after that

@@ -84,3 +84,38 @@ func Vertical(w io.Writer, hex []byte, highlighted int, name string, indexColors
>];
`)
}

func Horizzontal(w io.Writer, hex []byte, highlighted int, name string, indexColors []string, fontColors []string, compression int) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is spelled with a single z

@Giulio2002
Copy link
Collaborator Author

#134

@Giulio2002 Giulio2002 closed this Oct 29, 2019
battlmonstr pushed a commit that referenced this pull request Sep 14, 2023
…n in WSL2 environment when Windows Path is added to the path of Linux, more information can be found here: golang/go#49166 (#133)
cffls pushed a commit to cffls/erigon that referenced this pull request Feb 15, 2024
jyellick pushed a commit to bobanetwork/op-erigon that referenced this pull request Feb 26, 2024
…il-check

Check if superchain hardfork time is nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants