This repository has been archived by the owner on Jan 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Creating the daoStateHash is quite expensive (about 20-30 ms/block). As this happens while parsing it delays the parsing time (parsing is very fast). We persist t the hashes so it is only done for new blocks. For 1 month of blocks (4000) it would take about 80-120 seconds. It is not blocking the user thread as it is done per block and those are parsed one after another.
…Service.java Co-Authored-By: sqrrm <[email protected]>
Improve logging
Fix performance issue in BsqWalletService
Add rpcBlockNotificationHost option
Remove Byteball in order to remove commons-codec.
…complete-dropdowns Fix #3171 doubleclick on autocomplete dropdowns
Various CSS fixes for v1.1.6
Validate phone numbers
Rebrand Neos to Donu
The BitcoinAverage developer plan API keys in use for this node have recently expired. Given that we already have four other pricenodes up and running, there's no compelling reason to keep this fifth one in place and to pay for hosting and API keys for it every month.
Remove cbeams pricenode from ProvidersRepository
Update data stores
To support future mediation chats
Change DisputeCommunicationMessage.Type enum
fix NPE in shutdown hook
Use latest btcd-cli4j
* Refactored logging into subroutine * Only do recurring updatedatareq if seednode * UpdateDataReq is run periodically * Only store PeristablePayloads once
Add Ergo (ERG) without Bouncy Castle dependency.
Translate name of Japan Bank Transfer for non-Japanese users
This was referenced Sep 30, 2019
utACK PS: once it's merged, it would be good to do a PR to master of some of the core changes to make the diff as small as possible. |
@mrosseel extracted core changes here: bisq-network/bisq#3348 |
List Faircoin (FAIR)
Add mediator prefix to trade statistics
List uPlexa (UPX)
List CTSCoin (CTSC)
- Rename BisqSetupCompleteListener to BisqSetupListener - Add onInitP2pNetwork and onInitWallet to BisqSetupListener - make onInitP2pNetwork and onInitWallet default so no impl. required
- Add onInitWallet to HttpApiMain and start http server there - Add onRequestWalletPassword to BisqSetupListener - Override setupHandlers in HttpApiHeadlessApp and adjust setRequestWalletPasswordHandler (impl. missing) - Add onRequestWalletPassword to HttpApiMain
Temporarily disable onion host for @KanoczTomas's BTC node
Changes needed for minimal api
- Add onInitWallet to HttpApiMain and start http server there - Add onRequestWalletPassword to BisqSetupListener - Override setupHandlers in HttpApiHeadlessApp and adjust setRequestWalletPasswordHandler (impl. missing) - Add onRequestWalletPassword to HttpApiMain
Merged
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.
Moved from bisq-network/bisq#3295