Skip to content

Commit

Permalink
feat(app-ws): add countersigning session interaction calls (#288)
Browse files Browse the repository at this point in the history
* test(common): remove dpki flag from launch

* refactor(app-ws): remove unused auth token field

* build: update npm, cargo & flake

* feat(app-ws): add countersigning session types

* feat(app-ws): add call GetCountersigningSessionState

* feat(app-ws): add call AbandonCountersigningSession

* feat(app-ws): add call PublishCountersigningSession

* test: put cs tests behind env var

* fix: remove DPKI cell count from cell and agent related calls

* docs: mention cs calls addition in changelog

---------

Co-authored-by: Jost Schulte <[email protected]>
  • Loading branch information
jost-s and jost-s authored Nov 13, 2024
1 parent 01df775 commit 0ad96e0
Show file tree
Hide file tree
Showing 11 changed files with 571 additions and 530 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## \[Unreleased\]

### Added
- AppWebsocket calls to interact with countersigning sessions, i.e. `GetCountersigningSessionState` as well as `AbandonCountersigningSession` and `PublishCountersigningSession` when a session could not be resolved automatically. Countersigning is an unstable feature which must explicitly be enabled in Holochain.
### Fixed
### Changed
### Removed
Expand Down
126 changes: 63 additions & 63 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0ad96e0

Please sign in to comment.