Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Remove protobuf use for core data structures #38

Merged
merged 3 commits into from
Jun 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ LazyLedger Specifications

- [Architecture](specs/architecture.md)
- [Data Structures](specs/data_structures.md)
- [Types in Protobuf3](proto/)
- [Consensus](specs/consensus.md)
- [Block Proposer](specs/block_proposer.md)
- [Networking](specs/networking.md)
Expand Down
194 changes: 0 additions & 194 deletions proto/types.proto

This file was deleted.

2 changes: 1 addition & 1 deletion specs/data_structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Output of the [signing](#public-key-cryptography) process.

# Serialization

Unless otherwise indicated explicitly, objects are serialized using [protobuf3](https://developers.google.com/protocol-buffers/docs/proto3).
Objects that are committed to or signed over require a canonical serialization. This is done using TODO.

# Hashing

Expand Down