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

BlockAPI.Block will lose transactions #303

Open
liyang783 opened this issue Mar 31, 2022 · 1 comment
Open

BlockAPI.Block will lose transactions #303

liyang783 opened this issue Mar 31, 2022 · 1 comment

Comments

@liyang783
Copy link

curl -X 'POST' 'http://ip:8080/block' -H 'accept: application/json' -H 'Content-Type: application/json' \

-d '{
"network_identifier": {"blockchain": "Oasis", "network": "53852332637bacb61b91b6411ab4095168ba02a50be4c3f82448438826f23898"},
"block_identifier":{"index":7862720,"hash":""}
}'
{"block":{"block_identifier":{"index":7862720,"hash":"41bc7940275a1e557d13810e208c34a95c27f042464bf46ce3ed1dc3c4bad24f"},"parent_block_identifier":{"index":7862719,"hash":"0177b95c196660cf89d5a7e15a594a92140cd4e18e747171d2c7e2dc94dc72e3"},"timestamp":1648545224000,"transactions":[],"metadata":{"epoch":13092}}}

transactions is null

@pro-wh
Copy link
Collaborator

pro-wh commented Apr 1, 2022

Would you be able to get the logs from the gateway from around the time you make this request? I haven't been able to reproduce this on our deployment.

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

No branches or pull requests

2 participants