Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Oct 10, 2022
1 parent 82d28fc commit 88f098b
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 185 deletions.
25 changes: 12 additions & 13 deletions docs/docs/building-modules/13-simulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,25 @@ sidebar_position: 1

# Module Simulation

## Prerequisites
:::note
### Pre-requisite Readings

* [Cosmos Blockchain Simulator](../core/12-simulation.md)
:::

## Synopsis

This document details how to define each module simulation functions to be
integrated with the application `SimulationManager`.

* [Module Simulation](#module-simulation)
* [Prerequisites](#prerequisites)
* [Synopsis](#synopsis)
* [Simulation package](#simulation-package)
* [Store decoders](#store-decoders)
* [Randomized genesis](#randomized-genesis)
* [Randomized parameter changes](#randomized-parameter-changes)
* [Random weighted operations](#random-weighted-operations)
* [Random proposal contents](#random-proposal-contents)
* [Registering simulation functions](#registering-simulation-functions)
* [App Simulator manager](#app-simulator-manager)

* [Simulation package](#simulation-package)
* [Store decoders](#store-decoders)
* [Randomized genesis](#randomized-genesis)
* [Randomized parameter changes](#randomized-parameter-changes)
* [Random weighted operations](#random-weighted-operations)
* [Random proposal contents](#random-proposal-contents)
* [Registering simulation functions](#registering-simulation-functions)
* [App Simulator manager](#app-simulator-manager)

## Simulation package

Expand Down
Loading

0 comments on commit 88f098b

Please sign in to comment.