Skip to content

Commit

Permalink
Added content.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Aug 8, 2024
1 parent 2c2efb5 commit 6797956
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/cw-multi-test/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ tags: ["multitest", "features"]

# Features

All **`MultiTest`** features a listed in the following table. The **"Default implementation"**
column indicates whether the feature has a default implementation in **`MultiTest`** that simulates
the functionality of the real blockchain as closely as possible. In cases where **`MultiTest`** does
not have a default implementation for the feature, users may provide their own, using `AppBuilder`'s
function listed in **"AppBuilder constructor"** column. Names of **`MultiTest`** feature flags
required to enable specific functionality are provided in the column **"Feature flag"**.

| Feature | Default<br/>implementation | Feature<br/>flag | AppBuilder<br/>constructor | Functionality |
| ------------ | :------------------------: | :--------------: | -------------------------- | -------------------------------------------------- |
| Block | **YES** | | `with_block` | Operations on blocks. |
Expand Down

0 comments on commit 6797956

Please sign in to comment.