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

Perform parameter check on direct_top_pool_api #2395

Merged
merged 8 commits into from
Jan 10, 2024
Merged

Conversation

outofxxx
Copy link
Contributor

@outofxxx outofxxx commented Jan 9, 2024

  • add submit_vc_request_inner
  • check hex_encoded_params

@outofxxx outofxxx requested review from felixfaisal and a team January 9, 2024 09:28
Copy link
Member

@felixfaisal felixfaisal left a comment

Choose a reason for hiding this comment

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

Thanks for this PR! This looks good, I've tested it locally, Resolve the conflicts and it is good to merged I guess.

match receiver.await {
Ok(Ok(response)) => Ok(RpcReturnValue {
do_watch: false,
value: response.encode(),
Copy link
Member

Choose a reason for hiding this comment

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

Make sure to remove this encode() before you merge, The response it receives via the channel is already encoded - #2393

@Kailai-Wang Kailai-Wang merged commit 88f227c into dev Jan 10, 2024
31 checks passed
@Kailai-Wang Kailai-Wang deleted the fix-direct-api-crash branch January 10, 2024 23:25
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

3 participants