4851 Commits

Author SHA1 Message Date
topianet
58f7ddec2b
Update coinbasemanager.go 2023-12-13 20:07:36 +01:00
topianet
97bffa1538
Update address.go 2023-12-12 21:55:36 +01:00
topianet
57f9475437
Update address.go 2023-12-11 18:42:18 +01:00
topianet
73ecf6a6c6
Update address.go 2023-12-11 18:19:32 +01:00
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
92574e623f
Anti-spam measurements against dust attack (#2223)
* BlockCandidateTransactions patch

* Fix condition

* Fix fee

* Fix bug

* Reject from mempool

* Fix hasCoinbaseInput

* Fix position

* Bump version to v0.12.14
v0.12.14
2023-09-26 21:29:17 +03:00
Ori Newman
bd1420220a
Bump version to v0.12.13 (#2196) v0.12.13 2023-03-06 17:12:35 +02:00
dependabot[bot]
5640ec4020
Bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0 (#2194)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ori Newman <orinewman1@gmail.com>
2023-03-06 14:56:21 +02:00