frankTheTank72

Results 21 issues of frankTheTank72

We should have unique index on account_balance with id and height: ALTER TABLE account_balance ADD UNIQUE INDEX account_balance_id_height_idx (id, height); This would speed up the roll-back with a query like...

enhancement
priority-high

We should have the following new calls for the VM to the node : - Retrieve position of an given address - example : getTokenPosition(address, token-id) - Get cirulation of...

fork-hard
smartcontracts

Requirements defined here --> https://github.com/signum-network/SIPs/blob/master/SIP/sip-43.md

fork-hard

Requirements defined here --> https://github.com/signum-network/SIPs/blob/master/SIP/sip-42.md

fork-hard

We should extend the current getAliasesOnSale API with a new parameter "account-id". If this is entered the API should only return the offers to this set account aka directSale or...

priority-high

The tables bid_order and ask_order have the same concept as all derived tables with the latest column, but those tables are not trimmed if the DB.trimDerivedTables = on is set...

enhancement
priority-medium

If a JSON is created we have the following check for the zero account: ![grafik](https://user-images.githubusercontent.com/39116221/222699775-9343c711-81e8-4969-8e31-7c27c460468d.png) In this case, the receiver is not set in the JSON message. We should check...

priority-medium

Updating the ShieldSwap contract for alignment

When I use sqlite on windows PC my I/O starts to go up to 100% and the sync rate is very slow. Seems the sqlite is by default in FULL...

If you try to use sqlite the needed folder /db seems not to be automaticlly created. We should add the folder to the node setup