- Fork browser-solidity webapp to use LiveLibs
- Report on all events in the log
- Start sync'ing Live Libs versions (stored on-chain, checked in client)
- Try to send signed/raw transactions (via @tcoulter: "You can use the provider-engine to do translations from
sendTransaction
tosendRawTransaction
before they hit the server.") - Script for updating newly-deployed live-lib contract with existing network data (useful for when the live-libs contract is updated)
- Script for updating morden live-libs contract with live network data
- PoC using serpent with live-libs
- Explore whether live-libs testing needs to be incorporated
- Start backing up lib data in a repo, a place for contributors to put lib source, test source, documentation, as well as a convenient place for developers to grab registry data without having to run a full node
- Extract environment migration into its own repo? /via @tcoulter