Skip to content

v0.3.33

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 11:51
6939c41

0.3.33 (2023-10-06)

Features

  • [MET-1640] Add poolName, poolId fields to the response when getting the list of delegation transactions for a stake key (901ba69)
  • add fixed-delay-time to publish market data to websocket (6e04a37)
  • delete cache protocol history (28b037c)
  • impl redis-subscribe and websocket to publishing latest block to client (d5b5f80)
  • MET-1533 rename coinPerUtxoSize to coinsPerByte (59dff55)
  • MET-1606 update tx contract response for new contract design page (9715791)
  • MET-1664 limit result set when searching for token and pool (efac65f)
  • MET-1672 handle missing genesis block data (a719071)
  • publish current epoch to websocket (f7dca47)
  • publish market price to websocket (1687ac5)
  • update cache fixed protocol (edbe655)

Bug Fixes

  • add datetime serializer for epoch summary (7b42641)
  • add more information to websocket message (ff44723)
  • add response token create date (1523b7a)
  • add utxo hash and index to tx response (a68f12f)
  • change common method (503eea2)
  • change logic search to order by alphabet (f80f1aa)
  • fetch reward distributed for Shelly block (5f6b8da)
  • fix typo KoiOs (93f107a)
  • get data from genesis file using method common (3f24fa0)
  • handle case blockNo start with 0 (6338029)
  • handle connection exception to reward service (9f57a4a)
  • MET-1528 change logic for analytic chart (6eaecf2)
  • MET-1559 update logic sorting when filter token and pool (e1373f4)
  • MET-1629 missing rewards for epoch (93eaed4)
  • MET-1651 add ticker name in pool list response (631705a)
  • MET-1651 refactor code (ba12ea4)
  • MET-1652 remove reward percentage in some pool response (327ea0d)
  • MET-1682 fix problem lazy fetch data (4676167)
  • MET-1682 remove transactional read only in service method (d2af470)
  • remove fetching pool history data from koios when getting pool list, top delegation pool, pool detail header (6722d2e)
  • resolved conflict with develop (5390a25)
  • Retrieve parameter values from the genesis file instead of hardcode them (31f5365)
  • transaction detail protocol update error with cost model (699c407)
  • update env genesis file (15669ef)
  • update fill content from url and local file (c9c22e2)
  • update flow websocket (bb61299)
  • update logic pool search (8e7d4f5)
  • update logic search all for token and pool when return one result (c47bf76)
  • update logic to publish market data to ws (25b9354)

Performance Improvements

  • improve performance block list info (5b9fa3a)