21 releases (7 breaking)

0.8.2 May 20, 2022
0.8.1 Dec 27, 2021
0.7.2 Dec 17, 2021
0.6.2 Nov 18, 2021
0.1.0-alpha Sep 27, 2019

#14 in #xdr


Used in 2 crates

MIT license

9KB
238 lines

Mazzaroth-XDR

CircleCI

Self Link

Mazzaroth-xdr is a library that defines the core XDR data structures used by Mazzaroth. This includes the definitions of the blockchain, its underlying data structures and the objects stored in the StateDB.

All objects are defined in the idl directory as .x files and the code for each language is generated.

We currently support code generation for 3 languages: javascript, rust and go. The generated code has the following dependencies:

The generated code is created with the help of xdr-codegen and should not be modified manually.

Generating Code

If any changes are made to the idl files the code can generated by running the npm build script after updating the xdr-codegen.

First clone or update xdr-codegen

git clone git@github.com:kochavalabs/xdr-codegen.git
cd xdr-codegen
git pull

Then run the npm build script to generate the code for all languages:

npm install
npm run build

License

MIT

Dependencies

~2MB
~43K SLoC