Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
522 commits
Select commit Hold shift + click to select a range
434e953
Merge branch 'develop' into dividends-examples-3.0
monitz87 Aug 1, 2019
0a2b2a6
Merge branch 'develop' into GTMexample
monitz87 Aug 1, 2019
4515e6d
fix: percentageTransferManager fixes example
Aug 1, 2019
0210859
Merge branch 'develop' into GPMExampleFix
monitz87 Aug 2, 2019
fad1413
Merge pull request #168 from PolymathNetwork/GPMExampleFix
monitz87 Aug 2, 2019
acd6f74
chore(release): 2.0.0-beta.13 [skip ci]
semantic-release-bot Aug 2, 2019
1f67e5c
Merge branch 'develop' into assertionsCTM
monitz87 Aug 2, 2019
c0eca03
Merge branch 'develop' into module-factory-wrapper
monitz87 Aug 2, 2019
e3d9242
fix: examples sto, dividends review issues
Aug 2, 2019
d80feb7
refactor: change example issuing strategy
Aug 2, 2019
14a028a
Merge branch 'develop' into dividends-examples-3.0
monitz87 Aug 2, 2019
768c22e
fix: 🐛 make dates relatives to the current date
shuffledex Aug 2, 2019
75f9111
Merge branch 'GTMexample' of github.com:PolymathNetwork/polymath-cont…
shuffledex Aug 2, 2019
766238a
fix: remove absoluteValue from dividend code
Aug 2, 2019
3c30ace
Merge remote-tracking branch 'origin/develop' into percentage-tm-othe…
Aug 2, 2019
0f0c2b9
fix: 🐛 best enum use for Transfer status codes
shuffledex Aug 2, 2019
8539774
Merge branch 'assertionsCTM' of github.com:PolymathNetwork/polymath-c…
shuffledex Aug 2, 2019
01b18d0
fix: remove useless percentageTM code
Aug 2, 2019
6a99d0f
refactor: improving percentageTM example with modifyWhitelist call
Aug 2, 2019
57603ea
fix: erc20Dividend bug and example
Aug 2, 2019
f9bd9eb
Merge pull request #171 from PolymathNetwork/dividends-examples-3.0
monitz87 Aug 2, 2019
7c81061
Merge branch 'develop' into GTMexample
monitz87 Aug 2, 2019
b0160e3
chore(release): 2.0.0-beta.14 [skip ci]
semantic-release-bot Aug 2, 2019
e15230e
Merge branch 'develop' into GTMexample
monitz87 Aug 2, 2019
cddd553
Merge pull request #169 from PolymathNetwork/GTMexample
monitz87 Aug 2, 2019
94025d2
Merge branch 'develop' into assertionsCTM
monitz87 Aug 2, 2019
5cc45c2
chore(release): 2.0.0-beta.15 [skip ci]
semantic-release-bot Aug 2, 2019
67ebce7
fix: swap bounds assertions in module factory wrapper
Aug 2, 2019
43420ff
refactor: use semver to compare versions, fix bug with comparison
Aug 3, 2019
8b937cf
Merge branch 'develop' into assertionsCTM
monitz87 Aug 3, 2019
6562c7f
Merge pull request #167 from PolymathNetwork/assertionsCTM
monitz87 Aug 3, 2019
d5d455d
chore(release): 2.0.0-beta.16 [skip ci]
semantic-release-bot Aug 3, 2019
19db8d2
Merge branch 'develop' of github.com:PolymathNetwork/polymath-contrac…
monitz87 Aug 4, 2019
c4bf6c3
fix: 🐛 fix PTM example to fail when above threshold
monitz87 Aug 5, 2019
c984e49
Merge branch 'develop' into module-factory-wrapper
monitz87 Aug 5, 2019
7bee9b5
fix: import issue with @types/semver and esModuleInterop
Aug 5, 2019
2707a0f
Merge remote-tracking branch 'origin/module-factory-wrapper' into mod…
Aug 5, 2019
2b76fdb
Merge pull request #175 from PolymathNetwork/percentage-tm-other-exam…
monitz87 Aug 5, 2019
58678eb
chore(release): 2.0.0-beta.17 [skip ci]
semantic-release-bot Aug 5, 2019
eba22ad
Merge branch 'develop' into module-factory-wrapper
monitz87 Aug 5, 2019
1aceafa
refactor: import statements meeting syntax conventions
Aug 5, 2019
a84c094
Merge pull request #164 from PolymathNetwork/module-factory-wrapper
monitz87 Aug 5, 2019
2aeecc6
chore(release): 2.0.0-beta.18 [skip ci]
semantic-release-bot Aug 5, 2019
70e4210
feat: 🎸 add vesting escrow wallet wrapper
shuffledex Aug 5, 2019
f8d0ab5
fix: import issue with ethUtil
Aug 5, 2019
32bfcbf
feat: add lockUpTM
Aug 5, 2019
b98978f
feat: finish setting up LTM event args and subscribeasync
Aug 6, 2019
593494a
test: lockUpTM initial functions in a new test file
Aug 6, 2019
0e5896c
feat: 🎸 add all methods involved on VEW
shuffledex Aug 6, 2019
3b126ed
feat: add LTM to the securityToken possible add module type
Aug 6, 2019
2e441b6
refactor: verifyTransfer across wrappers, add test
Aug 6, 2019
1a12772
feat: add events, lockups and verifyTransfer to LTM
Aug 6, 2019
41d5b19
fix: 🐛 add method documentation
shuffledex Aug 6, 2019
92119d7
feat: adding getLockUP and getAllLockUpData. test issue
Aug 6, 2019
7c83e64
fix: 🐛 modify startTime type
shuffledex Aug 7, 2019
9cfde5e
feat: getListOfAddresses method and test. prettier
Aug 7, 2019
228d451
feat: getAllLockups test and method
Aug 7, 2019
0444397
fix: minor edit on failing test
Aug 7, 2019
0d83312
feat: 🎸 getLockupNamesToUser/tokenToUser method and test
Aug 7, 2019
de2b1f9
fix: 🐛 broken wrapper and get test to pass. prettier changes
Aug 7, 2019
841a12e
feat: 🎸 getTokensByPartition with test
Aug 7, 2019
9378266
fix: 🐛 add assertions
shuffledex Aug 7, 2019
258c367
feat: 🎸 getPermissions and associated test
Aug 7, 2019
16f540e
feat: 🎸 addNewLockUpType method and tests
Aug 8, 2019
3642428
feat: 🎸 addNewLockUpTypeMulti method and tests, prettier
Aug 8, 2019
1199cdc
feat: 🎸 finish VEW wrapper
shuffledex Aug 8, 2019
eec1d62
fix: 🐛 add verify and prettier to code
Aug 8, 2019
8923b55
feat: 🎸 addLockUpByName
Aug 8, 2019
c7d61e5
feat: 🎸 addLockupByNameMulti method and tests
Aug 8, 2019
6414aea
fix: 🐛 configure webpack to build separately for browser
monitz87 Aug 9, 2019
0cc3db0
Merge pull request #177 from PolymathNetwork/fix/isomorphic-build
monitz87 Aug 9, 2019
5841cb2
chore(release): 2.0.0-beta.19 [skip ci]
semantic-release-bot Aug 9, 2019
92ff5d5
feat: 🎸 addNewLockUpToUser, removeLockupFromUser, and tests
Aug 9, 2019
ef29a73
fix: 🐛 use abi wrappers version with fixed decoding
monitz87 Aug 9, 2019
65e2c6c
Merge branch 'develop' into fix/decode-events
monitz87 Aug 9, 2019
6ada56e
Merge pull request #178 from PolymathNetwork/fix/decode-events
monitz87 Aug 9, 2019
666d1d8
chore(release): 2.0.0-beta.20 [skip ci]
semantic-release-bot Aug 9, 2019
60ad4e9
fix: 🐛 import ethereumjs-utils correctly
monitz87 Aug 9, 2019
6f3e0a0
feat: 🎸 modify/remove lockuptype methods and tests
Aug 9, 2019
55e9a04
fix: 🐛 lint issue
Aug 9, 2019
92d394c
feat: 🎸 add vesting escrow wallet example
shuffledex Aug 10, 2019
8a5f98b
Merge pull request #179 from PolymathNetwork/fix/eth-util-import
monitz87 Aug 10, 2019
ae1ba10
chore(release): 2.0.0-beta.21 [skip ci]
semantic-release-bot Aug 10, 2019
29a922b
fix: 🐛 update abi wrappers version to fix log decoding
VictorVicente Aug 12, 2019
cd1e2fd
Merge pull request #180 from PolymathNetwork/update-abi-wrappers
monitz87 Aug 12, 2019
df211e7
chore(release): 2.0.0-beta.22 [skip ci]
semantic-release-bot Aug 12, 2019
5062cc6
feat: 🎸 All logs are decoded on every transaction receipt
VictorVicente Aug 12, 2019
e4b8c04
Merge pull request #181 from PolymathNetwork/decode-all-events
monitz87 Aug 12, 2019
a3836d5
chore(release): 2.0.0-beta.23 [skip ci]
semantic-release-bot Aug 12, 2019
6044442
fix: 🐛 add new tests for VEW
shuffledex Aug 12, 2019
6fad80c
fix: 🐛 manual merge
shuffledex Aug 12, 2019
762a1d6
fix: 🐛 add ABI to abiArray
shuffledex Aug 12, 2019
274c6a5
feat: 🎸 new example lockUpTM
Aug 12, 2019
73a101e
Merge remote-tracking branch 'origin/develop' into lockup-transfer-ma…
Aug 12, 2019
74778b1
fix: 🐛 lockupTM more methods included in example
Aug 12, 2019
0977e4c
test: 💍 add all test for callasync methods
shuffledex Aug 13, 2019
74d1981
feat: 🎸 add initial BlacklistTM module wrapper to project
Aug 13, 2019
37b5a3e
feat: 🎸 use 3.0 methods to check for ticker availability
monitz87 Aug 13, 2019
70e441c
fix: 🐛 modify examples and tests to suit changes
monitz87 Aug 13, 2019
05e5353
fix: 🐛 make tests pass and fix examples
monitz87 Aug 13, 2019
f581fb0
Merge pull request #183 from PolymathNetwork/feature/3.0-str-getters
monitz87 Aug 13, 2019
fd8d6b5
chore(release): 2.0.0-beta.24 [skip ci]
semantic-release-bot Aug 13, 2019
37545da
fix: 🐛 convert ticker to uppercase when asking for availability
monitz87 Aug 13, 2019
e498825
Merge pull request #184 from PolymathNetwork/fix/ticker-available
monitz87 Aug 13, 2019
4262cc5
chore(release): 2.0.0-beta.25 [skip ci]
semantic-release-bot Aug 13, 2019
3d65996
feat: 🎸 initial tests and example BlacklistTM
Aug 14, 2019
0ac18e9
feat: 🎸 add eventargs to the BTM wrapper
Aug 14, 2019
dd70497
test: 💍 cover sendTransactionAsync test methods
shuffledex Aug 14, 2019
c216e04
fix: 🐛 fix broken test
shuffledex Aug 14, 2019
52f5c20
fix: 🐛 fix typos and params types
shuffledex Aug 14, 2019
08a6e12
feat: 🎸 callAsync methods with tests in blacklistTM
Aug 14, 2019
34fb65c
feat: 🎸 blacklists method and test
Aug 14, 2019
9c99f98
fix: 🐛 change numberOfTokens type
shuffledex Aug 15, 2019
b1d74f9
feat: 🎸 addBlacklistType method, checks, and test
Aug 16, 2019
a11bf22
feat: 🎸 add/modify/delete(multi) blacklistTM methods and tests
Aug 16, 2019
06743d8
fix: 🐛 Solved warnings on console
VictorVicente Aug 16, 2019
746f481
fix: 🐛 make getLogsAsync have sensible defaults
shuffledex Aug 19, 2019
b04fca1
Merge branch 'develop' into getLogsAsync
shuffledex Aug 19, 2019
761c7ea
feat: 🎸 addInvestorToBlacklist(Multi) methods and tests
Aug 19, 2019
66339f3
feat: 🎸 addMultiInvestorToBlacklistMulti tests and wrapper
Aug 19, 2019
5a00a99
feat: 🎸 delete from blacklist methods and tests
Aug 19, 2019
3bff915
feat: 🎸 blacklistTM example methods
Aug 19, 2019
f3f45b7
Merge pull request #185 from PolymathNetwork/fix-console-warnings
monitz87 Aug 19, 2019
db1fd9f
chore(release): 2.0.0-beta.26 [skip ci]
semantic-release-bot Aug 19, 2019
8cf903b
Merge branch 'develop' into lockup-transfer-manager
monitz87 Aug 19, 2019
123d29c
fix: 🐛 yarn update
shuffledex Aug 20, 2019
63ad977
refactor: 💡 lockupTm namings
Aug 20, 2019
74ba40f
Merge branch 'lockup-transfer-manager' into blacklist-transfer-manager
Aug 20, 2019
7d85d66
Merge pull request #182 from PolymathNetwork/lockup-transfer-manager
monitz87 Aug 20, 2019
816f224
chore(release): 2.0.0-beta.27 [skip ci]
semantic-release-bot Aug 20, 2019
c93c9d0
docs: ✏️ lockupTM updated comments from solidity
Aug 20, 2019
cb00c5f
Merge remote-tracking branch 'origin/develop' into blacklist-transfer…
Aug 20, 2019
f5d3778
fix: 🐛 use weiToValue and valueToWei
shuffledex Aug 20, 2019
7dafc39
Merge branch 'develop' into VEW
shuffledex Aug 20, 2019
252546b
fix: 🐛 typo error
shuffledex Aug 20, 2019
ce4a683
docs: ✏️ update comments in blacklistTM
Aug 20, 2019
e6bfc17
fix: 🐛 getLogsAsync fixed for 'RegisterTicker' event
VictorVicente Aug 20, 2019
2dddb25
Merge pull request #189 from PolymathNetwork/fix-getLogsAsync
monitz87 Aug 21, 2019
9ca7f0f
chore(release): 2.0.0-beta.28 [skip ci]
semantic-release-bot Aug 21, 2019
e22e829
fix: 🐛 manual merge in all getLogsAsync methods
shuffledex Aug 21, 2019
37d9fb7
fix: 🐛 yarn lock file update
shuffledex Aug 21, 2019
39ab840
Merge branch 'develop' into blacklist-transfer-manager
onigiri-x Aug 21, 2019
adfab67
fix: 🐛 blacklistTM refactoring and abi issues
Aug 21, 2019
166a74e
fix: 🐛 remove unnecessary optional mark
shuffledex Aug 21, 2019
e9c3fec
fix: 🐛 turn off prefer-default-export eslint rule
shuffledex Aug 21, 2019
020d8d2
Merge pull request #187 from PolymathNetwork/getLogsAsync
monitz87 Aug 21, 2019
31f6cfc
Merge branch 'develop' into exportEslintRule
monitz87 Aug 21, 2019
04254bc
chore(release): 2.0.0-beta.29 [skip ci]
semantic-release-bot Aug 21, 2019
f6b9103
Merge branch 'develop' into exportEslintRule
monitz87 Aug 21, 2019
5c3f37b
Merge pull request #191 from PolymathNetwork/exportEslintRule
monitz87 Aug 21, 2019
c7e5510
chore(release): 2.0.0-beta.30 [skip ci]
semantic-release-bot Aug 21, 2019
2db5c02
Merge branch 'develop' into blacklist-transfer-manager
monitz87 Aug 21, 2019
9fa722d
Merge branch 'develop' into blacklist-transfer-manager
monitz87 Aug 21, 2019
2a6098c
fix: 🐛 add VEW event args and adapt it to new abi refactor
shuffledex Aug 21, 2019
7553b79
fix: 🐛 add ABI into PolymathAPI
shuffledex Aug 21, 2019
6c3955c
feat: 🎸 featureRegistry txParams export
Aug 21, 2019
1d3cf50
Merge pull request #176 from PolymathNetwork/VEW
monitz87 Aug 21, 2019
81533b6
chore(release): 2.0.0-beta.31 [skip ci]
semantic-release-bot Aug 21, 2019
5c8d3b3
refactor: 💡 lockupTM period/frequency seconds in number not BN
Aug 21, 2019
adb966b
fix: 🐛 blacklistTM comments updated to jsdoc standards
Aug 21, 2019
dd639de
fix: 🐛 lockupTM documentation for jsdocs styling
Aug 21, 2019
4ee0c97
Merge pull request #192 from PolymathNetwork/lockup-tm-refactoring
monitz87 Aug 22, 2019
a2b0e69
Merge branch 'develop' into export-transaction-params
monitz87 Aug 22, 2019
b25f8f2
Merge remote-tracking branch 'origin/develop' into blacklist-transfer…
Aug 22, 2019
12b53c4
fix: 🐛 blacklistTM issues with comments from PR
Aug 22, 2019
006d144
fix: 🐛 vestingEscrowWallet abi in contractFactory. add prettier
Aug 22, 2019
941420b
fix: 🐛 lockupTM refactor now uses number not BN for seconds
Aug 22, 2019
e25a987
Merge pull request #186 from PolymathNetwork/blacklist-transfer-manager
monitz87 Aug 22, 2019
1766780
chore(release): 2.0.0-beta.32 [skip ci]
semantic-release-bot Aug 22, 2019
f4e6ceb
Merge branch 'develop' into export-transaction-params
Aug 22, 2019
06f7ceb
fix: 🐛 only params extending from txparams in namespace
Aug 22, 2019
0bf3367
feat: 🎸 add registries transactionParams to export in index.ts
Aug 22, 2019
6f7d3ac
feat: 🎸 dividendCheckpoint and generalPM txparams
Aug 22, 2019
015a553
feat: 🎸 sto export txparams
Aug 22, 2019
829c342
feat: 🎸 finish adding all transactionparams to wrappers/index
Aug 23, 2019
7df0edd
feat: 🎸 add method to validate if an address is a valid module
shuffledex Aug 23, 2019
02cf3e8
fix: 🐛 manual merge from develop and improve comments
shuffledex Aug 23, 2019
6a1cd35
fix: 🐛 fix Vesting Escrow wallet example
shuffledex Aug 23, 2019
a936903
fix: 🐛 dividendCheckpoint improvements
Aug 23, 2019
1424308
feat: 🎸 adjust comments and prettier for dividends/erc20
Aug 23, 2019
042ae92
refactor: 💡 etherDividend comments and interfaces
Aug 23, 2019
e6c8883
fix: 🐛 add return types for some functions
Aug 23, 2019
7377aa9
feat: 🎸 comments improvements for generalPermissionManager
Aug 24, 2019
9426f28
feat: 🎸 fix comments in sto wrapper, fix some return types/test
Aug 26, 2019
3ec7540
fix: 🐛 build broken from starttime change in sto wrapper
Aug 26, 2019
6d535d9
Merge pull request #195 from PolymathNetwork/fixVEWTest
monitz87 Aug 26, 2019
ce60906
chore(release): 2.0.0-beta.33 [skip ci]
semantic-release-bot Aug 26, 2019
67061d4
refactor: 💡 fix STO comments across usdtiered and cappedsto
Aug 26, 2019
09b4f20
feat: 🎸 adding more comments to generalTM and countTM. fix test
Aug 27, 2019
0b4ba33
feat: 🎸 error handle implemented with PolymathError class
shuffledex Aug 27, 2019
5bebc6b
fix: 🐛 implement ErrorCode type for dividend checkpoint wrapper
shuffledex Aug 27, 2019
e0e1189
fix: 🐛 implement ErrorCode type for erc20 dividend checkpoint
shuffledex Aug 27, 2019
cec6223
fix: 🐛 implement ErrorCode type for ether dividend checkpoint
shuffledex Aug 27, 2019
06a3b43
fix: 🐛 implement ErrorCode type for module factory module
shuffledex Aug 27, 2019
f4f5aa3
fix: 🐛 implement ErrorCode type for module wrapper
shuffledex Aug 27, 2019
00fe0d5
feat: 🎸 manualApprovalTM comments. remove lint warning
Aug 27, 2019
fe5056c
fix: 🐛 implement ErrorCode type for GPM
shuffledex Aug 27, 2019
034a17d
feat: 🎸 fix comments inside of percentageTM
Aug 27, 2019
9b8d357
Merge remote-tracking branch 'origin/develop' into export-transaction…
Aug 27, 2019
a1246c8
fix: 🐛 export for every method using sendTransaction
Aug 28, 2019
3757c97
fix: 🐛 add more descriptive ErrorCodes
shuffledex Aug 28, 2019
22f991b
fix: 🐛 implement ErrorCode type for capped sto wrapper
shuffledex Aug 28, 2019
e9b23ec
fix: 🐛 implement ErrorCode type for sto and usd tieres sto
shuffledex Aug 28, 2019
fbdbe16
fix: 🐛 remove unnecessary export
Aug 28, 2019
6ca5131
Merge pull request #193 from PolymathNetwork/export-transaction-params
monitz87 Aug 28, 2019
650571d
chore(release): 2.0.0-beta.34 [skip ci]
semantic-release-bot Aug 28, 2019
15a3d70
fix: 🐛 use PascalDCase for `FeeType` enum members
monitz87 Aug 28, 2019
c329e5f
Merge branch 'develop' into fix/fee-type-casing
monitz87 Aug 28, 2019
c80ca1f
Merge pull request #197 from PolymathNetwork/fix/fee-type-casing
onigiri-x Aug 28, 2019
fcd73bb
chore(release): 2.0.0-beta.35 [skip ci]
semantic-release-bot Aug 28, 2019
5aad2dc
fix: 🐛 implement ErrorCode type for backlist transfer manager
shuffledex Aug 28, 2019
d3e3ce1
fix: 🐛 implement ErrorCode type for CTM and GTM wrapper
shuffledex Aug 28, 2019
6cad10f
feat: 🎸 volumeRestrictionTM comments refactoring and test
Aug 28, 2019
b4233aa
fix: 🐛 VEW comments
Aug 28, 2019
5794ca6
fix: 🐛 improve error type definitions and error messages
shuffledex Aug 28, 2019
5b70082
fix: 🐛 implement ErrorCode type in LTM
shuffledex Aug 28, 2019
99039e5
feat: 🎸 finish adding comments and small fixes to rest of proj
Aug 28, 2019
20f33e6
Merge branch 'develop' into update-comments
Aug 28, 2019
ad747f4
fix: 🐛 implement ErrorCode type on MATM
shuffledex Aug 29, 2019
a54056c
fix: 🐛 implement ErrorCode in PTM
shuffledex Aug 29, 2019
9379d20
fix: 🐛 implement ErrorCode class on VRT
shuffledex Aug 29, 2019
a08335e
fix: 🐛 implement ErrorClass in VEW
shuffledex Aug 29, 2019
d3239a9
fix: 🐛 implement ErrorCode class for feature, module and poly
shuffledex Aug 29, 2019
9ffbcf1
fix: 🐛 ErrorClass implementation for STR wrapper
shuffledex Aug 29, 2019
29b825b
fix: 🐛 ErrorCode implementation in poly token and ST wrapper
shuffledex Aug 29, 2019
b79cc61
fix: 🐛 improve throw error with PolymathError class
shuffledex Aug 29, 2019
e6fe7cc
Merge branch 'develop' into errorHandler
shuffledex Aug 29, 2019
d38bc2d
fix: 🐛 fix typo errors requested by feedback
shuffledex Aug 29, 2019
1266d8e
Merge branch 'errorHandler' of github.com:PolymathNetwork/polymath-co…
shuffledex Aug 29, 2019
dfe95a2
docs: ✏️ updating docs and readme. spot checking project docs
Aug 29, 2019
5863b7f
fix: 🐛 remove @dev test in comments
Aug 30, 2019
eef2446
docs: ✏️ update typedocs
Aug 30, 2019
609c1fa
fix: 🐛 dividendCheckpoint start and end type to number type
Aug 30, 2019
f691e62
fix: 🐛 PR fixes across the project
Aug 30, 2019
f1a02b9
Merge pull request #196 from PolymathNetwork/errorHandler
monitz87 Aug 30, 2019
5287a3b
fix: 🐛 securityToken and other wrappers comments
Aug 30, 2019
24ba8cc
fix: 🐛 PR review issues in comments
Sep 2, 2019
fa729a6
Merge branch 'develop' into isValidModule
shuffledex Sep 2, 2019
dd700ee
fix: 🐛 replace default error by polymatherror
shuffledex Sep 2, 2019
e2fc307
Merge remote-tracking branch 'origin/develop' into update-comments
Sep 2, 2019
857c15c
Merge pull request #198 from PolymathNetwork/update-comments
monitz87 Sep 2, 2019
99cc889
Merge branch 'develop' into isValidModule
monitz87 Sep 2, 2019
815b2f2
chore(release): 2.0.0-beta.36 [skip ci]
semantic-release-bot Sep 2, 2019
e394e6d
Merge branch 'develop' into isValidModule
monitz87 Sep 2, 2019
e120f0c
Merge pull request #194 from PolymathNetwork/isValidModule
monitz87 Sep 2, 2019
9ac8487
chore(release): 2.0.0-beta.37 [skip ci]
semantic-release-bot Sep 2, 2019
9cac9f3
Merge branch 'master' into develop
monitz87 Sep 2, 2019
5f57037
chore(release): 2.0.0-beta.38 [skip ci]
semantic-release-bot Sep 2, 2019
a08a703
chore: 🤖 update abi-wrappers version
monitz87 Sep 2, 2019
6e5b559
Merge branch 'develop' of github.com:PolymathNetwork/polymath-contrac…
monitz87 Sep 2, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ scripts/*
sandbox.ts
test_utils/*
examples/*
webpack.*
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ module.exports = {
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
// e.g. "@typescript-eslint/explicit-function-return-type": "off",
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/no-empty-interface': 'off',
"import/prefer-default-export": 'off',
'jest/expect-expect': 'error',
'jest/no-empty-title': 'warn',
'jest/no-truthy-falsy': 'warn',
'import/prefer-default-export': 'off',
},
settings: {
'import/resolver': {
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## @polymathnetwork/contract-wrappers

Version 2.1.0 of the Polymath-Core contracts
Version 3.0.0 of the Polymath-Core Ethereum Smart Contracts

Smart TS wrappers for Polymath smart contracts.

Expand All @@ -26,6 +26,11 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol
}
```

## Documentation
This project uses typedoc documentation style.

You can access these docs by cloning this repo and opening `docs/index.html` in the browser.

## Contributing

We strongly recommend that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
Expand Down Expand Up @@ -215,3 +220,12 @@ const params: ApiConstructorParams = {
};
const polymathAPI = new PolymathAPI(params);
```

### Module code examples
In the `/examples` directory there are several examples to help developers understand how to use the API within the sandbox.

These examples demonstrate the use of the project's PolymathAPI to get data and publish transactions with Polymath's smart contracts. Register a ticker, generate a new security token and then you can add a module.

When a security token has a module successfully attached, the examples demonstrate how one can work with sto creation, transfer restrictions, permissioning, and directly with the security token.

The sandbox code included in the examples demonstrates how to subscribe to events fired from the smart contracts. It also demonstrates how to better catch issues when they happen, during token transfers for instance.
Loading