Skip to content

v0.2.1

Choose a tag to compare

@davidscheutz davidscheutz released this 03 Oct 13:12
· 4 commits to main since this release
bea5fe7

Several improvements around network fee handling and block publishing.

Includes

  • Async BlockBuilder.feeBlock method fetching the latest block hash
  • KeetaClient.feeAccount to configure separate account for paying network fees
  • Several KeetaClient methods now have an additional feeAccount parameter to specify the account paying the network fees
  • Transaction.isNetworkFee added to distinguish between fees and regular account to account transactions
  • KeetaApi.publish method now returns a new PublishResult, containing all relevant information of the published blocks
  • KeetaClient.history method bugfix to exclude operations from other accounts when bundled in the same block
  • Updated readme