-
Notifications
You must be signed in to change notification settings - Fork 2
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
tests: inject delegation using admin #13
Conversation
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.
Tbh I have no idea why this works and cannot tell the difference between the protobuf objects in babylon and these ones, but great work 👍 These are only for testing purposes so hacking around should be fine
@SebastianElvis so for the fields which are Binary in rust we need to send b64 string from Go, in the protobuf struct for example in case of delegation the staking tx is |
OK, that means we need to avoid |
Adds test to inject fp and delegation in smart contract using admin