Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,264 contributions in the last year
Contribution activity
August 2020
- Sponsored claimable services/horizon: Ingest sponsor while ingesting claimable balances.
- services/horizon/internal/expingest: Ingest CAP23 Operations effects.
- services/horizon/internal/expingest: Ingest CAP23 Operations details and participants.
- expingest: Add placeholder for new operations and verifier
- exp/ingest: Extend stats ledger transaction processor with Protocol 14 operations.
- txnbuild: Protocol 14 support.
- Rebuild XDRs to match RC.
- services/horizon/expingest: Add state and ledger processor for Claimable balances.
- xdr: Update XDR definitions with updated sponsoring op names
- horizon: Add CAP0023 and CAP0033 related changes to Horizon database.
- xdr: Regenerate XDR definitions.
- services/horizon: Copy txnbuild to horizon internal
- services/horizon: Update ops processor for CAP 33
- services/horizon/internal/expingest: Ingest CAP23 Operations details and participants.
- services/horizon: Add sponsors ingestion to change processors
- services/horizon/expingest: Add state and ledger processor for Claimable balances.
- services/horizon: Refactor IngestionQ methods to use xdr.LedgerEntry
- horizon: Add CAP0023 and CAP0033 related changes to Horizon database.
- exp/ingest: Add package godoc and examples
Created an issue in stellar/go that received 1 comment
Implement `historyQ.UpdateClaimableBalance`
Now that we have state processing for sponsorship related changes we can implement UpdateClaimableBalance in ClaimableBalancesProcessor
1
comment
- Define how to expose/save balance_id in details and effetcs
- Update ingestion effects processor to ingest sponsoring related effects
- Update ingestion operations processor to ingest sponsorship related operations.
- Update state related processors to store sponsorship data.
- Update state verifier with CAP0033 sponsorships related data
- Update state processors to support claimable balances
- Update ingestion operation processor to ingest claimable balance related operations
- Update ingestion effects processor to process claimable_balance related effects
- Add sponsorship related columns to state tables.
- Update state verifier with CAP23 claimable_balances
- Add claimable_balances table to Horizon

