Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit 4a5d42b

Browse files
authored
Cleanup interface (#8)
* Cleaning up - Removed code duplication - New smaller interface - Unified tests * WIP * Cleaning up * Adding more tests and smaller fixes * Assert that Timestamps are opaque * Fixing types * Fix maps read response * Fixing mvreg * Removing obsolete tests * Reordering Putting exported things on top and fixing eunit include * Fixing version
1 parent 6d92a48 commit 4a5d42b

File tree

2 files changed

+274
-466
lines changed

2 files changed

+274
-466
lines changed

src/antidote_pb_codec.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, antidote_pb_codec,
22
[
33
{description, "Protocol buffer codec for Antidote"},
4-
{vsn, "0.0.5"},
4+
{vsn, "v0.1.0"},
55
{registered, []},
66
{applications, [
77
kernel,

0 commit comments

Comments
 (0)