rename docs, help, and examples to Vaulta#204
Merged
ericpassmore merged 5 commits intorelease/3.9from May 9, 2025
Merged
Conversation
greg7mdp
reviewed
May 5, 2025
This comment was marked as resolved.
This comment was marked as resolved.
Contributor
|
A couple remaining references to
|
Contributor
|
More references to EOS that we may (or may not) want to update: |
Contributor
Author
These system names have been here for a while. Lets make this a separate issue and future PR. |
heifner
suggested changes
May 7, 2025
Contributor
heifner
left a comment
There was a problem hiding this comment.
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
heifner
approved these changes
May 8, 2025
greg7mdp
reviewed
May 8, 2025
|
|
||
| //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"*/ ) ); |
Contributor
There was a problem hiding this comment.
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?
Contributor
|
Maybe also extent the license to 2025 (instead of 2022). |
greg7mdp
approved these changes
May 8, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Change Description
Updated docs, examples to Vault.
VaultaFoundation/system-contractsEOS BlockchaintoVaulta BlockchainUpdated help message in
CMakeLists.txttosystem-contractsResolves #200