6de0c4ce92
* initialised basic structure for the performance contract * shared code for contract testing * unified common testing methods between performance and nym pool contracts * impl of ExecuteMsg for the contract * impl of QueryMsg for the contract * setting initial authorised NMs during instantiation * additional tests and fixes * ibid * scaffolding for client traits * completed client traits * clippy * naive add performance contract to testnet manager * placeholder values for the performance contract address * introduced admin messages to purge old measurements from the storage * introduced check ensuring performance data is only added to bonded nodes
4 lines
145 B
Plaintext
4 lines
145 B
Plaintext
[alias]
|
|
wasm = "build --release --lib --target wasm32-unknown-unknown"
|
|
unit-test = "test --lib"
|
|
schema = "run --bin schema --features=schema-gen" |