Foreign blockchain test case consolidation#10
Open
kennycud wants to merge 3721 commits intoQORT:masterfrom
Open
Foreign blockchain test case consolidation#10kennycud wants to merge 3721 commits intoQORT:masterfrom
kennycud wants to merge 3721 commits intoQORT:masterfrom
Conversation
…ith new helper methods
…have been removed temporarily.
fix bug when rendering apps by way of identifier
add is not blank condition
…gnatures and returns multiple block data objects
…and ArbitraryMetadataManager
Fix/maven tests settings
Reduce Network-IO CPU usage via NIO selector optimizations
…es - Fixed issue related to swagger update that was causing spawn of thousands of threads of `ClassGraph.scan(...)` and eventually causing OOM error on core. Patched ApiService to register a configured Swagger resource instance with explicit JAX-RS classes, which should bypass ClassGraph scanning on openapi.json
added additional logging for EXCEEDS_SIZE_LIMIT for diagnostic purpos…
…line-nonce-repeat-after-24h
…after-24h Investigate/online nonce repeat after 24h taking place on certain nodes
… and added optional isOwnera and isAdmin to /groups/member/address
…nsaction - getTransactionOutput(UnspentOutput) now deserializes the transaction and returns transaction.getOutputs().get(unspentOutput.index) (the real attached output), instead of constructing a new TransactionOutput. - Also made Bitcoiny more robust overall with - reuse one raw-tx decode path (getOutputs(...)) to avoid drift - verify fetched output matches provider UTXO metadata (value/script) - fail getUnspentOutputs(...) if any UTXO could not be resolved instead of silently dropping it.
…after-24h patch for illegalStateException for Output linked to wrong Parent Tra…
bring primary name with some group related calls and fix perpetual stuck handshake
6.1 http2 - After weeks of testing and modifications, 6.1.0 is a go!
…t-update Update generate-release-notes script
…fault PKCS12 provider
Fix API SSL startup
…ase-notes-script-update
…t-update Chore/release notes script update
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.
Moved common foreign blockchain test cases into a parent class, BitcoinyTests.