Socket
Socket
Sign inDemoInstall

@hyperledger/burrow

Package Overview
Dependencies
91
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @hyperledger/burrow

TypeScript library that calls a Hyperledger Burrow server over GRPC.


Version published
Maintainers
4
Install size
98.7 MB
Created

Changelog

Source

[0.34.0] - 2021-05-28

Changed

  • [JS] Provider interface no longer depends on GRPC types to improve compatibility between versions of Burrow.js and ease of extension
  • [JS] Use non-unique marker interface to indicate stream cancellation in event reducer (again for compatibility between versions and extensibility)
  • [Go] Upgrade to Go 1.16

Fixed

  • [JS] Fix codegen silently swallowing collisions of abi files (renamed from .bin to .abi) and use hierarchical directory structure to further reduce chance of collision
  • [JS] Just depende on @ethersproject/abi rather than entire umbrella project

Added

  • [JS] Include deployedBycode and optionally submit ABI's to Burrow's contract metadata store on deploy

Readme

Source

@hyperledger/burrow

This is a TypeScript API for communicating with a Hyperledger Burrow server, which implements the GRPC spec.

Version compatibility

This lib's version is pegged to burrow's version on the minor. So @hyperledger/burrow at version X.Y.^ will work with burrow version X.Y.^ where ^ means latest patch version. The patch version numbering will not always correspond. If you are having difficulties getting this lib to work with a burrow release please first make sure you have the latest patch version of each.

Keywords

FAQs

Last updated on 28 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc