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

What should I do for block builder to send a block to relay/relays? #75

Open
yanikitat opened this issue Jun 5, 2023 · 11 comments
Open

Comments

@yanikitat
Copy link

Hello guys! I'm investigating your projects a couple days and I have some problems/questions.

  1. Why when I call eth_sendBundle rpc call of my flashbots block builder I'm getting empty response? Or, if to be more precise, I'm getting an empty BundleHash. This is how response looks like:
    {BundleHash:}
    But! When I send exactly the same request to the public https://boost-relay-goerli.flashbots.net I'm getting the BundleHash
  2. I have some trouble with documentation of builder in general. I can't find the list of the supported rpc call (I have found this, but i'm not sure that this is about block builder).
  3. And the main point that I don't understand -- what should I do for block builder to send a block to relay/relays? Maybe even empty block or block with one tx. Now I just want to test it, make sure that my block builder is working and look how it works.

This is how I run my block builder:
./build/bin/geth --goerli --builder --builder.remote_relay_endpoint https://boost-relay-goerli.flashbots.net --log.debug
I'm also add BUILDER_TX_SIGNING_KEY env var

I will glad if somebody will be able to help me and explain how it works:)
Also if you need more info please let me know

@yanikitat
Copy link
Author

Okay, I have ran prysm consensus client, but I can't understand does block builder gets trigger from prysm for block building or not. Can block builder build block while syncing?

@zh0glikk
Copy link

any updates?

@yanikitat
Copy link
Author

No, but I have figured out it by myself. I can write my solution and close this issue if necessary

@aaroua5
Copy link

aaroua5 commented Jun 26, 2023

Yes Please

@aaroua5
Copy link

aaroua5 commented Jul 13, 2023

@yanikitat can you explain please ?

@manishparanjape
Copy link

@yanikitat can you provide details here please?

@ezynda3
Copy link

ezynda3 commented Nov 9, 2023

func (s *PrivateTxBundleAPI) SendBundle(ctx context.Context, args SendBundleArgs) error {
should be something more like:

func (s *PrivateTxBundleAPI) SendBundle(ctx context.Context, args SendBundleArgs) (map[string]interface{}, error)

And the body should be:

map[string]interface{}{"bundleHash": bundleHash}

bundleHash needs to be return from all the subcalls made by this top level method.

@ezynda3
Copy link

ezynda3 commented Nov 9, 2023

I've modified this on my own personal instance and can make a PR if that's something people want.

@dewindtk
Copy link

@yanikitat @ezynda3 I am actually struggling with the same thing, I am discussing my issue on the flashbots discord without yet success: https://discord.com/channels/755466764501909692/1172625715632549980

Basically, I eth_sendBundle a transaction through the geth console, this bundle gets recognized, the payload gets updated sucessfully but is never sent to the Relay. Operating on my private devnet.

I would immensely appreciate ANY help on this matter

@manishparanjape
Copy link

@ezynda3 Can you share your PR please?

@forencen
Copy link

hello, I'm having the same problem, I can't get the BundleHash, what should I if solve it?

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

No branches or pull requests

7 participants