Skip to content

Adding end-to-end tests for subsidized RBF Bitcoin transfers. - #438

Open
olga24912 wants to merge 3 commits into
mainfrom
rbf_subsidize_test
Open

Adding end-to-end tests for subsidized RBF Bitcoin transfers.#438
olga24912 wants to merge 3 commits into
mainfrom
rbf_subsidize_test

Conversation

@olga24912

Copy link
Copy Markdown
Contributor

No description provided.

@olga24912
olga24912 requested a review from kiseln October 17, 2025 19:53
bridge-cli testnet near-fin-transfer-btc \
--chain btc \
-b {params.btc_tx_hash} \
-v 0 \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Perhaps it's better to use full name since it's hard to tell what this means

@frolvanya

Copy link
Copy Markdown
Contributor

@olga24912 should I close #419 since rbf mechanism changed?

@olga24912

Copy link
Copy Markdown
Contributor Author

@olga24912 should I close #419 since rbf mechanism changed?

No, this is the correct PR — the old mechanism is still in use.

@frolvanya frolvanya left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please fix merge conflict

return open(str(filename)).readlines()[-1].split('"')[-2]
with open(str(filename), "r", encoding="utf-8") as f:
for line in f:
if 'tx_hash="' in line:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Are you sure that this won't break other steps? If I remember correctly it's used in combination with this (different format):

console.log("TXID:", res.data);

@frolvanya

Copy link
Copy Markdown
Contributor

@olga24912 should I close #419 since rbf mechanism changed?

No, this is the correct PR — the old mechanism is still in use.

Okay, then I'll fix issues with merge conflict later in my PR

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.

3 participants