Files
protocol/packages/protocol-utils/CHANGELOG.json
Lawrence Forman 682c07cb73 Add mtx tooling to @0x/protocol-utils (#90)
* `@0x/contracts-zero-ex`: Use the `MetaTransaction` class from `@0x/protocol-utils` in tests.

* `@0x/protocol-utils`: Add the `MetaTransaction` class for EP mtxs + refactors

* update changelogs

* `@0x/protocol-utils`: Add mtx tests

* `@0x/protocol-utils`: Rename `mtx.ts` to `meta_transactions.ts` and misc review feedback

Co-authored-by: Lawrence Forman <me@merklejerk.com>
2020-12-16 14:22:00 -05:00

30 lines
547 B
JSON

[
{
"version": "1.1.0",
"changes": [
{
"note": "Add the `MetaTransaction` class for EP mtxs",
"pr": 90
}
]
},
{
"timestamp": 1607485227,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.0",
"changes": [
{
"note": "Package created",
"pr": 76
}
]
}
]