-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common: Fund test entity with 10^15 tokens by default
- Loading branch information
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
oasis-net-runner: Set default max_allowances, increase test account balance | ||
|
||
The max_allowances staking setting in the default oasis-net-runner fixture has | ||
been changed from 0 to 16 matching the testnet and mainnet setting. This | ||
enables the allowance transactions locally which are required for doing | ||
deposits to runtimes. | ||
|
||
The initial balance of the default test account generated by the | ||
oasis-net-runner was increased from 100 tokens to 1 million. This makes the | ||
account directly suitable for deploying and running confidential smart | ||
contracts (e.g. on the local Cipher instance) with more realistic transaction | ||
fees. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters