-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fix dredd test #76
Fix dredd test #76
Conversation
- Change `max_age` to `max_age_num_blocks` of GenesisResponse in the swagger - Add `max_age_duration` of GenesisResponse in the swagger
- `broadcast_tx_sync` - `broadcast_tx_async` - `broadcast_tx_commit` - `tx_search`
- /block_results - /tx_search - /dump_consensus_state - /consensus_params
body.(map[string]interface{})[lastKey] = value | ||
} | ||
|
||
func (obj *UnmarshalledArbitraryObject) DeleteProperty(keys ...string) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to doing same thing with RemoveProperty()
. Is it right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's right.
I update the function and didn't remove it.
I'll remove it. Thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a comment on a trivial thing. LGTM
Closes: #73
Description
Fix dredd fail case
Add dredd test to circleCI
The dredd test on the circleCI do next progress.
The contract-test-hook binary should be built ubuntu not alpine golang docker image, because the circleCI system is ubuntu and the binary to be build in alphine golang docker doesn't run in ubuntu. I don't know why. And the binary of Tendermint should be build in the alphine golang docker image. haha. So the binaries were build each environment.
You can see the debug history of circleCI for dredd test in the #75.
For contributor use:
docs/
) and code commentsFiles changed
in the Github PR explorer