Skip to content

FuelLabs/fuel-core-protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuel-core-protobuf

Protobuf Definitions for the Fuel Core RPC

Regenerating

The generated Rust bindings live in src/generated/blockaggregator.rs so consumers of the crate do not need protoc installed. To refresh the generated code (for CI or local development), run:

cargo xtask regen-protos
git diff src/generated/blockaggregator.rs

Then check in any changes to the src/generated directory.

Note: the library build itself never invokes protoc; regeneration only occurs via the xtask command (and CI).

About

Protobuf Definitions for the Fuel Core RPC

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages