aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-01-16 00:34:44 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-01-16 00:34:44 +0800
commit7d166dc7da23c30540fb554727a955015073286f (patch)
tree26387201ac6cc3f6f71e4119f657ca4f48a9ad99 /packages/utils
parent0720b8487cf40b1868a1971f50e732e5e19fc9f6 (diff)
downloaddexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.tar
dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.tar.gz
dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.tar.bz2
dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.tar.lz
dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.tar.xz
dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.tar.zst
dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.zip
Fix prettier
Diffstat (limited to 'packages/utils')
-rw-r--r--packages/utils/CHANGELOG.json12
1 files changed, 4 insertions, 8 deletions
diff --git a/packages/utils/CHANGELOG.json b/packages/utils/CHANGELOG.json
index e82b5a6da..0fb199e58 100644
--- a/packages/utils/CHANGELOG.json
+++ b/packages/utils/CHANGELOG.json
@@ -59,8 +59,7 @@
"version": "2.0.7",
"changes": [
{
- "note":
- "Optimized ABI Encoder/Decoder. Generates compressed calldata to save gas. Generates human-readable calldata to aid development."
+ "note": "Optimized ABI Encoder/Decoder. Generates compressed calldata to save gas. Generates human-readable calldata to aid development."
}
],
"timestamp": 1544570656
@@ -191,8 +190,7 @@
"pr": 807
},
{
- "note":
- "Store different ABIs for events with same function signature and different amount of indexed arguments",
+ "note": "Store different ABIs for events with same function signature and different amount of indexed arguments",
"pr": 933
}
],
@@ -359,8 +357,7 @@
"version": "0.4.3",
"changes": [
{
- "note":
- "Add `@types/node` to dependencies since `intervalUtils` has the `NodeJS` type as part of its public interface."
+ "note": "Add `@types/node` to dependencies since `intervalUtils` has the `NodeJS` type as part of its public interface."
}
],
"timestamp": 1521298800
@@ -403,8 +400,7 @@
"version": "0.3.0",
"changes": [
{
- "note":
- "Fix a bug related to event signature collisions (argument indexes aren't included in event signatures) in the abi_decoder. The decoder used to throw on unknown events with identical signatures as a known event (except indexes).",
+ "note": "Fix a bug related to event signature collisions (argument indexes aren't included in event signatures) in the abi_decoder. The decoder used to throw on unknown events with identical signatures as a known event (except indexes).",
"pr": 366
}
],