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

Commit e9e7569

Browse files
author
Silas Davis
committed
add docs for 0.34.4
Signed-off-by: Silas Davis <[email protected]>
1 parent 2e0a3b1 commit e9e7569

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# [Hyperledger Burrow](https://github.com/hyperledger/burrow) Changelog
2+
## [0.34.4] - 2021-07-23
3+
### Changed
4+
- [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.
5+
6+
27
## [0.34.3] - 2021-07-19
38
### Fixed
49
- [JS] Fix spelling of 'contractName' in solts, add contract name to contract object.
@@ -807,6 +812,7 @@ This release marks the start of Eris-DB as the full permissioned blockchain node
807812
- [Blockchain] Fix getBlocks to respect block height cap.
808813

809814

815+
[0.34.4]: https://github.com/hyperledger/burrow/compare/v0.34.3...v0.34.4
810816
[0.34.3]: https://github.com/hyperledger/burrow/compare/v0.34.2...v0.34.3
811817
[0.34.2]: https://github.com/hyperledger/burrow/compare/v0.34.1...v0.34.2
812818
[0.34.1]: https://github.com/hyperledger/burrow/compare/v0.34.0...v0.34.1

NOTES.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
### Fixed
2-
- [JS] Fix spelling of 'contractName' in solts, add contract name to contract object.
3-
4-
### Added
5-
- [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
1+
### Changed
2+
- [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.
63

0 commit comments

Comments
 (0)