-
Notifications
You must be signed in to change notification settings - Fork 1
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
Record token update operation caused by scheduled event as history #540
Conversation
_update_data = IbetStraightBondUpdateParams(**_event.data) | ||
IbetStraightBondContract(_event.token_address).update( | ||
data=_update_data, | ||
tx_from=_event.issuer_address, | ||
private_key=private_key, | ||
) | ||
self.__sink_on_token_update_operation_log( |
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.
Changed to record token update operation caused by scheduled event as history.
@@ -53,10 +56,9 @@ class TestProcessor: | |||
# Normal Case | |||
########################################################################### | |||
|
|||
# <Normal_1_1> |
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.
Normal_1_1
and Normal_1_2
were completely duplicated, so deleted Normal_1_2
.
# <Normal_2_1> | ||
# <Normal_2> | ||
# IbetShare | ||
# unset additional info | ||
def test_normal_2_1(self, processor, db): |
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.
Normal_2_1
and Normal_2_2
were completely duplicated, so deleted Normal_2_2
.
Close: #538