Skip to content

Commit

Permalink
fix(covector) (#162)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
  • Loading branch information
nothingismagick committed Mar 12, 2021
1 parent e9fda48 commit 42ed9d6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@
"stronghold-utils"
]
},
"runtime": {
"path": "./engine/runtime/",
"manager": "rust",
"publish": false
},
"store": {
"path": "./engine/store/",
"manager": "rust",
Expand Down
2 changes: 1 addition & 1 deletion .changes/guarded_allocator_in_zone.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"stronghold-runtime": minor
"runtime": minor
---

Add functionality to enable the guarded memory allocator in the zone when
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"stronghold-runtime": patch
"runtime": patch
"vault": patch
---

Expand Down
6 changes: 2 additions & 4 deletions .changes/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
| ---- | ------- | -------- | ------- | ----------------- |
| iota-stronghold | The Client | Rust | Yes | Yes |
| stronghold-engine | The Engine | Rust | Yes | Yes |
| stronghold-runtime | Secure Zone | Rust | Yes | No |
| stronghold-communication | Communication Subsystem | Rust | Yes | No |
| crypto | Engine's internal Crypto | Rust | No | No |
| runtime | Secure Zone | Rust | Yes | No |
| vault | Engine's memory Store | Rust | No | No |
| snapshot | Engine's Persistence | Rust | No | No |
| random | Engine's Random | Rust | No | No |
| primitives | Engine's Crypto Primitives | Rust | No | No |
| store | Engine's Readable Storage Interface | Rust | No | No |
| communication-macros | Communication macros | Rust | No | No |
| stronghold-utils | Reoccuring Patterns, and Utilities for Testing | Rust | No | No |

As you create PRs and make changes that require a version bump, please add a new markdown file in this folder. You do not note the version _number_, but rather the type of bump that you expect: major, minor, or patch. The filename is not important, as long as it is a `.md`, but we recommend it represents the overall change for our sanity.
Expand Down

0 comments on commit 42ed9d6

Please sign in to comment.