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 relayresult #200

Closed
wants to merge 28 commits into from
Closed

Conversation

bettybao1209
Copy link
Contributor

No description provided.

Copy link
Member

@erikzhang erikzhang left a comment

Choose a reason for hiding this comment

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

erikzhang
erikzhang previously approved these changes Mar 30, 2020
@erikzhang erikzhang dismissed their stale review March 30, 2020 08:59

There should be a dictionary.

chenquanyu
chenquanyu previously approved these changes Mar 30, 2020
@vncoelho
Copy link
Member

close #205

@vncoelho
Copy link
Member

I am facing problem to test RpcServer because of the dependencies problem reported on #198, could you give a hand on that @bettybao1209 @superboyiii ?

@nicolegys
Copy link
Contributor

Test passed.

Test steps:

sendrawtransaction

  1. sendrawtransaction - tx not exsited
    result: return tx hash
    image
  2. sendrawtransaction - tx already exsited
    result: return error AlreadyExists
    image

submitblock
1.show state
image
2. submitblock - block not exsited
result: return block hash
image
3.show state
result: block height increased by 1
image
4. submitblock - block already exsited
result: return error AlreadyExists
image
5.show state
result: block height didn't change
image

vncoelho
vncoelho previously approved these changes Mar 31, 2020
src/RpcServer/RelayActor.cs Outdated Show resolved Hide resolved
shargon
shargon previously approved these changes Apr 8, 2020
@erikzhang
Copy link
Member

Please wait for neo-project/neo#1548

@erikzhang
Copy link
Member

neo-project/neo#1548 has been merged.

@bettybao1209
Copy link
Contributor Author

neo-project/neo#1548 has been merged.

Ok, I open a new PR #220 and I'll close this one.

@bettybao1209 bettybao1209 deleted the add-relayreason branch April 13, 2020 02:01
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.

None yet

6 participants