Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Minimal api #1

Closed
wants to merge 263 commits into from
Closed

Minimal api #1

wants to merge 263 commits into from

Conversation

blabno
Copy link
Contributor

@blabno blabno commented Sep 30, 2019

chimp1984 and others added 30 commits September 1, 2019 23:24
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.
Add rpcBlockNotificationHost option
Remove Byteball in order to remove commons-codec.
…complete-dropdowns

Fix #3171 doubleclick on autocomplete dropdowns
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
To support future mediation chats
Change DisputeCommunicationMessage.Type enum
freimair and others added 4 commits September 26, 2019 13:42
* 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
@mrosseel
Copy link
Contributor

mrosseel commented Oct 1, 2019

utACK
LGTM!

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.

@blabno
Copy link
Contributor Author

blabno commented Oct 1, 2019

@mrosseel extracted core changes here: bisq-network/bisq#3348

jsalatas and others added 13 commits October 2, 2019 19:02
- 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
- 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
@blabno blabno closed this Oct 7, 2019
@blabno blabno mentioned this pull request Oct 7, 2019
@blabno blabno deleted the minimal-api-3 branch October 8, 2019 05:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.