Skip to content

Add external tx hash to map bridge events to their corresponding transactions#336

Draft
qrilka wants to merge 2 commits into
mainfrom
external-tx-hash
Draft

Add external tx hash to map bridge events to their corresponding transactions#336
qrilka wants to merge 2 commits into
mainfrom
external-tx-hash

Conversation

@qrilka

@qrilka qrilka commented Jun 17, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 17, 2025

Copy link
Copy Markdown

Deploying kolme with  Cloudflare Pages  Cloudflare Pages

Latest commit: e5d3d8c
Status: ✅  Deploy successful!
Preview URL: https://2ad70e0b.kolme.pages.dev
Branch Preview URL: https://external-tx-hash.kolme.pages.dev

View logs

Comment thread packages/kolme/src/core/types.rs Outdated
Comment thread packages/kolme/src/core/types.rs
Comment thread packages/kolme/src/core/types.rs Outdated
@qrilka qrilka requested a review from snoyberg June 17, 2025 12:15
event: deserializer.load_json()?,
tx_hash: deserializer.load()?,
attestations: deserializer.load()?,
tx_hash: if version >= VERSION_WITH_TX_HASH {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Ooh, I like this approach of using consts.

@snoyberg

Copy link
Copy Markdown
Member

@qrilka this is still in draft, is this a change you wanted to push through?

@qrilka

qrilka commented Jun 26, 2025

Copy link
Copy Markdown
Contributor Author

@snoyberg the idea of DRAFT here was not to stop six sigma from using backwards-compatible updates if they come as we didn't test version upgrades yet

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