You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to add additional outputs to a tokenv2create transaction resulting in tokenv2list being spammed. I added about 100k entries on the TKLLIVE chain. The rpc is now unusable.
time komodo-cli -ac_name=TKLLIVE tokenv2list | jq length
104076
komodo-cli -ac_name=TKLLIVE tokenv2list 0.20s user 0.04s system 0% cpu 3:13.11 total
jq length 0.15s user 0.01s system 0% cpu 3:13.12 total
The text was updated successfully, but these errors were encountered:
partially fixed in TokelPlatform branch:
disable multiple markers for tokencreate, disable markers in tokentransfer, check for 10k value, disable global pk as token creator.
TODO: also decided to make tokenv2list parametrized to return only subsets
(later let's merge into the research branch too)
It's possible to add additional outputs to a tokenv2create transaction resulting in tokenv2list being spammed. I added about 100k entries on the TKLLIVE chain. The rpc is now unusable.
The text was updated successfully, but these errors were encountered: