You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that: preconfer pubkey may be not needed. Because when the validator is selected to propose a block, all the constraints should be its delegated preconfer if there is no errors.
Now the /constraints/v1/constraint/{slot} API only return a tx array constraint.
The preconfer pubkey is useful for rbuilder and taiyi-boost local builder to distinguish the constraints, for example, local builder can do a filtering, only include its own configured preconfer's constraints.
Note that: preconfer pubkey may be not needed. Because when the validator is selected to propose a block, all the constraints should be its delegated preconfer if there is no errors.
Now the
/constraints/v1/constraint/{slot}
API only return a tx array constraint.We need to add preconfer pubkey field
The preconfer pubkey is useful for rbuilder and taiyi-boost local builder to distinguish the constraints, for example, local builder can do a filtering, only include its own configured preconfer's constraints.
Similiarly, Bolt has pubkey field: https://docs.boltprotocol.xyz/technical-docs/api/relay#constraints
The text was updated successfully, but these errors were encountered: