Commit Graph

333 Commits

Author SHA1 Message Date
topianet
487b5c4c1e Update handshake.go 2023-12-11 11:43:11 +01:00
topianet
363e938691 Update log.go 2023-12-11 11:40:42 +01:00
topianet
12aeaa153b Update sendversion.go 2023-12-11 11:39:24 +01:00
topianet
46bea7f2fd Update receiveversion.go 2023-12-11 11:35:20 +01:00
topianet
bab22f535e Update log.go 2023-12-11 10:13:55 +01:00
topianet
570f0fc08f Update component_manager.go 2023-12-11 09:05:35 +01:00
topianet
c58ca38b42 Update app.go 2023-12-11 09:01:27 +01:00
topianet
f40f4cb891 Update estimate_network_hashes_per_second.go 2023-12-11 04:22:58 +01:00
topianet
1aaa38c3e4 Update ban.go 2023-12-11 04:22:05 +01:00
topianet
d45103816b Update add_peer.go 2023-12-11 04:21:22 +01:00
topianet
ea705a2f2a Update rpc.go 2023-12-11 04:20:24 +01:00
topianet
d8823f9a6f Update manager.go 2023-12-11 04:19:06 +01:00
topianet
bfaee0804e Update log.go 2023-12-11 04:17:30 +01:00
topianet
5c3b53da3c Update verbosedata.go 2023-12-11 04:16:34 +01:00
topianet
b7974a7209 Update utxos_by_addresses.go 2023-12-11 04:15:08 +01:00
topianet
e84178a1d9 Update notificationmanager.go 2023-12-11 04:14:04 +01:00
topianet
7c95ed4e2c Update log.go 2023-12-11 04:12:23 +01:00
topianet
3554b3a165 Update context.go 2023-12-11 04:11:54 +01:00
topianet
07ff6451bb Update chain_changed.go 2023-12-11 04:09:19 +01:00
topianet
6ca0591feb Update protocol.go 2023-12-11 04:07:31 +01:00
topianet
7de2f04b18 Update manager.go 2023-12-11 04:04:42 +01:00
topianet
a44e31beeb Update log.go 2023-12-11 03:56:41 +01:00
topianet
4fcd731d01 Update protocolerrors.go 2023-12-11 03:55:55 +01:00
topianet
f2b0d08423 Update peer.go 2023-12-11 03:55:14 +01:00
topianet
f4f7a08bfc Update log.go 2023-12-11 03:52:45 +01:00
topianet
3793b2d528 Update transactions.go 2023-12-11 03:51:34 +01:00
topianet
864660376b Update shared_requested_transactions.go 2023-12-11 03:50:32 +01:00
topianet
60f4f7c665 Update shared_requested_blocks.go 2023-12-11 03:50:02 +01:00
topianet
6758de5152 Update orphans.go 2023-12-11 03:49:24 +01:00
topianet
0a805f153f Update network.go 2023-12-11 03:47:59 +01:00
topianet
083db3775b Update log.go 2023-12-11 03:46:36 +01:00
topianet
632fbf0384 Update flow_context.go 2023-12-11 03:46:04 +01:00
topianet
71f5677854 Update errors.go 2023-12-11 03:38:52 +01:00
topianet
6c10b648d3 Update domain.go 2023-12-11 03:37:54 +01:00
topianet
1d5b6fab7b Update blocks.go 2023-12-11 03:37:18 +01:00
topianet
25055314cb Update config.go 2023-12-11 03:35:08 +01:00
topianet
cc95645a8d Update addresses.go 2023-12-11 03:34:18 +01:00
topianet
86a7669877 Update common.go 2023-12-11 03:33:48 +01:00
topianet
08af68905f Update domainconverters.go 2023-12-11 03:32:27 +01:00
fabbez
a472605a74 Update addresses.go 2023-12-11 03:07:55 +01:00
fabbez
2b2a19d3f4 Update common.go 2023-12-11 03:05:56 +01:00
fabbez
085d325208 Add files via upload 2023-12-11 03:04:05 +01:00
fabbez
c571596f7b Add files via upload 2023-12-11 02:49:36 +01:00
Ori Newman
27fdbd9c88 Upgrade to go 1.19 (#2191)
* Upgrade to go 1.19

* fmt
2023-02-27 10:03:11 +02:00
Ori Newman
beee947dda Fix IBD sync conditions (#2174)
* Fix IBD sync conditions

* Fix syntax

* Fix Sprintf

* Bump version

* On negotiation check only blocks in future of PP

* Only log error and add comment

* Fix comment
2022-11-29 17:18:07 +02:00
Ori Newman
eec6eb9669 Check rule errors when validating blocks with trusted data (#2171) 2022-11-21 23:06:00 +02:00
Ori Newman
9fbfba17b6 Compare blue score with selected tip when checking if a pruning point… (#2169)
* Compare blue score with selected tip when checking if a pruning point proof is needed

* Don't redeclare err

Co-authored-by: Michael Sutton <mikisiton2@gmail.com>
2022-11-20 13:35:00 +02:00
Ori Newman
7d44275eb1 Add found to GetBlock (#2165) 2022-11-16 23:48:05 +02:00
Ori Newman
26c7db251f Make more checks if status is invalid even if the block exists (#2158)
* Make more checks if status is invalid even if the block exists

* Use HasHeader
2022-10-13 19:22:00 +03:00
Ori Newman
cf4073b773 Remove HF activation code (#2152)
* Remove HF activation code

* Remove unused var totalInputs
2022-10-02 19:17:33 +03:00