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

Update storage entity Account to contain just getters - Closes #2764 #2936

Merged

Conversation

diego-G
Copy link

@diego-G diego-G commented Feb 22, 2019

How to test it?

npx mocha framework/test/mocha/unit/components/storage/entities/account.js
npx mocha framework/test/mocha/unit/modules/chain/components/storage/entitites/account.js

Review checklist

Only getters belongs to the shared Account entity from storage
component. The rest are customised functions owned by the
chain module.
nazarhussain
nazarhussain previously approved these changes Feb 22, 2019
@diego-G diego-G force-pushed the 2764-update_account_entity_to_contain_just_getters branch from a642d63 to 674ef46 Compare February 22, 2019 15:48
@diego-G diego-G requested a review from lsilvs February 25, 2019 09:13
@diego-G diego-G changed the base branch from 2767-create_entities_on_module_chain to development February 25, 2019 09:35
@MaciejBaj MaciejBaj merged commit 486b369 into development Feb 25, 2019
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

Successfully merging this pull request may close these issues.

Update Account entity to have only getters and move other functions to chain specific implementation
4 participants