PolymathNetwork/polymath.js

Provide SecurityToken txHash

Opened this issue · 4 comments

Of ticker registration or token deployment (depends on status)

Provided for ticker registration, but I need _ticker value of the SecurityTokenRegistry LogNewSecurityToken event to be indexed to provide txHash for token deployment.

I can't indexed the _ticker value in LogNewSecurityToken event. Because It gives me a wired error i.e - Uncaught Error: Number can only safely store up to 53 bits

I think this is because of an arbitrary length data can't be indexed.

@satyamakgec let's then index _securityTokenAddress

➤ Boris Shevchenko commented:

Test comment