Skip to content

Commit

Permalink
Merge pull request #504 from tensor-programming/feat/expose_runner
Browse files Browse the repository at this point in the history
Exposing Runner API to make creation of 3rd party Procedures easier.
  • Loading branch information
semenov-vladyslav committed Apr 25, 2024
2 parents 8ff55c5 + 49f6fb4 commit 5f105ee
Show file tree
Hide file tree
Showing 56 changed files with 26 additions and 15,901 deletions.
8 changes: 8 additions & 0 deletions .changes/runner_api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"iota-stronghold": minor
"stronghold-runtime": patch
---

Expose the runner API to allow for 3rd party procedures.

Change libsodium-sys to libsodium-sys-stable due to depreciation of the previous library.
21 changes: 0 additions & 21 deletions .github/workflows/test-docs-build.yml

This file was deleted.

4 changes: 2 additions & 2 deletions client/src/procedures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ pub use primitives::{
WriteVault, X25519DiffieHellman,
};
pub use types::{
DeriveSecret, FatalProcedureError, GenerateSecret, Procedure, ProcedureError, ProcedureOutput, UseSecret,
DeriveSecret, FatalProcedureError, GenerateSecret, Procedure, ProcedureError, ProcedureOutput, Products, Runner,
UseSecret,
};
pub(crate) use types::{Products, Runner};
29 changes: 0 additions & 29 deletions documentation/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion documentation/.yarnrc.yml

This file was deleted.

65 changes: 0 additions & 65 deletions documentation/README.md

This file was deleted.

48 changes: 0 additions & 48 deletions documentation/docs/contribute.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
97 changes: 0 additions & 97 deletions documentation/docs/explanations/concurrency.md

This file was deleted.

Loading

0 comments on commit 5f105ee

Please sign in to comment.