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

Add function to get active message hash for a given account address. #601

Merged
merged 9 commits into from
Jan 21, 2019

Conversation

deepesh-kn
Copy link
Contributor

  • Added getInboxActiveProcess() function.
  • Added getOutboxActiveProcess() function.
  • Added corresponding test cases.

fixes: #595

@deepesh-kn deepesh-kn self-assigned this Jan 18, 2019
Copy link
Contributor

@0xsarvesh 0xsarvesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀
There is the possibility of one more test:

  1. It should return the most recent active process

contracts/gateway/GatewayBase.sol Outdated Show resolved Hide resolved
contracts/test/gateway/TestGatewayBase.sol Outdated Show resolved Hide resolved
Copy link
Contributor

@schemar schemar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙆‍♂️
Tiny change requests.

contracts/gateway/GatewayBase.sol Outdated Show resolved Hide resolved
contracts/gateway/GatewayBase.sol Outdated Show resolved Hide resolved
@schemar schemar merged commit df4a56b into OpenST:develop Jan 21, 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.

Add getter function to get latest message hash for an address.
3 participants