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

Record token update operation caused by scheduled event as history #540

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

purplesmoke05
Copy link
Member

Close: #538

_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(
Copy link
Member Author

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>
Copy link
Member Author

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.

Comment on lines -278 to -281
# <Normal_2_1>
# <Normal_2>
# IbetShare
# unset additional info
def test_normal_2_1(self, processor, db):
Copy link
Member Author

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.

@purplesmoke05 purplesmoke05 self-assigned this Sep 22, 2023
@purplesmoke05 purplesmoke05 marked this pull request as ready for review September 22, 2023 03:57
@YoshihitoAso YoshihitoAso merged commit 7e4312a into dev-23.9 Sep 22, 2023
4 checks passed
@YoshihitoAso YoshihitoAso deleted the feature/#538 branch September 22, 2023 06:32
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.

[FEATURE] Record token update operation caused by scheduled event as history
2 participants