aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-spec
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2019-01-12 00:14:12 +0800
committerFabio Berger <me@fabioberger.com>2019-01-12 00:14:12 +0800
commit98579300c1f78d8c360fa960cc73ffacb1012e91 (patch)
treeab29e15e580820ad76dafa088926bec9998bb51c /packages/sra-spec
parent6fb2721294f5d25edb76cb6f9b34eb3e07212950 (diff)
parent2cf57a48dd2857dd5cf2f31f4c60dd47ae4d34a5 (diff)
downloaddexon-0x-contracts-98579300c1f78d8c360fa960cc73ffacb1012e91.tar.gz
dexon-0x-contracts-98579300c1f78d8c360fa960cc73ffacb1012e91.tar.zst
dexon-0x-contracts-98579300c1f78d8c360fa960cc73ffacb1012e91.zip
merge development
Diffstat (limited to 'packages/sra-spec')
-rw-r--r--packages/sra-spec/CHANGELOG.json3
-rw-r--r--packages/sra-spec/src/md/introduction.md8
2 files changed, 5 insertions, 6 deletions
diff --git a/packages/sra-spec/CHANGELOG.json b/packages/sra-spec/CHANGELOG.json
index fe52a8111..7132d098f 100644
--- a/packages/sra-spec/CHANGELOG.json
+++ b/packages/sra-spec/CHANGELOG.json
@@ -130,8 +130,7 @@
"version": "1.0.1-rc.6",
"changes": [
{
- "note":
- "Fix `main` and `types` package.json entries so that they point to the new location of index.d.ts and index.js"
+ "note": "Fix `main` and `types` package.json entries so that they point to the new location of index.d.ts and index.js"
},
{
"note": "Fix relative path to introduction MD file"
diff --git a/packages/sra-spec/src/md/introduction.md b/packages/sra-spec/src/md/introduction.md
index ce61abff6..3f7431c51 100644
--- a/packages/sra-spec/src/md/introduction.md
+++ b/packages/sra-spec/src/md/introduction.md
@@ -204,7 +204,7 @@ A good example of such a field is `remainingTakerAssetAmount`, which is a conven
# Misc.
-* All requests and responses should be of **application/json** content type
-* All token amounts are sent in amounts of the smallest level of precision (base units). (e.g if a token has 18 decimal places, selling 1 token would show up as selling `'1000000000000000000'` units by this API).
-* All addresses are sent as lower-case (non-checksummed) Ethereum addresses with the `0x` prefix.
-* All parameters are to be written in `lowerCamelCase`.
+- All requests and responses should be of **application/json** content type
+- All token amounts are sent in amounts of the smallest level of precision (base units). (e.g if a token has 18 decimal places, selling 1 token would show up as selling `'1000000000000000000'` units by this API).
+- All addresses are sent as lower-case (non-checksummed) Ethereum addresses with the `0x` prefix.
+- All parameters are to be written in `lowerCamelCase`.