-
Notifications
You must be signed in to change notification settings - Fork 78
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
Hosted resources search #8
Open
protoniuman
wants to merge
1,597
commits into
QORT:master
Choose a base branch
from
Qortal:hosted-resources-search
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
…d Serialization.deserializeSizedString() for the new ARBITRARY transaction additions. The modifications made to these methods were causing issues with other transaction types that were expecting blank strings instead of null. To keep risk to a minimum, I have split into two different sets of functions until there is more time to unify them.
…hat deserializeSizedString() can be safely used.
…eat them as invalid).
… as it is designed to allow null values.
…he node isn't yet hosting anything)
…nabled is enabled. This allows node operators to return their authentication to the legacy rules (local requests allowed), without introducing javascript vulnerabilities. The websites, apps, etc are just prevented from loading, to avoid the risk of any API calls from javascript.
…date, once log4j2.properties files have transitioned to the new format.
Should fix issue with v4 transactions where these aren't used. Matches with the NOT NULL DEFAULT 0 which automatically transitions existing v4 ARBITRARY transactions to use the same defaults.
…ey.txt file is available. This brings the behaviour closer to the old version so should hopefully reduce the amount of newly introduced issues. If an API key is unavailable, it will fall back to using `kill -15 $pid` (i.e. a SIGTERM).
Currently needs to be run from either the qortal directory or the tools directory in order to pick up the API key
As with the qort script, it currently needs to be run from either the qortal directory or the tools directory in order to pick up the API key
…r legacy resource support. Should fix "ECB mode cannot use IV" error due to mode and padding not being stated.
… next update, once log4j2.properties files have transitioned to the new format." This reverts commit 777bddd.
…le chunk resources in a much more sensible way. This could create a lot of additional relay traffic as a result, so needs lots of testing and possibly optimizing.
New network messages ONLINE_ACCOUNTS_V2 and GET_ONLINE_ACCOUNTS_V2.
For future reference, the command used was: mvn install:install-file -Dfile=/Users/user/Downloads/waifupnp-1.1/WaifUPnP.jar -DgroupId=com.dosse -DartifactId=WaifUPnP -Dversion=1.1 -Dpackaging=jar -DlocalRepositoryPath=lib
…cal network supports it.
…n a file was deleted by another thread.
…rt if a UPnP rule exists.
…uestDataFromPeer(), to make the method thread-safe. This could be further improved by taking an immutable copy, but I'll leave this until the same approach is applied to other Network methods.
…ing requested by another thread. This should help to locate the higher numbered chunks from larger resources.
Added online zero level accounts to the response of /addresses/online/levels api endpoints
this fix the behavior of the node, After adding or removing a minting account, allowing it to persist it to the backup folder
…jis and other special characters.
…n't recent. This should fix issue where the icon unnecessarily jumps between synced and synchronizing.
1) use the cached version instead of rescanning all the files 2) separating the loading (which include files scanning) and listing logic
…this may be a future scenario.
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.
add functionality to allow querying the hosted resources