sairajzero
1ff115d7de
Max-Reorg-Depth
2021-06-19 15:22:26 +05:30
Sai Raj
d34c2ce7f7
Merge branch 'floblockchain:flo-master' into flo-master
2021-06-18 19:34:52 +05:30
Chris Chrysostom
8708d4bc17
Regtest ports ( #18 )
...
* Ignore IntelliJ files
* Regtest RPC Port to 17413
2020-02-04 17:37:00 -07:00
Wladimir J. van der Laan
cba88b4c54
net: Improve and document SOCKS code
...
Make the SOCKS code more consistent, and document the constants used.
2019-11-15 21:25:09 -08:00
Jeremiah Buddenhagen
cbaf28e4dd
sign floData for all transactions
2019-11-15 21:24:28 -08:00
Sky Young
ffa312c126
Remove prepended text: from floData sent from UI
2019-11-15 21:23:32 -08:00
Sky Young
818b91b454
Set Ancestor/Descendant Size limit to 1.75MB
...
Rational for 1.75MB limit: https://github.com/floblockchain/flo/pull/8#issuecomment-458666055
Comment documenting testing of values: https://github.com/floblockchain/flo/pull/8#issuecomment-460356226
2019-02-04 11:24:11 -07:00
Sky Young
0b8b8f16c6
Increase Maximum utxo chain to 1250
2019-01-29 10:10:35 -07:00
Jeremiah Buddenhagen
2fe045194c
nlr
2018-10-03 16:47:54 -07:00
Jeremiah Buddenhagen
1ee6c75b74
checkpoint block 3,000,000
2018-10-01 15:57:35 -07:00
Jeremiah Buddenhagen
4d3b091eb2
CVE-2018-17144 fix
...
https://bitcoincore.org/en/2018/09/20/notice/
2018-10-01 15:28:46 -07:00
sairajzero
876fcec717
Update
2018-09-07 19:18:28 +05:30
sairajzero
2bf13f8c87
Updated SendChangeToBack feature
2018-08-12 21:34:49 +05:30
sairajzero
52781f50f6
Updated SendChangeToBack feature
2018-08-11 05:20:46 -07:00
sairajzero
6e9463bf11
Updated SendChangeToBack feature
2018-08-11 04:52:11 -07:00
Sai Raj
af07c526d3
added SendChangeToBack feature
...
SendChangeToBack feature sends the change back to the address of the sender's coin.
To enable SendChangeToBack feature, add SendChangeToBack=1 in flo.conf
To enable FIFO CoinControl feature, add CoinControlFIFO=1 in flo.conf
2018-08-11 04:19:50 +05:30
Sai Raj
0e8fdac19e
added conf file support for FIFO coin control
...
#in flo.conf file add any one of the following :
CoinControlFIFO=1 #to enable FIFO coin control
CoinControlFIFO=0 #to disable FIFO coin control
2018-08-11 01:08:59 +05:30
saizsassin
1a38b114bb
FIFO coin selection wallet.cpp
2018-05-19 11:46:33 +05:30
saizsassin
235f78b0c1
FIFO selection wallet.cpp
...
This wallet.cpp version selects the UTXOs based on FIFO i.e, the coins received first will be spent first
2018-05-10 15:33:37 +05:30
saizsassin
51293f733e
FIFO selection wallet.cpp
...
This wallet.cpp is selects the UTXOs based on FIFO. Coin selection is done in selectCoins function
2018-05-10 15:01:04 +05:30
saizsassin
38202a0953
Update wallet.cpp
2018-05-10 01:07:55 +05:30
saizsassin
9f55bae05c
Update wallet.cpp
2018-05-07 19:04:31 +05:30
Jeremiah Buddenhagen
e17497e094
Use function to obtain TargetTimespan
2018-04-27 16:18:42 -07:00
Jeremiah Buddenhagen
2b919e5797
Fix TargetTimespan calculation
2018-04-27 16:17:34 -07:00
Skylar Young
ef58867f47
Update Intro UI to have correct chain size & name
2018-04-12 14:17:40 -07:00
Jeremiah Buddenhagen
ed98fa9206
Add additional seed node
2018-03-20 02:35:43 -07:00
Jeremiah Buddenhagen
cb1bdc5910
Add support for importing legacy WIF format
2018-03-20 02:35:27 -07:00
Jeremiah Buddenhagen
202e161ad4
Revert signed message prefix
2018-03-13 17:38:51 -07:00
Jeremiah Buddenhagen
b1d6416767
Regtest and Testnet should use the same address format
2018-03-13 17:38:51 -07:00
Jeremiah Buddenhagen
3d9dabdc15
Remove excess lines/comments
2018-03-13 17:38:51 -07:00
Jeremiah Buddenhagen
3d995092e3
adjust CSV soft-fork activation
2018-03-06 14:12:24 -08:00
Jeremiah Buddenhagen
f3662fd1c9
testnet dns seed
2018-03-05 16:44:48 -08:00
Jeremiah Buddenhagen
4a7dba148a
checkpoint
2018-03-05 16:22:26 -08:00
Jeremiah Buddenhagen
39b66a1f8f
Segwit activation period April 1st 2018 -> April 1st 2019
2018-03-05 16:06:00 -08:00
Jeremiah Buddenhagen
eef9a007e2
dns seeds
2018-03-05 16:04:42 -08:00
Jeremiah Buddenhagen
7cba348b45
Transaction floData length limits
2018-02-23 17:47:06 -08:00
Jeremiah Buddenhagen
aeb784e398
Transaction floData length limits
2018-02-23 15:28:37 -08:00
Jeremiah Buddenhagen
17af763417
Merge remote-tracking branch 'origin/flo-master' into flo-master
...
# Conflicts:
# src/chainparams.cpp
2018-02-21 11:48:53 -08:00
Ray Engelking
5bbe7f0620
const changes for Mac build; chainparams to match witseg, MacOSX.xz file for gitian build
2018-02-21 14:33:47 -05:00
Ray Engelking
6faec8bb14
segwit date changed
2018-02-15 09:39:20 -05:00
Jeremiah Buddenhagen
a7f6cc68ad
Accelerate parameters for testnet
2018-02-13 15:29:41 -08:00
Jeremiah Buddenhagen
66f17548e3
prefer camelCase FloData
2018-02-11 12:28:37 -08:00
Jeremiah Buddenhagen
caeb773b95
Merge remote-tracking branch 'origin/flo-master' into flo-master
...
# Conflicts:
# src/primitives/transaction.h
# src/qt/transactiondesc.cpp
# src/wallet/rpcwallet.cpp
2018-02-11 12:27:09 -08:00
Ray Engelking
d395337da8
logo resized to correctly fit qt splash screen
2018-02-09 18:30:11 -05:00
Ray Engelking
a93bcf450f
rpc examples/documentation #14 remove references to LTC and update to FLO
2018-02-09 17:53:03 -05:00
Ray Engelking
37bcd16a2a
Issue QT transaction history table #10
2018-02-09 12:49:20 -05:00
Ray Engelking
d5716ecbd8
txComment updated to floData
...
(cherry picked from commit 7aa6e66 )
Close Pull #17 - Close Issue #11
2018-02-08 13:24:07 -08:00
Ray Engelking
7aa6e66e89
txComment updated to floData
2018-02-08 14:26:07 -05:00
Ray Engelking
1e7ff8e18c
copyright in .cpp, .c, and .h files updated with flo copyright
2018-02-06 23:51:41 -08:00
Ray Engelking
d5b57e70af
copyright in .cpp, .c, and .h files updated with flo copyright
2018-02-06 18:52:59 -05:00