forked from tronprotocol/java-tron
-
Notifications
You must be signed in to change notification settings - Fork 2
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
state trie final fast pure latest #15
Closed
Closed
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
1. key for helpers to mark something done 2. ignore configuration on effects
1. add tron_getAssetById 2. make tron_getToken10 return list 3. rename from tron_getToken10 to tron_getAssets
1. fix range queries for tron_getAssets when not exist in state trie 2. fix query from worldStateGenesis for tron_getAssetById 3. fix test error 4. add test
1. make worldStateTrieStore conditional autowired 2. keep results in order for tron_getAssets
1. rpc 2. http 3. jsonrpc
halibobo1205
force-pushed
the
feature/state-trie-final-fast-pure-latest
branch
from
March 28, 2024 06:10
138337e
to
7318583
Compare
…e-final-fast-pure-latest # Conflicts: # chainbase/build.gradle # chainbase/src/main/java/org/tron/common/storage/metric/DbStatService.java # chainbase/src/main/java/org/tron/core/capsule/AccountCapsule.java # common/src/main/java/org/tron/core/Constant.java # common/src/main/java/org/tron/core/config/args/Storage.java # framework/src/main/java/org/tron/core/config/args/Args.java # framework/src/main/java/org/tron/core/db/Manager.java # framework/src/main/java/org/tron/core/services/jsonrpc/TronJsonRpcImpl.java # framework/src/main/resources/config.conf # framework/src/test/java/org/tron/core/actuator/DelegateResourceActuatorTest.java # framework/src/test/java/org/tron/core/actuator/FreezeBalanceActuatorTest.java # framework/src/test/java/org/tron/core/actuator/FreezeBalanceV2ActuatorTest.java # framework/src/test/java/org/tron/core/actuator/UnfreezeBalanceActuatorTest.java # framework/src/test/resources/config-test.conf # plugins/README.md # plugins/src/main/java/org/tron/plugins/Db.java
…t-pure-latest_master merge master for 4.7.4
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.
What does this PR do?
Why are these changes required?
This PR has been tested by:
Follow up
Extra details