Skip to content

Latest commit

 

History

History
194 lines (110 loc) · 14.2 KB

CHANGELOG.md

File metadata and controls

194 lines (110 loc) · 14.2 KB

Changelog

0.9.0 (2024-02-19)

Bug Fixes

  • resolve type force version (f6329f1)

0.7.0 (2024-01-31)

Features

  • add fingerprint column for assetmetadata entity (203f21c)
  • add SC info entity (a7b12e7)
  • create entity native script info (2085cb7)
  • MET-1761 moving logic verify native script to the explorer database (3b461d4)

0.1.15 (2023-11-23)

Features

  • add payment_cred column in address entity (d9b6870)
  • MET-1742 add verified_contract field to contract and remove it in address (5a5f40c)

Bug Fixes

  • add null condition to constrain checking (a49513b)
  • rename verified in script (fb0f11f)

0.1.14 (2023-10-30)

Features

  • add TxBootstrapWitnesses entity (64dcba4)
  • add TxVkeyWitness entity (a91b42f)

Bug Fixes

0.1.13 (2023-10-06)

Features

  • MET-1700 add entities for storing aggregated data of token (642d2be)

0.1.12 (2023-09-26)

Features

  • MET-1528 add entity StakeTxBalance (51c9333)
  • MET-1528 add entity StakeTxBalance (635cbda)
  • MET-1528 add entity StakeTxBalance (4740afa)

0.1.11 (2023-09-21)

Bug Fixes

  • MET-1528 add getter setter for aggregate tables (23462ab)

0.1.10 (2023-08-25)

Features

  • MET-1507 add redeemer reference to UnconsumeTxIn entity (6650c54)

0.1.9 (2023-07-27)

Features

  • met-1448 add column logo_hash asset_metadata table (8acd448)

0.1.8 (2023-07-18)

Features

  • met-1144 add tx metadata hash (3f839cd)

0.1.7 (2023-06-28)

Bug Fixes

  • update README.md build new version (3f221e4)

0.1.6 (2023-06-28)

Features

  • met-1346 pool offline data add logo, icon (c5ca744)

0.1.5 (2023-06-22)

Features

  • [met-1112] add earned_reward column in pool history checkpoint table (4e29994)
  • [met-1112] update tables of pool history and pool info (6c3c844)
  • MET-1150 add stakeAddress field in AddressTokenBalance entity (cde3360)
  • MET-1150 add stakeAddress field in AddressTxBalance entity (9bdaea6)
  • met-1241 make minUtxoValue in EpochParam nullable (273658d)
  • met-1246 make verifiedContract in Address nullable (4f57584)
  • MET-691 add name_view column in MultiAsset entity (aa17e34)
  • MET-753 add field verify smart contract for address (ee411e5)

0.1.4 (2023-06-01)

Features

  • add entity for report func (049469f)
  • add entity for reward fetching func (420028f)
  • add pool-history checkpoint entity (f107552)
  • add pool-info checkpoint entity (7632890)
  • add pool-info checkpoint entity (aa1b296)
  • build snap-shot pom demo v2 (0b92333)
  • met-1112 add check-point entity for reward fetching function (616d5bc)
  • MET-1112 add entity for checkpoint table of reward fetching func (dde802e)
  • met-1112 add pool history check-point entity (1ac06ee)
  • MET-1122 mapping entity to fk field (5253d64)
  • MET-1122 mapping entity to fk field (6df0bf2)
  • MET-753 add column verified_contract for Address table (5ec9008)
  • MET-777 add column uploaded-at for report func (c939048)

0.1.3 (2023-05-17)

Features

  • met-305 add table for report func (9f80508)
  • met-679 add column table ParamProposal (66c6fae)
  • MET-689 add TxChart entity (32900f9)

0.1.2 (2023-05-14)

Bug Fixes

  • remove constraint slot_leader in table withdrawl (96b9b4a)

0.1.1 (2023-05-11)

Features

  • MET-918 redesign rollback history table for more precise information (82c0a33)

0.1.0-SNAPSHOT (2023-05-03)

Features

  • add release pipeline (d54d70f)
  • change epoch type to int (9b7d8bf)
  • change lovelace from BigDecimal to BigInteger (544eebd)
  • Join address tables (373b6b3)
  • map fk id to a field (b285ec7)
  • MET-693 add AddressTokenBalance entity (2e70afa)
  • MET-693 add non-insertable address_id and ident fields to AddressToken entity (e7c423f)
  • MET-694 add balance, availableReward fields to StakeAddress entity (5c8ded0)
  • MET-694 add non-insertable stakeAddressId field to StakeAddress entity (478c328)
  • migrated to newer hibernate version (3e9045e)
  • multi_asset: MET-692 add totalVolume field (0780ce8)
  • new column era type in epoch (b7a79f5)
  • remove block of costmodel (300c3be)
  • remove StakeAddress tx_id (e5edae6)
  • Renamed packages to fit Cardano Foundation URL scheme (19a411f)
  • tx_out: Remove has_used field (b5cc1a0)
  • update param proposal (1d4b807)

Bug Fixes

  • change reward-distributed in epoch can null (3ace5d4)
  • gha: remove debug step (011d5b5)

Miscellaneous Chores