Add CHANGELOG entries to sol-tracing-utils

This commit is contained in:
Leonid Logvinov 2019-02-05 13:47:27 +01:00
parent 4febabd3e7
commit e6683e46cc
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -25,6 +25,14 @@
{ {
"note": "Improve error messages when unable to find matching bytecode", "note": "Improve error messages when unable to find matching bytecode",
"pr": 1558 "pr": 1558
},
{
"note": "Fix default gas limit for fake txs in `TraceCollectionSubprovider`",
"pr": 1583
},
{
"note": "Fix a big when we were not intercepting `eth_sendRawTransaction`",
"pr": 1584
} }
] ]
}, },