Skip to content

Release 3.0.14

Release Date: 23-01-2026

Release Notes

  • This patch captures token burn transactions and displays them on the console for improved tracking and visibility.

Upgrade Notes

The sequence of steps to follow to upgrade are:

  1. Pre-requisites
  2. Container images

Pre-requisites

Update Besu Node Image

Update the Besu node Docker image across all nodes from to omnumisandbox.azurecr.io/omnumi-bs-pmint-besu:latest.

Steps:

  1. Stop nodes in the following order:
  2. Validator 1
    docker-compose down
    
  3. Validator 2
    docker-compose down
    
  4. Public node
    docker-compose down
    
  5. Bootnode

    docker-compose down
    

  6. Update the image in docker-compose.yaml on all nodes:

    image: omnumisandbox.azurecr.io/omnumi-bs-pmint-besu:latest
    

  7. Start the nodes back in the following order:

  8. Bootnode
    docker-compose up -d
    
  9. Public node
    docker-compose up -d
    
  10. Validator 0
    docker-compose up -d
    
  11. Validator 1
    docker-compose up -d
    
  12. Validator 2

    docker-compose up -d
    

  13. Burn the tokens:

    • To burn the tokens, we have attached a file in assets(312 directory), Download the tool and connect with wallet and enter the tokens to burn.

Image list

Microservice name Image tag
Core Microservice omnumisandbox.azurecr.io/core:3.0.14-deliverable
Chain Core Microservice omnumisandbox.azurecr.io/chain-core:3.0.13-deliverable

Assets

Login into files portal