Hey all, will be keeping this post alive with updates as I have more of them, but here's what I've been working on as far as the testnet. With a custom up to date condenser and keychain support, this should open things up to a lot more people.
Currently there are still a few barriers but right now we can already start testing a few things.
My testnet condenser / wallet pair is currently running on-demand If you click it and it is not responding, wait a minute or so while it wakes up and then refresh.
Warning: USE TESTNET SETTING ON KEYCHAIN IF USING KEYCHAIN
Condenser: https://eontestnet.herokuapp.com
Wallet: https://eontestnetw.herokuapp.com (links from condenser)
Warning: USE TESTNET SETTING ON KEYCHAIN IF USING KEYCHAIN
The usual warnings apply here-- play with alternate accounts if you do not want to risk passwords. The code that's running can be audited as well, running the code here: branch for condenser testnet, branch for wallet testnet.
I should probably make the whole background yellow like the other condenser testnet though.
To test with keychain on the testnet, update to the latest version of keychain. In the preferences section you will see an option for 'TESTNET' when selecting the RPC. (Chrome has it, Firefox should come soon after)
The testnet wallet will have keychain soon (Edit: now has keychain), and am working on integrating the initial blocktrades proposal UI.
Things that can be tested now with this setup while the testnet is alive (currently is on the new fork as of now):
Note that a subset of transactions are being auto sent from mainnet to testnet, and values you see in testnet do not reflect the distributions you will see when it launches.
One thing that's on my immediate list for attention with testing is to make sure the downvote pool behaves as expected.
Further Updates