diff --git a/README.md b/README.md index 9be189748..320758dc0 100644 --- a/README.md +++ b/README.md @@ -362,6 +362,7 @@ To learn more about the liquidity module, check out the following resources: - [Liquidity Module Lite Paper (English)](doc/LiquidityModuleLightPaper_EN.pdf) - [Liquidity Module Lite Paper (Korean)](doc/LiquidityModuleLightPaper_KO.pdf) - [Liquidity Module Lite Paper (Chinese)](doc/LiquidityModuleLightPaper_ZH.pdf) + - [Liquidity Module Security Audit Report of Least Authority](doc/Least_Authority_Liquidity_Module_Security_Audit_Report.pdf) - [Proposal and milestone](https://github.com/b-harvest/Liquidity-Module-For-the-Hub) - [Swagger HTTP API doc](https://app.swaggerhub.com/apis-docs/bharvest/cosmos-sdk_liquidity_module_rest_and_g_rpc_gateway_docs) - [godoc](https://pkg.go.dev/github.com/tendermint/liquidity) diff --git a/doc/Least_Authority_Liquidity_Module_Security_Audit_Report.pdf b/doc/Least_Authority_Liquidity_Module_Security_Audit_Report.pdf new file mode 100644 index 000000000..8c57c4e46 Binary files /dev/null and b/doc/Least_Authority_Liquidity_Module_Security_Audit_Report.pdf differ diff --git a/x/liquidity/spec/08_params.md b/x/liquidity/spec/08_params.md index 4fe2f055d..150f404d9 100644 --- a/x/liquidity/spec/08_params.md +++ b/x/liquidity/spec/08_params.md @@ -15,7 +15,7 @@ SwapFeeRate | string (sdk.Dec) | "0.003000000000000000" WithdrawFeeRate | string (sdk.Dec) | "0.000000000000000000" MaxOrderAmountRatio | string (sdk.Dec) | "0.100000000000000000" UnitBatchHeight | uint32 | 1 -CircuitBreakerEnabled | CircuitBreakerEnabled | false +CircuitBreakerEnabled | bool | false ## PoolTypes