This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 94
Set initialBalance to 100N in create_account #298
Merged
Merged
Conversation
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
After state staking update, 1N covers for 10kb. So 100N covers 1MB storage.
behaviary
approved these changes
Mar 31, 2020
I want to highlight that accounts created in the wallet and funding these would need to have 10,000 to keep the same ratio that we've got now. |
Why do we need to maintain same ratio? |
Hm @mikedotexe it seems like CI has been broken before? |
…265) * add yarg’s strict() to chain. add walletUrl, contractName as options * add hidden key to walletUrl and contractName * add masterAccount option in near-cli * fix test using delete_account to delete * fix test using defult to ci networkId * fix lint spacing * remove node 10 from travis * fix typo for masterAccount description * in test_generate_key, use $NODE_ENV as flag and directory
After state staking update, 1N covers for 10kb. So 100N covers 1MB storage.
…into fix-state-stake
rebased to master. dealing with tests to get this into today's shell push |
mikedotexe
approved these changes
Mar 31, 2020
Yes, we just fixed that today. Node version and shell tests had minor issues. |
Actually, there's a test that was checking the balance, too, which has now changed. Pushing up a commit modifying that test. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After state staking update near/NEPs#41, 1N covers for 10kb of storage.
So 100N covers 1MB storage which should be enough for initial playing with contracts.
Current 0.1N leads to LackBalance error.