diff options
author | chriseth <chris@ethereum.org> | 2018-07-02 22:09:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-02 22:09:59 +0800 |
commit | 08aa7e47e482d1cc7861856a666875f3b1ea7d2b (patch) | |
tree | 0a35b8c72f255eb05481d4f296230c102f080310 /Changelog.md | |
parent | da60fdab37ddd6126e5ba605e7041dc6f26ab5ee (diff) | |
parent | 334c023c7231810f28ca5ea04f14df3f722cea07 (diff) | |
download | dexon-solidity-08aa7e47e482d1cc7861856a666875f3b1ea7d2b.tar.gz dexon-solidity-08aa7e47e482d1cc7861856a666875f3b1ea7d2b.tar.zst dexon-solidity-08aa7e47e482d1cc7861856a666875f3b1ea7d2b.zip |
Merge pull request #4305 from ethereum/transactionReceipts
Determine transaction status in RPC sessions.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 24ca5feb..baa98389 100644 --- a/Changelog.md +++ b/Changelog.md @@ -39,6 +39,7 @@ Language Features: Compiler Features: * Type Checker: Show named argument in case of error. + * Tests: Determine transaction status during IPC calls. Bugfixes: * Tests: Fix chain parameters to make ipc tests work with newer versions of cpp-ethereum. |