Announcements

Code & Projects

Hyperledger FireFly

  • Releases v0.13.1 with the support for token approvals (only supported by erc1155 connector as of this release).

Noteworthy Pull Requests

Hyperledger Grid

Hyperledger Iroha

Hyperledger Aries

Hyperledger Fabric

Articles, Training & Tutorials

Events

You can find more Hyperledger calls and other events listed on the community calendar.

This newsletter is sent out to hundreds of Hyperledger developers. It is a collaborative effort. If you have a project release, pull request, community event, and/or relevant article you would like highlighted next week, please leave a comment for consideration.

  • @TBD add announcements, code & projects, articles, training & tutorials, events
  • Arun S M add noteworthy pull requests
  • Arun S M review code & projects
  • @TBD review code & projects
  • @TBD create the next newsletter and update the link
  • No labels

4 Comments

  1. Please add this in Events:

    For any Portuguese speakers, you're invited to a virtual meetup with Public Mint where they'll share how they're using Hyperledger Besu. The meetup is at Thursday, March 10 at 22:00 UTC / 19:00 BRT: Hyperledger Brazil Chapter hosts "Public Mint: Reimaginando a infraestrutura monetária global"

  2. Please add this in Events:

    On Tuesday, Mar 8 @ 8AM Pacific join for a discussion about how Hyperledger Indy & Aries is being used by British Columbia and the Open Earth Foundation to integrate carbon and climate data across a mining supply chain to help with Paris Agreement accounting commitments.

  3. solang v0.1.10: Barcelona Release

    Added
    - On Solana, the accounts that were passed into the transactions are listed in
    the `tx.accounts` builtin. There is also a builtin struct `AccountInfo`
    - A new common subexpression elimination pass was added, thanks to
    [LucasSte](https://github.com/hyperledger-labs/solang/pull/550)
    - A graphviz dot file can be generated from the ast, using `--emit ast-dot`
    - Many improvements to the solidity parser, and the parser has been spun out
    in it's own create `solang-parser`.

    Changed
    - Solang now uses LLVM 13.0, based on the [Solana LLVM tree](https://github.com/solana-labs/llvm-project/)
    - The ast datastructure has been simplified.
    - Many bugfixes across the entire tree.