Skip to content

Commit 513a907

Browse files
authored
Merge pull request #658 from PolymathNetwork/release
Release
2 parents 845e6c6 + b6b0c0a commit 513a907

43 files changed

Lines changed: 2340 additions & 314 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

commitlint.config.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
},
9797
"husky": {
9898
"hooks": {
99-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
10099
"pre-commit": "lint-staged"
101100
}
102101
},

packages/polymath-issuer/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"carbon-icons": "^7.0.7",
2929
"connected-react-router": "^6.3.1",
3030
"csv": "^4.0.0",
31+
"famulus": "^1.3.1",
3132
"file-saver": "^2.0.0-rc.4",
3233
"formik": "^1.3.1",
3334
"graphql": "0.13.2",
@@ -36,6 +37,7 @@
3637
"identity-obj-proxy": "3.0.0",
3738
"lodash": "4.17.14",
3839
"moment": "^2.22.2",
40+
"moment-timezone": "^0.5.26",
3941
"normalize.css": "^8.0.0",
4042
"object-assign": "4.1.1",
4143
"promise": "8.0.1",
@@ -85,6 +87,9 @@
8587
"css-loader": "^1.0.0",
8688
"dotenv": "5.0.1",
8789
"dotenv-expand": "4.2.0",
90+
"enzyme": "^3.10.0",
91+
"enzyme-adapter-react-16": "^1.14.0",
92+
"enzyme-to-json": "^3.4.0",
8893
"eslint-loader": "^2.1.0",
8994
"file-loader": "^2.0.0",
9095
"flow-bin": "^0.81.0",
@@ -132,6 +137,9 @@
132137
]
133138
},
134139
"jest": {
140+
"snapshotSerializers": [
141+
"enzyme-to-json/serializer"
142+
],
135143
"collectCoverageFrom": [
136144
"src/**/*.{js,jsx,mjs}"
137145
],

packages/polymath-issuer/public/mint-sample.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ETH Address,Sell Restriction Date,Buy Restriction Date,KYC/AML Expiry Date,Number of tokens
12
0x592E80AD45c08aba6C5bBd2d5C5A097BDF35Dee1,01/01/2022,06/04/2024,01/01/2021,1000
23
0xd9f346Bf88cA2cb7e11B0106018DE80A0169764D,12/21/2030,12/21/2030,10/10/2024,5000
34
0xA1833Cd1a3e72335DE0b6945b5d83247F234d6e8,,,12/01/2025,250000
81 KB
Loading
7.36 KB
Loading
153 KB
Loading
2.53 KB
Loading
221 KB
Loading
5.69 KB
Loading

0 commit comments

Comments
 (0)