Did everyone forget about instant transactions?
Which transactions can be made instantly?
Currently these are all transactions with less than 15 inputs and fee of at least 0.001 SPR per input.
Set your fee (Settings -> Options -> Main) to something like 0.01 SPR and then make transaction, e.g. just send money to yourself. Then go to the transactions tab and hold mouse over this transaction, you will see (0 of 6 confirmations, 0 of 7 masternode confirmations). The number of masternode confirmations will update when next block will be mined (in fact it is updated much earlier, it is just that the list of transactions in GUI is updated only each block which makes masternode confirmations rather useless right now).
Notice that instant transactions are still incomplete:
What is the state of instant transactions implementation in SpreadCoin?
Most effort was put into developing masternode election/payments mechanism, instant transactions are currenrly not fully implemented. Although masternodes confirm them there is no logic in place to replace unconfirmed transactions with the confirmed ones in the case of double spending attacks and to reject blocks with conflicting transactions.