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] Changed Burrow interface and renamed Burrow client object to to Client (merging in features needed for solts support)
5
+
6
+
### Fixed
7
+
-[JS] Fixed RLP encoding extra leading zeros on uint64 (thanks Matthieu Vachon!)
8
+
-[JS] Improved compatibility with legacy Solidity bytes types and padding conventions
9
+
-[Events] Fixed Burrow event stream wrongly switching to streaming mode for block ranges that are available in state (when the latest block is an empty block - so not stored in state)
10
+
11
+
### Added
12
+
-[JS] Added Solidity-to-Typescript code generation support (merging in solts) - this provides helpers (build.ts, api.ts) to compile Solidity files into corresponding .abi.ts files that include types for functions, events, the ABI, and EVM bytecode, and includes bindings into Burrow JS to deploy and interact with contracts via Typescript/Javascript with strong static types
13
+
-[JS] Improved interactions with events which can now be queried over any range and with strong types, see the listenerFor, reduceEvents, readEvents, and iterateEvents functions.
14
+
15
+
2
16
## [0.32.1] - 2021-05-15
3
17
### Changed
4
18
-[Execution] CallErrors no longer emit very long rather pointless (since there is no tooling to help interpret them currently) EVM call traces
@@ -753,6 +767,7 @@ This release marks the start of Eris-DB as the full permissioned blockchain node
753
767
-[Blockchain] Fix getBlocks to respect block height cap.
-[Execution] CallErrors no longer emit very long rather pointless (since there is no tooling to help interpret them currently) EVM call traces
3
-
-[JS] Return byte arrays as Buffers from decode (only return fixed-width byteNN types as hex strings)
2
+
-[JS] Changed Burrow interface and renamed Burrow client object to to Client (merging in features needed for solts support)
3
+
4
+
### Fixed
5
+
-[JS] Fixed RLP encoding extra leading zeros on uint64 (thanks Matthieu Vachon!)
6
+
-[JS] Improved compatibility with legacy Solidity bytes types and padding conventions
7
+
-[Events] Fixed Burrow event stream wrongly switching to streaming mode for block ranges that are available in state (when the latest block is an empty block - so not stored in state)
8
+
9
+
### Added
10
+
-[JS] Added Solidity-to-Typescript code generation support (merging in solts) - this provides helpers (build.ts, api.ts) to compile Solidity files into corresponding .abi.ts files that include types for functions, events, the ABI, and EVM bytecode, and includes bindings into Burrow JS to deploy and interact with contracts via Typescript/Javascript with strong static types
11
+
-[JS] Improved interactions with events which can now be queried over any range and with strong types, see the listenerFor, reduceEvents, readEvents, and iterateEvents functions.
0 commit comments