Add confirmed-in component, show ETA for proposed reimbursements #210
Reference in New Issue
Block a user
Delete Branch "feature/confirmation-eta"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a generic component for showing confirmation ETAs for any item, and adds the ETA to proposed reimbursements in the UI.
Also adds an event listener for new blocks, which updates the
currentBlocknumber, so that all models, as well as the UI, can auto-update.could not test it, but looks good.
Cool, thanks.
What's the problem with testing? Should really just be
npm start, without any wild dependencies (except for a local IPFS daemon/gateway running).Btw, I opened #211 against this PR yesterday in order to avoid conflicts, so it would be good to merge that first.