Skip to content

Commit 949d5ca

Browse files
committed
[bug]: fix bugs in new the schema generation process
Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
1 parent 6a10f05 commit 949d5ca

20 files changed

+2674
-2086
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data_model/src/evaluate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ mod tests {
630630
.with_value(
631631
Name::from_str("test_value").expect("Can't fail."),
632632
EvaluatesTo::new_evaluates_to_value(Add::new(2_u32, 3_u32).into())
633-
);
633+
)
634634
.evaluate(&TestContext::new())?,
635635
5_u32.to_value()
636636
);

docs/source/references/api_spec.md

-14
Original file line numberDiff line numberDiff line change
@@ -381,17 +381,3 @@ codec's [GitHub repository](https://github.com/paritytech/parity-scale-codec).
381381
## Reference Iroha Client Implementation
382382

383383
[Iroha client in Rust.](../../../client)
384-
385-
## Iroha Structures
386-
387-
| Object name | Fully qualified object name |
388-
|-------------------------------------|----------------------------------------------------------------|
389-
| `VersionedSignedTransaction` | `iroha_data_model::transaction::VersionedSignedTransaction` |
390-
| `VersionedSignedQuery` | `iroha_data_model::query::VersionedSignedQuery` |
391-
| `VersionedPaginatedQueryResult` | `iroha_data_model::query::VersionedPaginatedQueryResult` |
392-
| `QueryExecutionFailure` | `iroha_core::smartcontracts::isi::query::Error` |
393-
| `FindError` | `iroha_core::smartcontracts::isi::error::FindError` |
394-
| `VersionedBlockSubscriptionRequest` | `iroha_core::block::stream::VersionedBlockSubscriptionRequest` |
395-
| `VersionedBlockMessage` | `iroha_core::block::stream::VersionedBlockMessage` |
396-
| `VersionedEventSubscriptionRequest` | `iroha_data_model::events::VersionedEventSubscriptionRequest` |
397-
| `VersionedEventMessage` | `iroha_data_model::events::VersionedEventMessage` |

0 commit comments

Comments
 (0)