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

Use block height for id on contract import #209

Merged
merged 4 commits into from
Sep 17, 2024
Merged

Conversation

DZakh
Copy link
Member

@DZakh DZakh commented Sep 17, 2024

No description provided.

true => format!("${{{event_var_name}.transaction.id}}"),
false => format!("${{{event_var_name}.block.number}}"),
let block_number_field = match is_fuel {
true => "heigth",
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think height is spelled wrong here.

Copy link
Collaborator

@JonoPrest JonoPrest left a comment

Choose a reason for hiding this comment

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

Could you double check that it works? I think there is a typo.

@DZakh
Copy link
Member Author

DZakh commented Sep 17, 2024

Fixed and tested 🙏

Copy link
Collaborator

@JonoPrest JonoPrest left a comment

Choose a reason for hiding this comment

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

Sorry looks like another one...

@DZakh
Copy link
Member Author

DZakh commented Sep 17, 2024

I'm surprised by my ability making silly mistakes when I'm lazy to test something because I'm 100% sure that it works

Copy link
Collaborator

@JonoPrest JonoPrest left a comment

Choose a reason for hiding this comment

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

Ok cool, looks great 👌🏼

@JonoPrest
Copy link
Collaborator

I'm surprised by my ability making silly mistakes when I'm lazy to test something because I'm 100% sure that it works

No problem at all 🙏🏼 that's why we have reviews.

@DZakh DZakh merged commit 20bae84 into main Sep 17, 2024
1 check passed
@DZakh DZakh deleted the dz/use-block-height-for-id branch September 17, 2024 15:16
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