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

How to track deep cross-contract messages? #46

Open
andriibezkorovainyi opened this issue May 6, 2024 · 0 comments
Open

How to track deep cross-contract messages? #46

andriibezkorovainyi opened this issue May 6, 2024 · 0 comments

Comments

@andriibezkorovainyi
Copy link

andriibezkorovainyi commented May 6, 2024

While testing my contracts, I'll call them A, B and C, my A contract sends message to B, then B sends to C.
In my test case I send message to A. The SendMessageResult, after awaiting the send method, returns a set of messages, containing my sender and A contract interactions, but there is no B->C messages.
I assume its because of TON transactions flow, but I can't test my contracts behavior properly.
Are there facilities of being able to get the full chain messages by its transaction?

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

1 participant