Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
96 commits
Select commit Hold shift + click to select a range
8c31e2b
Re-Add Feature: Add P2SH support - Core Protocol Development Proposal…
HyperPeek May 21, 2021
167b4de
Default to c++17 (#1020)
fdoving May 23, 2021
51f69ed
[backport] gui, wallet: random abort (segmentation fault) btc#9683 (#…
fdoving May 23, 2021
d27858e
refactor: ravengui cleanups. (#1022)
fdoving May 23, 2021
963d77e
Require miniupnpc v10 (#1023)
fdoving May 23, 2021
438328f
refactor: remove unneccesary parantheses. (#1024)
fdoving May 25, 2021
cce935f
testnet updated seeds (#1027)
fdoving May 25, 2021
4ffcf23
verification.cpp update variables to be const (#1028)
fdoving May 25, 2021
c91c082
contrib: Dockerfile updated (#1026)
fdoving May 25, 2021
6b0a908
build: update Expat 2.4.1 change source to github. (#1033)
fdoving May 27, 2021
b2e22ee
gui: option to hide text in toolbar (#1030)
fdoving May 31, 2021
e4dbe30
depends: libevent update (btc#21991) (#1032)
fdoving May 31, 2021
d3eea78
gui: add version to modal overlay (#1034)
fdoving May 31, 2021
82556fb
testnet switch to the correct portnumber for seeds (#1035)
fdoving May 31, 2021
58b3b4f
Drop buggy TableViewLastColumnResizingFixer class (btc#204) (#1036)
fdoving May 31, 2021
28f3b9f
Move app out of if, and remove qt version checks (#1038)
fdoving May 31, 2021
5deb0a2
fix typo (#1039)
fdoving May 31, 2021
26e2c8d
gui: toolbar move code to match order in toolbar (#1040)
fdoving May 31, 2021
99d229a
p2p: add fixed seeds more often. (#1042)
fdoving May 31, 2021
8037ac9
translation: update transifex client config. (#1043)
fdoving May 31, 2021
46aad1a
consensus: correct verification of transactions pre p2sh-asset activa…
fdoving Jun 12, 2021
f63f844
gui: osx darkmode (#1025)
fdoving Jun 12, 2021
9190f6e
Fix handling of nonstandard txns and "-acceptnonstdtxn" (#1048)
hans-schmidt Jun 12, 2021
64153d3
GUI: Reissue asset spinboxes. Disable if unit is max. (#1050)
fdoving Jun 12, 2021
72829a3
gui: Manage assets - update list when shown. (#1060)
fdoving Jun 12, 2021
5b9b5e0
Introduce a Shuffle for FastRandomContext and use it in wallet (#1057)
fdoving Jun 12, 2021
452fb3c
Release: version 4.7.0test2 (#1063)
fdoving Jun 12, 2021
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
988b058
gui: Wallet -> Get my words, auto close.
fdoving Nov 7, 2021
94cff72
backport: Shut down if trying to connect a corrupted block
fdoving Nov 7, 2021
24aa41b
gui: set spinbox-steps to 1 RVN.
fdoving Nov 29, 2021
33da68c
gui: optional seed extension word rename
fdoving Nov 29, 2021
f18f94b
gui: minimum sizes and margins
fdoving Nov 29, 2021
ecebf7c
gui: search for string in whole asset name.
fdoving Nov 29, 2021
a932ba8
gui: click network icon in status bar opens peers
fdoving Dec 1, 2021
c12715b
gui: Create Assets tooltip wording
fdoving Dec 1, 2021
020ec84
http: Release work queue after event base finish (btc#19033)
fdoving May 25, 2021
363336f
gui: create asset view - browse ipfs button
fdoving Dec 4, 2021
d5de5a2
gui: reissue asset view, browse ipfs button.
fdoving Dec 4, 2021
b7dd4b9
gui: create assets, add identifier chars automatically to qualifiers …
fdoving Dec 11, 2021
0a6836f
backport: [validation] Crash if disconnecting a block fails
fdoving Dec 12, 2021
38febf4
backport: wallet: Fix Char as Bool in Wallet
fdoving Dec 12, 2021
e7af27d
backport: gui: Set CConnman byte counters earlier to avoid uninitiali…
fdoving Dec 12, 2021
8e23a49
backport: rpc: Fix data race (UB) in InterruptRPC()
fdoving Dec 12, 2021
60ea5b3
Update feature_assets_p2sh.py
jeroz1 Dec 11, 2021
8af073d
backport: fix uninitialized read when stringifying an addrLocal
fdoving Dec 12, 2021
3b5cceb
backport: Introduce a maximum size for locators.
fdoving Dec 12, 2021
6152475
Use unique_ptr for pwalletMain (CWallet)
practicalswift Aug 9, 2017
bfe15c4
Use unique_ptr for httpRPCTimerInterface (HTTPRPCTimerInterface)
practicalswift Aug 9, 2017
2428417
Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats)
practicalswift Aug 9, 2017
0dbf7b7
Use unique_ptr for dbw (CDBWrapper)
practicalswift Aug 9, 2017
5abfe90
Use unique_ptr for upnp_thread (boost::thread)
practicalswift Aug 9, 2017
17818f2
Use unique_ptr for sem{Addnode,Outbound} (CSemaphore)
practicalswift Aug 9, 2017
734506f
Use unique_ptr for pfilter (CBloomFilter)
practicalswift Aug 9, 2017
ae301d2
Use unique_ptr for dbenv (DbEnv)
practicalswift Aug 9, 2017
6574cd5
Use unique_ptr for pdbCopy (Db) and fix potential memory leak
practicalswift Aug 9, 2017
8bfa402
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift Aug 9, 2017
e223ce6
Add MakeUnique (substitute for C++14 std::make_unique)
practicalswift Aug 15, 2017
0b2d7d9
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
practicalswift Aug 15, 2017
ab04f86
Use MakeUnique<Db>(...)
practicalswift Oct 18, 2017
e078725
Adjustments for Ravencoin
fdoving Dec 19, 2021
cd2e214
[qt] Fix potential memory leak in newPossibleKey(ChangeCWallet *wallet)
practicalswift Aug 7, 2017
9029ad2
Add a CValidationInterface::TransactionRemovedFromMempool
TheBlueMatt Jan 20, 2017
5dbf06f
Call TransactionRemovedFromMempool in the CScheduler thread
TheBlueMatt Jun 8, 2017
d8037fc
Add ability to assert a lock is not held in DEBUG_LOCKORDER
TheBlueMatt Jan 17, 2017
eef15b7
Add CallFunctionInQueue to wait on validation interface queue drain
TheBlueMatt Jun 8, 2017
4b24578
Add CWallet::BlockUntilSyncedToCurrentChain()
TheBlueMatt Jan 17, 2017
712469f
Add calls to CWallet::BlockUntilSyncedToCurrentChain() in RPCs
TheBlueMatt Sep 12, 2017
ca277af
Use callbacks to cache whether wallet transactions are in mempool
TheBlueMatt Jan 20, 2017
9b742c6
Also call other wallet notify callbacks in scheduler thread
TheBlueMatt Jun 8, 2017
6d3a92f
Fix wallet RPC race by waiting for callbacks in sendrawtransaction
TheBlueMatt Jun 21, 2017
128120d
Give ZMQ consistent order with UpdatedBlockTip on scheduler thread
TheBlueMatt Oct 1, 2017
4f53dce
Add a dev notes document describing the new wallet RPC blocking
TheBlueMatt May 3, 2017
98cb325
Remove redundant pwallet nullptr check
TheBlueMatt Oct 1, 2017
96de3c2
Remove redundant locks
practicalswift Nov 21, 2017
9a17e82
net: Add missing locks in net.{cpp,h}
practicalswift Nov 21, 2017
4998db1
Add Clang thread safety analysis annotations
practicalswift Nov 23, 2017
e2c3a52
Fix shutdown in case of errors during initialization
laanwj Nov 28, 2017
7937d08
backport: Use range-based for loops (C++11) when looping over map ele…
fdoving Dec 19, 2021
648cec2
[wallet] Tidy up CWallet::FundTransaction
promag Dec 14, 2017
13650ba
[wallet] Make CWallet::FundTransaction atomic
promag Dec 14, 2017
b4bf11a
fdov-release: 4.7.0test4
fdoving Jan 8, 2022
a6a4a72
consensus: adjust bip9 period for p2sh-assets.
fdoving Nov 6, 2021
2553b93
fdov-release: 4.7.0test5
fdoving Jan 18, 2022
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 .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This issue tracker is only for technical issues related to Ravencoin.

General Ravencoin questions and/or support requests and are best directed to the [Ravencoin Discord](https://discord.gg/jn6uhur)).
General Ravencoin questions and/or support requests and are best directed to the [Ravencoin Discord](https://discord.gg/GwtXdyc).

For reporting security issues, please direct message one of the core developers in discord.

Expand Down
5 changes: 4 additions & 1 deletion .tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[main]
host = https://www.transifex.com

[raven.qt-translation-014x]
[qt-translation.raven-en-ts]
file_filter = src/qt/locale/raven_<lang>.ts
minimum_perc = 0
source_file = src/qt/locale/raven_en.ts
source_lang = en
type = QT

Loading