Commit Graph

13347 Commits

Author SHA1 Message Date
ab2f8d00e9 Update README.md 2024-09-13 23:22:48 +02:00
Sikkie
c3be693365 Update README.md 2024-03-23 09:29:06 +01:00
Sikkie
037a8495b7 Update INSTALL 2024-03-23 09:28:55 +01:00
Sikkie
f822ac4b8a Update CONTRIBUTING.md 2024-03-23 08:56:43 +01:00
Sikkie
6daa23e09c Update expat.mk 2024-03-23 08:56:38 +01:00
Sikkie
e91c9c1928 Update expat.mk 2024-03-21 20:48:30 +01:00
Sikkie
287f92c5e1 Update qt.mk 2024-03-21 20:39:09 +01:00
Sikkie
29f57f8f26 Update expat.mk 2024-03-21 20:39:02 +01:00
Sikkie
0474d47140 Update chainparams.cpp 2024-03-16 16:00:58 +01:00
Sikkie
449abe6abb Update chainparams.cpp 2024-03-16 15:19:13 +01:00
Sikkie
11cefaa7cd Update example-linearize.cfg 2024-03-14 08:51:12 +01:00
Sikkie
92d9f759b7 Update example-linearize-testnet.cfg 2024-03-14 08:51:07 +01:00
Sikkie
a4b32a2a4e Update example-linearize.cfg 2024-03-14 08:36:52 +01:00
Sikkie
989ea2c337 Update example-linearize-testnet.cfg 2024-03-14 08:36:46 +01:00
Sikkie
26a606b35d Update makeseeds.py 2024-03-08 20:45:05 +01:00
Sikkie
c3ae536377 Update libevent.mk 2024-03-08 19:38:43 +01:00
Sikkie
bdb8c89e18 Update pow.cpp 2024-02-10 23:58:03 +01:00
Sikkie
be5fd0f42c Update pow.cpp 2024-02-10 22:45:06 +01:00
Sikkie
e227e148b4 Update amount.h 2024-02-10 17:17:54 +01:00
Sikkie
e0fe48e0d8 Update chainparams.cpp 2024-02-10 09:36:44 +01:00
Sikkie
3bd2e328e8 Update chainparams.cpp 2024-02-09 15:49:14 +01:00
Sikkie
92119acb8c Update chainparams.cpp 2024-02-09 14:51:59 +01:00
SikkieNL
5f34fc0604
Delete .circleci directory 2024-02-06 14:18:51 +01:00
SikkieNL
1873642a86 Updated config.yml 2024-02-06 14:07:15 +01:00
SikkieNL
9230d800e5
Update config.yml 2024-02-05 23:56:48 +01:00
SikkieNL
ff51a32010
Update config.yml 2024-02-05 23:55:27 +01:00
SikkieNL
e5aff86874
Update config.yml 2024-02-05 23:52:13 +01:00
SikkieNL
b3e693ecd1
Update config.yml 2024-02-05 22:37:33 +00:00
SikkieNL
ec9a57cb01
Add config.yml 2024-02-05 22:35:57 +00:00
Sikkie
e6d38ad6cc Rebranding 2024-02-05 23:00:22 +01:00
Sikkie
18a8fb34f1 Update config 2024-02-05 22:29:08 +01:00
Sikkie
eeb31202ef Create good_first_issue.yml 2024-02-05 22:29:02 +01:00
Sikkie
990fbe5ca0 Create config.yml 2024-02-05 22:28:58 +01:00
Sikkie
d37f26e686 Create bug_report.md 2024-02-05 22:28:55 +01:00
Sikkie
5398f876f0 Delete .travis.yml 2024-02-05 22:28:45 +01:00
Sikkie
f6f98c74e3 Update bitcoin_qt.m4 2024-02-05 22:24:11 +01:00
Sikkie
57864740fc Update bitcoin_find_bdb48.m4 2024-02-05 22:24:08 +01:00
UdjinM6
119fe83bb4 Do not send outdated MNs on sync (#1373) 2017-03-02 00:31:53 +04:00
UdjinM6
5598d640e6 Do not force disconnect for stalled nodes on sync (#1374)
They might be simply busy serving us another data
2017-03-02 00:31:41 +04:00
UdjinM6
1c63052c3e fix recently observed crash on IsValid (#1375)
* fix recently observed crash on IsValid

+some small cleanup

* txin.prevout.n should not exceed txOutpointCreated.vout.size()

* fix log output
2017-03-01 21:30:43 +01:00
Holger Schinzel
295e94d66a bump to 0.12.1.3 (#1371) 2017-03-02 00:30:21 +04:00
QuantumExplorer
8c64c0a7cf fixed protobuf 3.0 (byteswap) issue on macOS (#1370) 2017-02-28 13:00:02 +04:00
chaeplin
d26916ad5b make sendrawtransaction to accept 2nd optional (#1369) 2017-02-28 12:59:49 +04:00
Spencer Lievens
01eeb59af6 Splashscreen now displays correctly (Fully) (#1367)
* Splashscreen now displays correctly on retina devices

* Remove devicePixelRatio instances
2017-02-28 12:59:27 +04:00
UdjinM6
a1ef547918 only consider higher hashes if they don't exceed nExpirationDelay (#1361) 2017-02-23 21:23:30 +04:00
Tim Flynn
0bc6d92334 Define current votes by creation time instead of arrival time (#1360) 2017-02-23 16:29:00 +04:00
UdjinM6
636fb33e71 implement sentinel-like wd selection logic (#1359)
* Only accept wd's that are more recent or have a higher hash than the current best

* Fix whitespace typo

* Relay current watchdog when lower priority ones are received

* Fix nHashWatchdogCurrent reset conditions

* expire previous current wd when a new one is found in UpdateCurrentWatchdog

* fail to process votes for expired or deleted object
2017-02-22 22:29:30 +04:00
Holger Schinzel
17cf8dc6d1 bump to 0.12.1.2 (#1355) 2017-02-21 00:26:11 +04:00
UdjinM6
e9e5a24910 fixing strings and docs + instantsend.md (#1354) 2017-02-19 22:02:33 +01:00
crowning-
e3288a7e14 [RFC] add ObjectType to first-level JSON result (#1352) 2017-02-19 17:55:52 +01:00