You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2022. It is now read-only.
-[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
+
2
7
## [0.34.3] - 2021-07-19
3
8
### Fixed
4
9
-[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
807
812
-[Blockchain] Fix getBlocks to respect block height cap.
-[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.
0 commit comments