Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
add docs for 0.34.4
Browse files Browse the repository at this point in the history
Signed-off-by: Silas Davis <silas@monax.io>
  • Loading branch information
Silas Davis committed Jul 23, 2021
1 parent 2e0a3b1 commit e9e7569
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# [Hyperledger Burrow](https://github.com/hyperledger/burrow) Changelog
## [0.34.4] - 2021-07-23
### Changed
- [JS] Make deploy and deployContract take deps argument consisting of deployment options and library object. The library object makes it easier to pass an identical object with the addresses of commonly used libraries under their canonical names.


## [0.34.3] - 2021-07-19
### Fixed
- [JS] Fix spelling of 'contractName' in solts, add contract name to contract object.
Expand Down Expand Up @@ -807,6 +812,7 @@ This release marks the start of Eris-DB as the full permissioned blockchain node
- [Blockchain] Fix getBlocks to respect block height cap.


[0.34.4]: https://github.com/hyperledger/burrow/compare/v0.34.3...v0.34.4
[0.34.3]: https://github.com/hyperledger/burrow/compare/v0.34.2...v0.34.3
[0.34.2]: https://github.com/hyperledger/burrow/compare/v0.34.1...v0.34.2
[0.34.1]: https://github.com/hyperledger/burrow/compare/v0.34.0...v0.34.1
Expand Down
7 changes: 2 additions & 5 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
### Fixed
- [JS] Fix spelling of 'contractName' in solts, add contract name to contract object.

### Added
- [JS] Added option to build.ts code generation to not fail on Solidity compiler warnings, which is now the default. Warnings are still logged to stderr
### Changed
- [JS] Make deploy and deployContract take deps argument consisting of deployment options and library object. The library object makes it easier to pass an identical object with the addresses of commonly used libraries under their canonical names.

0 comments on commit e9e7569

Please sign in to comment.