Proto commits in elichai/kaspa-miner

These 5 commits are when the Protocol Buffers files have changed:

Commit:55dbbef
Author:Maxim
Committer:GitHub

add computeBudget field to RpcTransactionInput proto (#7) Post-covenants activation, v1 transaction hashes include the compute_budget field. Without this field in the proto, the miner drops it during the gRPC round-trip, changing transaction hashes and causing BadMerkleRoot rejections. Co-authored-by: root <root@server.remote>

The documentation is generated from this commit.

Commit:39ceece
Author:Michael Sutton

update tonic and prost versions + update proto file with no covenant binding fields

Commit:fd24841
Author:Ori Newman
Committer:Elichai Turkel

Add tx mass field in proto files

Commit:a53b36a
Author:coderofstuff
Committer:GitHub

Proto updates to use NewBlockTemplate (#29) * Proto updates to use NewBlockTemplate * Handle NotifyNewBlockTemplateResponse * Register for new block template notification * Remove unused arms

Commit:df9fa84
Author:Elichai Turkel

Add protobuf files