Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
c43103b
depends: Bump Qt version to 5.12.11
hebasto May 25, 2021
8ea8b38
GUI: Get my words, re-lock wallet if not bip44.
fdoving Jun 13, 2021
2e54750
Add test-before-evict discipline to addrman
fdoving Jun 13, 2021
cb3082a
net: Do not force dns seeds by default.
fdoving Jun 13, 2021
25b0928
Update translations
fdoving Jun 14, 2021
0b368bb
gui: set window minimum size to usable default
fdoving Jun 14, 2021
ba69aae
Bip39: Add support multilanguage (#1085)
henry-arcu89 Sep 2, 2021
709c17e
Security: Fix for issue #1110, CVE-2021-3401
fdoving Nov 3, 2021
41a7f6e
Fix createrawtransaction transferwithmessage RPC
fdoving Nov 3, 2021
8164ce2
Backport: Remove useless mapRequest tracking
fdoving Nov 4, 2021
03434ac
lockedpool: avoid sensitive data in core files (Linux and FreeBSD)
fdoving Nov 5, 2021
135de74
fdov-release: version 4.7.0test3
fdoving Nov 5, 2021
b501049
fix: include array to fix building for osx.
fdoving Nov 6, 2021
69366a6
consensus: adjust bip9 periods
fdoving Nov 6, 2021
238a611
gui: Wallet -> Get my words, auto close.
fdoving Nov 7, 2021
48bbab1
backport: Shut down if trying to connect a corrupted block
fdoving Nov 7, 2021
5e3e1da
gitian: add descriptors
fdoving Nov 20, 2021
9131fb0
cleanups
fdoving Nov 21, 2021
666fbab
hardcode faketime lib-path
fdoving Nov 21, 2021
a757c4b
adjust descriptors
fdoving Nov 22, 2021
a583c41
is this it?
fdoving Nov 22, 2021
21cf0eb
date test
fdoving Nov 23, 2021
a4afe4b
debugging.
fdoving Nov 23, 2021
1bd3fb1
debug
fdoving Nov 23, 2021
33f746e
debug
fdoving Nov 23, 2021
65bff19
debug
fdoving Nov 23, 2021
6678661
debug
fdoving Nov 23, 2021
84ac3dd
Revert "is this it?"
fdoving Nov 23, 2021
7cadd8c
zero_ar_date
fdoving Nov 23, 2021
c7a378d
fix
fdoving Nov 23, 2021
b45b8a4
debug
fdoving Nov 23, 2021
8461158
depends: changes to makefile and func.mk
fdoving Nov 24, 2021
4987c26
fix
fdoving Nov 24, 2021
19b82d9
try this.
fdoving Nov 25, 2021
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
2 changes: 1 addition & 1 deletion .tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[develop.raven-en-ts]
[qt-translation.raven-en-ts]
file_filter = src/qt/locale/raven_<lang>.ts
minimum_perc = 0
source_file = src/qt/locale/raven_en.ts
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 4)
define(_CLIENT_VERSION_MINOR, 7)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 2)
define(_CLIENT_VERSION_RC, 3)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2021)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
2 changes: 1 addition & 1 deletion contrib/devtools/check-doc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (c) 2015-2016 The Bitcoin Core developers
# Copyright (c) 2017-2020 The Raven Core developers
# Distributed under the MIT software license, see the accompanying
Expand Down
2 changes: 1 addition & 1 deletion contrib/devtools/clang-format-diff.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
#===- clang-format-diff.py - ClangFormat Diff Reformatter ----*- python -*--===#
#
Expand Down
2 changes: 1 addition & 1 deletion contrib/devtools/optimize-pngs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (c) 2014-2016 The Bitcoin Core developers
# Copyright (c) 2017-2020 The Raven Core developers
# Distributed under the MIT software license, see the accompanying
Expand Down
2 changes: 1 addition & 1 deletion contrib/devtools/security-check.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (c) 2015-2016 The Bitcoin Core developers
# Copyright (c) 2017-2020 The Raven Core developers
# Distributed under the MIT software license, see the accompanying
Expand Down
Loading