Skip to content

Jakarta

Peter Smolinský requested to merge jakarta into master

feat(indexer): Added support for Jakarta protocol:

  • Added new operation types: TransferTicket, TxRollupCommit, TxRollupDispatchTickets, TxRollupFinalizeCommitment, TxRollupOrigination, TxRollupRejection, TxRollupRemoveCommitment, TxRollupReturnBond, TxRollupSubmitBatch.
  • BigMapDiff-s are retrieved preferebly from lazy_storage_diff property instead of big_map_diff because big_map_diff was removed.
  • Added new BalanceUpdateCategory values: Bonds, TxRollupRejectionRewards, TxRollupRejectionPunishments.
  • Expanded BalanceUpdate union to more specific types corresponding exactly to RPC schema.
  • Renamed BalanceUpdate.contract to contractAddress.
  • Added property ticketHash to AppliedTransactionResult and BacktrackedTransactionResult.
  • Support for new trx1 rollup addresses.
  • Changed attribute in uid-s to be in brackets e.g. block/foo/bar[transaction] instead of underscores e.g. block/foo/bar_transaction.
Edited by Peter Smolinský

Merge request reports