Nabarun
65001568c8
Some checks failed
Tests / sdk_tests (push) Failing after 8m38s
Refactors the `Record.Attributes` from Any into a byte string. Companion to cerc-io/laconicd#132. Resolves https://github.com/cerc-io/laconicd/issues/107 Co-authored-by: Roy Crihfield <roy@manteia.ltd> Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Reviewed-on: #52 Reviewed-by: Thomas E Lackey <telackey@noreply.git.vdb.to> Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
17 lines
243 B
Markdown
17 lines
243 B
Markdown
# Development
|
|
|
|
## Protobuf
|
|
|
|
Run following scripts when [proto files](./proto/) are updated.
|
|
|
|
1. Install dependencies
|
|
```bash
|
|
yarn
|
|
```
|
|
|
|
2. Generate typescript code for the proto files
|
|
|
|
```bash
|
|
./scripts/proto-gen.sh
|
|
```
|