diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-18 19:53:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-18 19:53:04 +0800 |
commit | c8212f1d4d255120e5e683664b86f1830fb45ae6 (patch) | |
tree | 73f1528a36b8fc8a0778e164b1579eb5865d944a /packages/sol-tracing-utils/CHANGELOG.json | |
parent | 7d166dc7da23c30540fb554727a955015073286f (diff) | |
parent | bef30e4209b26c8d4f443f8672e9acb9471c6a37 (diff) | |
download | dexon-0x-contracts-c8212f1d4d255120e5e683664b86f1830fb45ae6.tar.gz dexon-0x-contracts-c8212f1d4d255120e5e683664b86f1830fb45ae6.tar.zst dexon-0x-contracts-c8212f1d4d255120e5e683664b86f1830fb45ae6.zip |
Merge branch 'development' into feature/bignumber-8.0
Diffstat (limited to 'packages/sol-tracing-utils/CHANGELOG.json')
-rw-r--r-- | packages/sol-tracing-utils/CHANGELOG.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/sol-tracing-utils/CHANGELOG.json b/packages/sol-tracing-utils/CHANGELOG.json index f47baf65a..ef96dc69b 100644 --- a/packages/sol-tracing-utils/CHANGELOG.json +++ b/packages/sol-tracing-utils/CHANGELOG.json @@ -9,6 +9,24 @@ ] }, { + "version": "4.0.1", + "changes": [ + { + "note": "Fix a bug where a custom `Geth` tracer didn't return stack entries for `DELEGATECALL`", + "pr": 1521 + }, + { + "note": "Fix a bug where `TraceCollectionSubprovider` was hanging on the fake `Geth` snapshot transaction", + "pr": 1521 + }, + { + "note": "Fix/simplify handling of revert trace snippets", + "pr": 1521 + } + ], + "timestamp": 1547747677 + }, + { "version": "4.0.0", "changes": [ { |