Skip to main content

16 posts tagged with "db-sync"

View All Tags

· One min read
Kostas Dermentzis

High level summary

The DBSync team has released 1 version for mainnet 13.2.0.1 and 3 pre-releases for sanchonet 4.0.0, 4.1.0, 4.2.0. We have continued the integration of Conway (CIP-1694) and the support of off-chain data (CIP-100)

Lower level summary

  • CI build and docker fixes #1670 #1668 #1667 #1662

  • Improved committee representation #1662 #1571 #1633

  • Offchain metadata partial support #1654

  • Refactoring and tech-debt #1635

  • Fixing epoch_stake_progress #1620

  • Config and modulatirty improvements #1653 #1652

  • Updating to node-8.10-pre. Better support for deposits, refunds and proposal state #1673

· One min read
Kostas Dermentzis

High level summary

The DBSync team has prepared and tested a new db-sync version for mainnet, we have continued our integration and update for Conway and have extended its modularity.

Lower level summary

  • We attempt to turn db-sync into a modular project that can run with wither low or high recourses #1610 #1613 #1590

  • Moving the flags above to a config file #1609

  • Optimizations #1595 #1607

  • Conway Support and updates #1581 #1573 #1570

· One min read
Kostas Dermentzis

High level summary

We have created new tag sancho-2-2-0, which integrates missing Conway feautures and some minor fix tags sancho-2-1-0, sancho-2-0-1. We have completed the initial implementation for the bootstrap instance objective.

Lower level summary

  • Add a new --disable-gov flag which disabled Conway ferautures #1558
  • Fix of the committee key size #1544
  • Workaround a ledger issue with unregistered pools #1542
  • Implemented a mechanism that loads the UTxO from the ledger resulting is way faster syncs #1539
  • Rename offline to offchain #1533
  • Transfer existing tests to Conway era #1529#1547

· One min read
Kostas Dermentzis

High level summary

We have created a DBSync tag sancho-1-1-0 which can follow sanchonet. Also the team has ran a number of benchmarks and tests for the new options/flavours of DBSync and prepared a blogpost which summorises them, for downstream components.

Lower level summary

  • Integration of node-8.3.x and support for Sanchonet on Conway #1498
  • Simplifications of new feautures #1496
  • Makes it impossible to restart DBSync with different schema options and adds tests for them #1466
  • CI fixes #1494#1491
  • Prepared a blogpost about different DBSync options blog

· One min read
Kostas Dermentzis

High level summary

We have integrated many new Conway feutures and allow db-sync to sync sanchonet. We also continued testing and improving the new db-sync options.

Lower level summary

  • Conway integration #1484
  • Support for Sanchonet #1476
  • Stake distribution is computed earlier #1484
  • Deposit ledger events are now used. This reduces the db queries and makes syncing faster #1484
  • Testing new db-sync options #1466
  • Added support for ghc-9.6 #1479
  • Tech debt: improve exceptions #1471