Skip to content

Commit

Permalink
chore: update gap of ledger_sync and yaci_store data
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-QuanLeA committed Jun 27, 2024
1 parent 7422a7e commit 3db8a36
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions docs/stores-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@

## C. Analyze **address** table

- Not found in ledger_sync
- Currently, the address table of yaci_store is being used in ledger_sync.

# XIII.Gap between ledger_sync and yaci_store

Expand All @@ -423,4 +423,17 @@
## Staking store

- [ ] Need to add a `pool_view` column to the pool_registration table or new table
- pool_view = Bech32.encode(HexUtil.decodeHexString(hash_raw), ConsumerConstant.POOL_HASH_PREFIX))
- pool_view = Bech32.encode(HexUtil.decodeHexString(hash_raw), ConsumerConstant.POOL_HASH_PREFIX))

## Transaction store

- [ ] Need to add a `block_index` column for transaction.
- [ ] Need to add a `deposit` column for transaction.
- [ ] Need to add a `out_sum` column for transaction.
- [ ] Need to add a `size` column for transaction.

## Utxo store

- [ ] Need to add a `address_has_script` column for address_utxo.
- [ ] Need to add a `address_raw` column for address_utxo.
- [ ] Need to add a `token_type` column for address_utxo.

0 comments on commit 3db8a36

Please sign in to comment.