dashpay / platform

L2 solution for seriously fast decentralized applications for the Dash network
https://dashplatform.readme.io/docs/introduction-what-is-dash-platform
MIT License
67 stars 39 forks source link

Missing updated .env.testnet #1714

Open coolaj86 opened 7 months ago

coolaj86 commented 7 months ago

.env.testnet at https://github.com/dashpay/platform/blob/v1.0-dev/packages/rs-drive-abci/.env.testnet is out of date and can't be used to run the latest dash-drive.

Expected Behavior

Test config file should Just Work™

Current Behavior

Errors about missing values. Guessing at the values doesn't work either.

thread 'main' panicked at packages/rs-drive-abci/src/main.rs:314:13:
missing configuration option: VALIDATOR_SET_QUORUM_TYPE
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
missing configuration option: VALIDATOR_SET_QUORUM_TYPE
missing configuration option: CHAIN_LOCK_QUORUM_SIZE

Possible Solution

🤷‍♂️

Context

Trying to build, install, and run everything from source.

Your Environment

Linux

Ubuntu 22.04 (LTS)

shumkov commented 1 day ago

Please update your PR.