Skip to content

Commit 4c668ae

Browse files
authored
Merge pull request #6 from dunxen/2023-03-pr2089
Create rust-lightning PR 2089 post
2 parents e68dd27 + 53fa897 commit 4c668ae

File tree

5 files changed

+33
-13
lines changed

5 files changed

+33
-13
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ COMPONENTS = DESIRED_COMPONENTS.map(&:downcase).freeze
5858
# Characters or words we want removed after the prefix can go into this array.
5959
UNDESIRED_PR_TITLE_WORDS = %w(- _).freeze
6060

61-
GITHUB_API_URL = 'https://api.github.com/repos/bitcoin/bitcoin/pulls'
61+
GITHUB_API_URL = 'https://api.github.com/repos/lightningdevkit/rust-lightning/pulls'
6262
HTTP_SUCCESS = '200'
6363
HTTP_NOTFOUND = '404'
6464
HTTP_ERRORS = [
@@ -198,7 +198,7 @@ def create_post_file!(filename, response, date, host)
198198
line.puts "<!-- TODO: Before meeting, add notes and questions"
199199
line.puts "## Notes\n\n"
200200
line.puts "## Questions"
201-
line.puts "1. Did you review the PR? [Concept ACK, approach ACK, tested ACK, or NACK](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#peer-review)?"
201+
line.puts "1. Did you review the PR? [Concept ACK, approach ACK, tested ACK, or NACK](https://github.com/lightningdevkit/rust-lightning/blob/master/CONTRIBUTING.md#peer-review)?"
202202
line.puts "-->\n\n\n"
203203
line.puts "-->"
204204
end

_includes/references.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% comment %}<!-- reused (or likely to be reused) external links, alphabetical order -->{% endcomment %}
2-
{% assign bips = 'https://github.com/bitcoin/bips/' %}
3-
[bips]: {{bips}}
4-
{% assign bitcoin_core = 'https://github.com/bitcoin/bitcoin' %}
5-
[bitcoin_core]: {{bitcoin_core}}
6-
{% assign libsecp256k1 = 'https://github.com/bitcoin-core/secp256k1' %}
7-
[libsecp256k1]: {{libsecp256k1}}
2+
{% assign blips = 'https://github.com/lightning/blips/' %}
3+
[blips]: {{blips}}
4+
{% assign bolts = 'https://github.com/lightning/bolts/' %}
5+
[bolts]: {{bolts}}
6+
{% assign rust_lightning = 'https://github.com/lightningdevkit/rust-lightning/' %}
7+
[rust_lightning]: {{rust-lightning}}

_posts/2022-10-25-#1794.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors: ["dunxen"]
66
pr: 1794
77
components: ["funding"]
88
host: ariard
9-
status: upcoming
9+
status: past
1010
commit: b1d3eee
1111
---
1212

_posts/2023-04-11-#2089.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: pr
3+
date: 2023-04-11
4+
title: "Add BumpTransaction event handler"
5+
pr: 2089
6+
authors: [wpaulino]
7+
components: ["events"]
8+
host: dunxen
9+
status: upcoming
10+
commit:
11+
---
12+
13+
_Notes and questions to follow soon!_
14+
15+
<!-- TODO: Before meeting, add notes and questions
16+
## Notes
17+
18+
## Questions
19+
1. Did you review the PR? [Concept ACK, approach ACK, tested ACK, or NACK](https://github.com/lightningdevkit/rust-lightning/blob/master/CONTRIBUTING.md#peer-review)?
20+
-->
21+
22+
23+
-->

your-first-meeting.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,4 @@ there's no need to ask permission. If the question is off-topic, the host will k
3535
let you know. The host will end the session at the end of the hour. Thanking the host
3636
at the end of the meeting is always appreciated!
3737

38-
Follow the [PR Review Club on Twitter](https://twitter.com/BitcoinCorePRs) for
39-
announcements on that week’s PR or schedule changes.
40-
41-
**We look forward to having you at the next PR Review Club!**
38+
**We look forward to having you at the next LDK PR Review Club!**

0 commit comments

Comments
 (0)