-
Notifications
You must be signed in to change notification settings - Fork 10
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
Tx stream resource balance change and transaction status filter #817
Tx stream resource balance change and transaction status filter #817
Conversation
Docker tags |
Docker tags |
Docker tags |
…rce balanace changes.
5357748
to
1a16966
Compare
src/RadixDlt.NetworkGateway.Abstractions/Model/LedgerTransactionStatusFilter.cs
Outdated
Show resolved
Hide resolved
@@ -4357,6 +4357,19 @@ components: | |||
type: array | |||
items: | |||
$ref: "#/components/schemas/Address" | |||
balance_change_resources_filter: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also tweak a few other places:
- Could we add a description of these filters to the
Supported filters
section of the examples? - Could we update the
manifest_resources_filter
to recommend that integrators likely wish to usebalance_change_resources_filter
instead in most cases, as it also captures resource changes which aren't in the manifest.
...ration/LedgerExtension/Processors/LedgerTransactionMarkers/ResourceBalanceChangeProcessor.cs
Show resolved
Hide resolved
...nsion/Processors/LedgerTransactionMarkers/TransactionTypeLedgerTransactionMarkerProcessor.cs
Show resolved
Hide resolved
src/RadixDlt.NetworkGateway.PostgresIntegration/Migrations/IdempotentApplyMigrations.sql
Show resolved
Hide resolved
...xDlt.NetworkGateway.PostgresIntegration/Models/LedgerTransactions/LedgerTransactionMarker.cs
Show resolved
Hide resolved
src/RadixDlt.NetworkGateway.PostgresIntegration/Services/TransactionQuerier.cs
Show resolved
Hide resolved
src/RadixDlt.NetworkGateway.PostgresIntegration/Services/TransactionQuerier.cs
Outdated
Show resolved
Hide resolved
a265070
to
57b601d
Compare
Quality Gate passedIssues Measures |
No description provided.