Releases: casper-network/stests
Accounts with direct dispatch
1.3.1 1. Standardising direct dispatch commands in respect of account creat…
Auction enhancement
Updated wg-200 & wg-201 to accept validator argument.
Auction contract regression fix
Fix auction contract regression due to changing input parameter serialization.
DW registration update
Post accounts.csv -> accounts.toml updates.
NCTL registration update
Post replacement of accounts.csv
with accounts.toml
.
Native transfer minimum amount increased
Native transfer minimum amount increased in response to node-rs change.
Account creation regression fix
This fixes a regression in account creation for wg-101 & wg-111.
Account space rationalisation II
Follow up release to 1.2.0 which correctly derives number of transfers dispatched under the auspices of an account.
Account space rationalisation
When executing transfers (native & wasm) an new parameter --accounts
is accepted. When set to N, whereby N>=0, then the transfers are dispatched in a round robin fashion to N on-chain accounts. If N=0 then each transfer is dispatched to a unique on-chain account.
New registration for DW
Added new registration command to support the work of the most excellent @dwerner.