-
Notifications
You must be signed in to change notification settings - Fork 25
rename docs, help, and examples to Vaulta #204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
|
A couple remaining references to
|
|
More references to EOS that we may (or may not) want to update: |
These system names have been here for a while. Lets make this a separate issue and future PR. |
heifner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think any of the updates involving cleos are correct.
docs/04_guides/08_how-to-configure-the-powerup-resource-model.md
Outdated
Show resolved
Hide resolved
|
|
||
| //carol1111111 unstakes part of the stake | ||
| BOOST_REQUIRE_EQUAL( success(), unstake( "carol1111111", core_sym::from_string("2.0000"), core_sym::from_string("0.0002")/*"2.0000 EOS", "0.0002 EOS"*/ ) ); | ||
| BOOST_REQUIRE_EQUAL( success(), unstake( "carol1111111", core_sym::from_string("2.0000"), core_sym::from_string("0.0002")/*"2.0000 SYS", "0.0002 SYS"*/ ) ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused as to why did we switch SYS -> EOS in eosio.system.hpp, but we switched to SYS in the comment here and at line 3237?
|
Maybe also extent the license to 2025 (instead of 2022). |
Change Description
Updated docs, examples to Vault.
VaultaFoundation/system-contractsEOS BlockchaintoVaulta BlockchainUpdated help message in
CMakeLists.txttosystem-contractsResolves #200