Pulls in upstream changes from v1.18.22
Please update to this version as soon as possible!
Note:
- This release contains new protobuf field for packets sent from the relayer to the validator. In order to pull those in and build the software, you'll need to run:
git submodule update -i -r
after checking out the tag.
If you run into this error, please visit the above step:
error[E0609]: no field `from_staked_node` on type `jito_protos::proto::packet::PacketFlags`
--> core/src/lib.rs:111:22
|
111 | if flags.from_staked_node {
| ^^^^^^^^^^^^^^^^ unknown field
|
= note: available fields are: `discard`, `forwarded`, `repair`, `simple_vote_tx`, `tracer_packet`