4889 Commits

Author SHA1 Message Date
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
dependabot[bot]
1c0887ca60
Bump golang.org/x/crypto from 0.0.0-20210513164829-c07d793c2f9a to 0.1.0 (#2195)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210513164829-c07d793c2f9a to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 12:54:24 +02:00
Ori Newman
7be3f41aa7
Avoid sending transactions with no funds (#2193) v0.12.12 2023-03-06 12:20:42 +02:00
Ori Newman
26c4c73624
Update changelog.txt and version.go (#2192) v0.12.12rc1 2023-02-28 18:14:01 +02:00
D-Stacks
880d917e58
Rename last references to blockheight - closes #1036 (#2089)
* Rename references of blockheight - closes #1036

* Update tx_invalid.json

* bluescore -> DAAScore

---------

Co-authored-by: Ori Newman <orinewman1@gmail.com>
2023-02-27 17:14:41 +02:00
Eyal Yablonka
3c53c6d8cd
Eyal (#2183)
* Create CODE_OF_CONDUCT.md

Code of conduct added

* changed discord to google form

* Update CODE_OF_CONDUCT.md

Updated code of conduct to match community project.

* Update CODE_OF_CONDUCT.md

Updated code of conduct to match community project.
Added google form.

---------

Co-authored-by: Ori Newman <orinewman1@gmail.com>
2023-02-27 16:10:27 +02:00
Ori Newman
3c4b973090
Extend TestGetPreciseSigOps with more tests (#2188) 2023-02-27 15:58:10 +02:00
Ori Newman
8aee8f81c5
Add Dockerfile to kaspawallet (#2187) 2023-02-27 13:11:52 +02:00
Svarog
ec3441e63f
Add --send-all to kaspawallet send command (#2181)
* Allow to send --all

* Fix a typo

---------

Co-authored-by: Ori Newman <orinewman1@gmail.com>
2023-02-27 12:39:01 +02:00
dependabot[bot]
e3ba1ca07e
Bump golang.org/x/text from 0.3.5 to 0.3.8 (#2190)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.5 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.5...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  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-02-27 12:26:52 +02:00
Ori Newman
27fdbd9c88
Upgrade to go 1.19 (#2191)
* Upgrade to go 1.19

* fmt
2023-02-27 10:03:11 +02:00
Michael Sutton
377d9aaaeb
Update changelog.txt for v0.12.11 (#2176) v0.12.11 2022-12-01 12:33:48 +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