Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Release 1.1.72

Compare
Choose a tag to compare
@jeffgrunewald jeffgrunewald released this 12 Aug 23:33
· 62 commits to master since this release
bfef743

UPDATED

Updated with performance improvements brought in through blockchain-core

  • Of note, replacement of e2qc cache with cream, a rust-based nif library

NEW

Adds the ability for a client-supplied transaction key when submitting a txn to the blockchain via the node's blockchain_txn_mgr module. This allows for deterministic setting of the key by the client instead of simply submitting the transaction and waiting to receive an auto-generated key. The previous transaction-only endpoint is still active/available.