frankTheTank72
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...
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...
Requirements defined here --> https://github.com/signum-network/SIPs/blob/master/SIP/sip-43.md
Requirements defined here --> https://github.com/signum-network/SIPs/blob/master/SIP/sip-42.md
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...
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...
If a JSON is created we have the following check for the zero account:  In this case, the receiver is not set in the JSON message. We should check...
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