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

Commit

Permalink
Merge pull request #38 from lazyledger/adlerjohn-remove_protobuf_core…
Browse files Browse the repository at this point in the history
…_data_structures

Remove protobuf use for core data structures
  • Loading branch information
liamsi authored Jun 24, 2020
2 parents c0a50a1 + 127d432 commit 41b1aa2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 196 deletions.
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

0 comments on commit 41b1aa2

Please sign in to comment.