Skip to content

Commit

Permalink
fix(serialization)!: update conductor api serialization (#245)
Browse files Browse the repository at this point in the history
* build: update dependencies to 0.4.0

* add test for enum serialization

* suppress duplicate console output on conductor startup

* refactor: change enum serialization in client

* docs(readme): add compatibility with 0.4.0

* docs: update changelog

* fix all enum errors

* remove 0.1 compatible version from readme

* delete failed test markers
  • Loading branch information
jost-s committed May 3, 2024
1 parent da7390f commit 7de71a6
Show file tree
Hide file tree
Showing 15 changed files with 250 additions and 317 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## \[Unreleased\]

### Added
- Test for Rust enum serialization.
### Changed
- **BREAKING** Update enum serialization to match [changed Conductor API serialization format](https://github.com/holochain/holochain/blob/develop/crates/holochain/CHANGELOG.md#040-dev1).
### Fixed
### Removed

Expand Down

0 comments on commit 7de71a6

Please sign in to comment.