Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need support for multiple versions of contracts and balance contracts #11

Open
petermunnings opened this issue Nov 22, 2016 · 0 comments

Comments

@petermunnings
Copy link
Collaborator

Currently there is only support for version 1. This needs to be updated.

The idea is that a new collection needs to be created in Mongo that will track the current version of a contract and the link to its balance contract (along with the balance contract version)

i.e.
contractName: JoeBloggTestToken
contractVersion: 2
balanceContractName: JoeBloggTestBalance
contractVersion: 1

Those contracts and versions would reference the contract collection where the address/abi etc would be stored.

In order to update this from the UI, a contract management screen would need to be created where the contracts could be updated and deployed. Because this is currently for demonstration purposes version 1 of the contract is adequate

@petermunnings petermunnings changed the title Need support for multiple versions of contracts and balance contracts UI: Need support for multiple versions of contracts and balance contracts Nov 22, 2016
@petermunnings petermunnings changed the title UI: Need support for multiple versions of contracts and balance contracts Need support for multiple versions of contracts and balance contracts Nov 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant