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

Slightly better set tests #68

Merged
merged 2 commits into from
Dec 25, 2023
Merged

Slightly better set tests #68

merged 2 commits into from
Dec 25, 2023

Conversation

erhant
Copy link
Member

@erhant erhant commented Dec 25, 2023

No description provided.

@erhant erhant self-assigned this Dec 25, 2023
@@ -6,20 +6,18 @@ import type {ContractInputGeneric, ContractMode, ContractState} from '../contrac
export class Base<M extends ContractMode> {
readonly contract: Contract<ContractState<M>>;
readonly warp: Warp;
readonly contractTxId: string;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is removed because we can get the same property from contract object (see get contractTxId() in base/sdk.ts).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does not change anything within the code, API is still the same

@anilaltuner anilaltuner merged commit b3644bf into master Dec 25, 2023
@erhant erhant deleted the erhant/set-test branch January 3, 2024 17:10
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.

2 participants