Skip to content

Commit

Permalink
Clean up previous didcomm impl (#470)
Browse files Browse the repository at this point in the history
* Removed messages from the wasm bindings

* Revert "Removed messages from the wasm bindings"

This reverts commit e66cf82.

* cleaned up identity-comm/src/messages and identity-comm/src/tests (#467)

* deleted bindings/wasm/src/message (#468)

* build api-reference

Co-authored-by: Oliver Anderson <oliver.anderson@iota.org>
Co-authored-by: Eike Haß <eike-hass@web.de>
  • Loading branch information
3 people committed Nov 1, 2021
1 parent 2a2118e commit 216a341
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 2,796 deletions.
636 changes: 0 additions & 636 deletions bindings/wasm/docs/api-reference.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion bindings/wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pub mod common;
pub mod credential;
pub mod crypto;
pub mod did;
pub mod message;
pub mod service;
pub mod tangle;

Expand Down
41 changes: 0 additions & 41 deletions bindings/wasm/src/message/authentication.rs

This file was deleted.

41 changes: 0 additions & 41 deletions bindings/wasm/src/message/credential_issuance.rs

This file was deleted.

41 changes: 0 additions & 41 deletions bindings/wasm/src/message/credential_options.rs

This file was deleted.

24 changes: 0 additions & 24 deletions bindings/wasm/src/message/credential_revocation.rs

This file was deleted.

2 changes: 0 additions & 2 deletions bindings/wasm/src/message/credential_schema.rs

This file was deleted.

41 changes: 0 additions & 41 deletions bindings/wasm/src/message/did_discovery.rs

This file was deleted.

58 changes: 0 additions & 58 deletions bindings/wasm/src/message/did_introduction.rs

This file was deleted.

41 changes: 0 additions & 41 deletions bindings/wasm/src/message/did_resolution.rs

This file was deleted.

41 changes: 0 additions & 41 deletions bindings/wasm/src/message/features_discovery.rs

This file was deleted.

28 changes: 0 additions & 28 deletions bindings/wasm/src/message/mod.rs

This file was deleted.

0 comments on commit 216a341

Please sign in to comment.