Skip to main content

Utilies to work with Vendia services

Project description

vendia-utils

This package has utilities that are useful when interacting with Vendia Universal Application (Uni) data.

Blocks

A block is a ledger entry which contains, in addition to its transactions, three additional pieces of metadata:

  • A link to the previous entry

  • A copy of the previous entry's content hash

  • A content hash that includes (1) and (2)

These additional items are what make a block more than just a log entry - they ensure that the block and its history are also tamperproof, because any change to any portion of the history will cause one or more of the hashes to be invalid.

Vendia supports the following block notification types:

  • Real-time block notifications: Emitted when the node commits a new block. Includes a summary of the transactions included in the block.

  • Dead-letter notifications: Emitted when an asynchronous transaction cannot be committed within the retry policy. Includes the full details of the original transaction.

A new block notification is emitted when data in a node has changed. Data could have been created, updated, or deleted. Block reports can be sent to an outbound integration:

  • HTTPS webhooks

  • AWS Lambda functions

  • AWS SQS queues

  • Email addresses

The block report includes information about the block, including the BlockId, BlockHash, ****, but it does not include the full list of mutations that were included in the block transaction list. Users must query the Uni to get this information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vendia-utils-brian_mcnamara-0.1.1.tar.gz (7.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page