Skip to content

Commit

Permalink
Storage opening in ledger dependent on hash migration
Browse files Browse the repository at this point in the history
  • Loading branch information
MavenRain committed Mar 29, 2023
2 parents 9cc2dcb + 0f15add commit cac41ce
Show file tree
Hide file tree
Showing 35 changed files with 572 additions and 451 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package(default_visibility = [
exports_files([".git"])

## PACKAGE CONFIGURATION ##
VERSION = "0.1.0" # managed by release.sh
VERSION = "0.1.1" # managed by release.sh

# Exposes the value of the compilation mode to the package naming.
# Used below for the `package_file_name` in the `pkg_tar` rule.
Expand Down
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,34 @@

All notable changes to this project will be documented in this file.

## [0.1.0] - 2023-03-24
## [0.1.1] - 2023-03-29

### Bug Fixes

- Sort token metadata ([#336](https://github.com/liftedinit/many-rs/issues/336))
- Bump `cryptoki` to `0.3.1` ([#337](https://github.com/liftedinit/many-rs/issues/337))
- Fix tag id ([#344](https://github.com/liftedinit/many-rs/issues/344))
- Add decoding for blockchain.response base64 tx data ([#345](https://github.com/liftedinit/many-rs/issues/345))

### Miscellaneous Tasks

- Bump `cucumber` to `0.19.1` ([#340](https://github.com/liftedinit/many-rs/issues/340))
- Bump `openssl` to `0.10.48` ([#342](https://github.com/liftedinit/many-rs/issues/342))
- Update cliff configuration ([#347](https://github.com/liftedinit/many-rs/issues/347))

## [0.1.0] - 2023-03-24

### Bug Fixes

- Sort token metadata ([#336](https://github.com/liftedinit/many-rs/issues/336))
- Bump `cryptoki` to `0.3.1` ([#337](https://github.com/liftedinit/many-rs/issues/337))

### Build

- Release process ([#334](https://github.com/liftedinit/many-rs/issues/334))

### Ci
### CI

- MacOS resource class deprecation ([#335](https://github.com/liftedinit/many-rs/issues/335))

### Miscellaneous Tasks

- Bump `cucumber` to `0.19.1` ([#340](https://github.com/liftedinit/many-rs/issues/340))
- Bump `openssl` to `0.10.48` ([#342](https://github.com/liftedinit/many-rs/issues/342))

52 changes: 26 additions & 26 deletions Cargo.Bazel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@ dependencies = [

[[package]]
name = "http_proxy"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"clap 3.2.23",
"hex",
Expand Down Expand Up @@ -2068,7 +2068,7 @@ dependencies = [

[[package]]
name = "idstore-export"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"base64 0.20.0",
"clap 3.2.23",
Expand Down Expand Up @@ -2234,7 +2234,7 @@ dependencies = [

[[package]]
name = "kvstore"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"clap 3.2.23",
"hex",
Expand Down Expand Up @@ -2268,7 +2268,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"

[[package]]
name = "ledger"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"clap 3.2.23",
Expand Down Expand Up @@ -2297,7 +2297,7 @@ dependencies = [

[[package]]
name = "ledger-db"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"clap 3.2.23",
"derive_more",
Expand Down Expand Up @@ -2458,7 +2458,7 @@ dependencies = [

[[package]]
name = "many"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"async-recursion",
Expand Down Expand Up @@ -2491,7 +2491,7 @@ dependencies = [

[[package]]
name = "many-abci"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"async-trait",
"base64 0.21.0",
Expand Down Expand Up @@ -2531,7 +2531,7 @@ dependencies = [

[[package]]
name = "many-cli-helpers"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"clap 3.2.23",
Expand All @@ -2545,7 +2545,7 @@ dependencies = [

[[package]]
name = "many-client"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"async-trait",
Expand Down Expand Up @@ -2585,7 +2585,7 @@ dependencies = [

[[package]]
name = "many-client-macros"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"proc-macro2",
"quote",
Expand All @@ -2594,7 +2594,7 @@ dependencies = [

[[package]]
name = "many-error"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"backtrace",
"minicbor",
Expand All @@ -2606,7 +2606,7 @@ dependencies = [

[[package]]
name = "many-identity"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"base32",
"coset",
Expand All @@ -2626,7 +2626,7 @@ dependencies = [

[[package]]
name = "many-identity-dsa"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"base32",
"coset",
Expand All @@ -2652,7 +2652,7 @@ dependencies = [

[[package]]
name = "many-identity-hsm"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"asn1",
"coset",
Expand All @@ -2669,7 +2669,7 @@ dependencies = [

[[package]]
name = "many-identity-webauthn"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"authenticator-ctap2-2021",
"base64 0.13.1",
Expand Down Expand Up @@ -2698,7 +2698,7 @@ dependencies = [

[[package]]
name = "many-kvstore"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"async-channel",
"async-trait",
Expand Down Expand Up @@ -2733,7 +2733,7 @@ dependencies = [

[[package]]
name = "many-ledger"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"async-channel",
Expand Down Expand Up @@ -2785,15 +2785,15 @@ dependencies = [

[[package]]
name = "many-ledger-test-macros"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"quote",
"syn 1.0.109",
]

[[package]]
name = "many-ledger-test-utils"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"async-channel",
"coset",
Expand All @@ -2819,7 +2819,7 @@ dependencies = [

[[package]]
name = "many-macros"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"inflections",
"proc-macro2",
Expand All @@ -2831,7 +2831,7 @@ dependencies = [

[[package]]
name = "many-migration"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"linkme",
"many-error",
Expand All @@ -2844,7 +2844,7 @@ dependencies = [

[[package]]
name = "many-mock"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"async-trait",
"cbor-diag",
Expand All @@ -2869,7 +2869,7 @@ dependencies = [

[[package]]
name = "many-modules"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"async-channel",
"async-trait",
Expand All @@ -2896,7 +2896,7 @@ dependencies = [

[[package]]
name = "many-protocol"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"async-channel",
"base64 0.13.1",
Expand All @@ -2919,7 +2919,7 @@ dependencies = [

[[package]]
name = "many-server"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"async-trait",
Expand Down Expand Up @@ -2960,7 +2960,7 @@ dependencies = [

[[package]]
name = "many-types"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"base64 0.20.0",
"cbor-diag",
Expand Down
Loading

0 comments on commit cac41ce

Please sign in to comment.