Skip to content

Releases: Synternet/injective-publishing-node

v1.13.2-publisher-1

21 Aug 14:29
Compare
Choose a tag to compare

v1.13.2-publisher-1

Upgrade the Injective Publishing node to the latest version, as per the new node release: Injective v1.13.2-1723753267.

v1.13.0-publisher-2

20 Aug 12:15
Compare
Choose a tag to compare
  • Use FinalizeBlock function to extract tx
  • Update data-layer-sdk version

v1.13.0-publisher-1

02 Aug 10:51
Compare
Choose a tag to compare

Upgrade the Injective Publishing node to the latest version, as per the new node release: Injective v1.13.0-1722157491.

v1.12.1-publisher-5

16 Jul 08:12
Compare
Choose a tag to compare

modify block_proposal message, remove unused proposed_block_accept topic

v1.12.1-publisher-4

29 Apr 17:01
Compare
Choose a tag to compare
  • improve nats logging

v1.12.1-publisher-3

29 Apr 07:25
Compare
Choose a tag to compare
  • Add txId to memool and tx streams

v1.12.1-publisher-2

22 Apr 11:47
Compare
Choose a tag to compare

New Environment Variables Added:

  • NATS_ACC_NKEY: When set, the environment variables NATS_JWT and NATS_NKEY are not required.
  • RPC_WS_URL: This variable is optional. If not provided, it will default to ws://localhost:26657/websocket.

v1.12.1-publisher

18 Apr 12:19
Compare
Choose a tag to compare

Release Overview

This release builds upon v1.12.1-1705909076 of the Injective Protocol, introducing enhanced capabilities for injectived to include publishing functionalities. New environment variables have been introduced to support these functionalities.

New Features

  • Publishing Capabilities: injectived now includes the ability to publish data, extending its integration with various data streams.

Added Environment Variables

To enable the new publishing features, the following environment variables must be set with appropriate values:

  • NATS URL
    NATS_URL=your-nats-url

  • NATS NKey
    NATS_NKEY=your-nats-nkey

  • NATS JWT
    NATS_JWT=your-nats-jwt

  • Publisher Prefix
    PUB_PREFIX=your-publisher-prefix

  • Publisher Name
    PUB_NAME=your-publisher-name

Deployment Instructions

To deploy this version, follow the standard mainnet tutorial for the Injective Protocol and replace the original v1.12.1 injectived binary with the publisher binary. Detailed instructions can be found on the Injective Protocol Documentation.