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

Patch 1 #253

Open
wants to merge 46 commits into
base: wbnns-add-bips
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
16ab30d
payment_processing: Fix link to blockchain guide
wbnns Jun 16, 2020
49310e3
transactions: Fix link to blockchain guide
wbnns Jun 16, 2020
b99e5d2
transactions: Update link to page anchor
wbnns Jun 16, 2020
056b3dd
payment_processing: Update link to paymentrequest.proto
wbnns Jun 16, 2020
dbc4047
Merge pull request #90 from bitcoin-dot-org/wbnns-resolve-89
Jun 16, 2020
012fa58
Update main.css
l33d4n Jun 24, 2020
dd028cb
Update
Cobra-Bitcoin Jun 24, 2020
955543c
Remove analytics
Cobra-Bitcoin Jun 25, 2020
73372a6
Update
Cobra-Bitcoin Jun 25, 2020
52776d2
Update footer
Cobra-Bitcoin Jun 25, 2020
9d586bb
Update address
Cobra-Bitcoin Jun 25, 2020
c311b38
Update
Cobra-Bitcoin Jun 26, 2020
e90db39
Fix broken link
vsus Sep 8, 2020
9fd39cd
Formating of Block Versions section
tushar-1728 Sep 9, 2020
42a55a9
Fix checksum
6102bitcoin Oct 4, 2020
22014c5
Document addrv2 and sendaddrv2 messages
vasild Oct 12, 2020
8364635
Merge pull request #98 from 6102bitcoin/master
Cobra-Bitcoin Nov 2, 2020
b9d1d1c
Merge pull request #96 from tushar-1728/master
Cobra-Bitcoin Nov 2, 2020
543bb97
Merge pull request #99 from vasild/bip155
Cobra-Bitcoin Nov 2, 2020
fd3a57e
Merge pull request #92 from l33d4n/master
Cobra-Bitcoin Nov 2, 2020
379e18a
Merge pull request #95 from vsus/fix-links
Cobra-Bitcoin Nov 2, 2020
82256a4
Fixed sphinx build warnings
Nov 6, 2020
e4def08
Added definition for terms in terms.rst
Dec 18, 2020
b8607ee
Modified .gitignore and performed grammatical corrections in test.md
Dec 18, 2020
46afe76
Added terms and their definitions from terms.rst to glossary.rst
Dec 18, 2020
c4e799c
Removed the extraneous part '\ {:.term}{:#term-transaction-malleabili…
tushar-1728 Jan 19, 2021
166fb68
Update regtest block generation for v0.21.0
schmijos Jan 24, 2021
708714b
Changing 'longest' to 'most-work'
brunoerg Jan 27, 2021
ca87c1b
Ignore cache
cornelius Feb 27, 2021
068d9c4
Update RPCs added and removed in 0.19
cornelius Feb 27, 2021
0db20f7
Update RPCs added and removed in 0.20
cornelius Feb 27, 2021
e37ead6
Add RPCs added in 0.21
cornelius Feb 27, 2021
7ef0454
Use updated annotations
cornelius Feb 27, 2021
765d39d
Remove docs for removed command
cornelius Feb 27, 2021
abe1c25
Fix header
cornelius Feb 27, 2021
8c6bab6
Update RPC docs to Bitcoin Core 0.21
cornelius Feb 27, 2021
c8175fc
Better describe the listbanned rpc call
tnull Apr 2, 2021
a5a8f1a
Merge pull request #114 from cornelius/rpc-docs-0.21
Cobra-Bitcoin Apr 10, 2021
b9e38b6
Merge pull request #109 from brunoerg/master
Cobra-Bitcoin Apr 10, 2021
ff7ccea
Merge pull request #108 from schmijos/patch-1
Cobra-Bitcoin Apr 10, 2021
de5d53f
Merge pull request #116 from tnull/describe_list_banned_rpc
Cobra-Bitcoin Apr 10, 2021
d74a372
Merge pull request #104 from tushar-1728/master
Cobra-Bitcoin Apr 10, 2021
813ba3f
Remove duplicate
Cobra-Bitcoin Apr 10, 2021
0ad1b76
Update sendtoaddress.rst
Tyg131 May 7, 2024
87ab732
Add files via upload
Tyg131 May 7, 2024
3051c7e
Add files via upload
Tyg131 May 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
_build
_build/
.vscode
Loading