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

RB size does not reflect the presence of a certificate? #235

Closed
bwbush opened this issue Mar 7, 2025 · 3 comments
Closed

RB size does not reflect the presence of a certificate? #235

bwbush opened this issue Mar 7, 2025 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@bwbush
Copy link
Collaborator

bwbush commented Mar 7, 2025

The size of RBs does not seem to vary according to whether a certificate was included or not.

Here is the RB production,

Image

but the size of the size of the RB does not vary according to whether an EB is referenced (via a certificate):

Image

@bwbush bwbush added the question Further information is requested label Mar 7, 2025
@Saizan
Copy link
Contributor

Saizan commented Mar 11, 2025

@bwbush where can we find the config you are using for runs like these?

I can't reproduce the problem with the default config, e.g.:

{"time_s":104.091,"event":{"tag":"generated","kind":"RB","id":"-5808674975623080424","size_bytes":1221,"node":23,"node_name":"node-3","endorsed":["15-4"]}}
{"time_s":111.001,"event":{"tag":"generated","kind":"RB","id":"4771868145009233001","size_bytes":305,"node":25,"node_name":"node-31","endorsed":[]}}

However it would be the expected behaviour for treat-blocks-as-full, the intended purpose of that flag is to aid the comparison to the idealized diffusion model, and part of that is not having to consume the logs to determine the size of blocks.

@bwbush
Copy link
Collaborator Author

bwbush commented Mar 12, 2025

Configs below, and I used the Haskell at tag leios-2025w10.

When I ran at leios-2025w11 with treat-blocks-as-full: false I still see less variation in size than I would have expected. I'll delve into this deeper

@bwbush
Copy link
Collaborator Author

bwbush commented Mar 18, 2025

Works fine now at tag leios-2025w12.

@bwbush bwbush closed this as completed Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants