Skip to content

Releases: everx-labs/ever-q-server

Version: 0.61.0

15 Jul 07:01
@d3p d3p
7536cea
Compare
Choose a tag to compare

New

  • trace field in transaction

  • archive parameter in blockchain signle-entity fields (block, block_by_seq_no, transaction, message).
    When is true the blockchain requests use an archive database with full blockchain history
    but reduced field set.

  • transactions_by_lt query is added to blockchain.account to paginate account transactions by logical time

  • thread parameter in blockchain.block_by_seq_no and blockchain.blocks is deprecated. shard parameter should be used instead

  • blockchain.prev_shard_blocks and blockchain.next_shard_blocks queries for blocks chain iteration

  • blockchain.transactions_by_in_msg query for retrieving transaction by inbound message

  • blocks collection latency is calculated from gen_utime of masterchain block which has commited last known shard block

Version: 0.60.1

26 Jun 09:02
@d3p d3p
a6003e9
Compare
Choose a tag to compare

Fixed

  • Latency calculation failed

Version: 0.60.0

22 Jun 10:17
@d3p d3p
3164079
Compare
Choose a tag to compare

New

  • Added config parameter archive to blockchain.blocks, blockchain.transactions sections.
    Specifies config for the database used in blockchain API when the archive parameter is true.

  • Added parameter archive to blockchain lists fields.
    When is true the blockchain requests use an archive database with full blockchain history
    but reduced field set.

  • Added config parameters hot to specify default values for
    blockchain.blocks.hot, blockchain.transactions.hot, blockchain.accounts.

  • Added config parameters archive to specify default values for
    blockchain.blocks.archive, blockchain.transactions.archive.

  • Removed deprecated config parameters
    --data-mut Q_DATA_MUT
    --data-hot Q_DATA_HOT
    --data-cold Q_DATA_COLD
    --data-cache Q_DATA_CACHE
    --data-counterparties Q_DATA_COUNTERPARIES
    --slow-queries-mut Q_SLOW_QUERIES_MUT
    --slow-queries-hot Q_SLOW_QUERIES_HOT
    --slow-queries-cold Q_SLOW_QUERIES_COLD
    --slow-queries-cache Q_SLOW_QUERIES_CACHE
    --slow-queries-counterparties Q_SLOW_QUERIES_COUNTERPARTIES

Version: 0.59.0

19 Jun 10:07
@d3p d3p
6b68629
Compare
Choose a tag to compare

New

  • Added parameter archive to blockchain lists fields.

  • Added blockBocs config parameter allowing to resolve block bocs from external S3
    compatible storage.
    See README.md for details.

  • Removed a database sharding.

  • Added helpful error messages in case of invalid in and notIn filter {in: null}.

  • Database query deduplication.

Version: 0.58.0

07 Jun 10:13
@d3p d3p
Compare
Choose a tag to compare

New

  • master_seq_no field in blocks, transactions and messages representing seq_no of masterchain block
    which commited the block, transaction or message
  • chain_order in messages is derived from src_chain_order and dst_chain_order
  • message.counterparties in blockchain API are not limited to internal messages

Version: 0.57.0

10 May 13:48
@d3p d3p
c06b29e
Compare
Choose a tag to compare

New

  • Case-insensitive filtering in args:
    blockchain.block(hash), blockchain.transaction(hash), blockchain.message(hash)

  • Address filtering in args (accepts address in any format):
    blockchain.account(address), messages.src, messages.dst, transactions.account_addr, accounts.id

  • Address formatting args in fields:
    blockchain.account.info.address, blockchain.transaction.account_addr,
    blockchain.message.src, blockchain.message.dst,
    messages.src, messages.dst, transactions.account_addr, accounts.id

  • accounts(filter:{id:{eq:""}}), accounts(filter:{id:{in:[""]}}), blockchain.account(address:"")
    returns account of type NonExist if an account is missing in current shard state.

  • Support new config parameter 44 (black list)

Version: 0.56.0

09 May 10:28
@d3p d3p
1f2560c
Compare
Choose a tag to compare

New

  • Post external messages to JRPC endpoint

Version: 0.55.1

03 Apr 14:46
@d3p d3p
b4d78ff
Compare
Choose a tag to compare

[0.55.1] - 2023-04-03

New

  • Fast queries exceptions in slow detector.

Version: 0.55.0

21 Mar 20:52
@d3p d3p
Compare
Choose a tag to compare

[0.55.0] - 2023-03-20

New

  • Support new caps in capabilities_flags.

Fixed

  • PageInfo.startCursor and PageInfo.endCursor were required.

0.54.4

16 Feb 07:07
761179b
Compare
Choose a tag to compare

[0.54.4] - 2022-02-16

New

  • Remove "UNSTABLE" marks from blockchain API
  • Add indexHint to messages(filter: {src: *, dst: *, created_at: *, * } orderBy: {path: "created_at"}) queries