Roman Zeyde
e6cdd62c3c
Merge pull request #762 from Sosthene00/feature/custom_signet
...
WIP: Feature/custom signet
2022-09-01 20:55:01 +03:00
Sosthene00
e6a5d10875
Fix formatting issue
2022-09-01 15:16:02 +02:00
Roman Zeyde
dd021952ba
Fix release notes
2022-08-30 18:22:38 +03:00
Roman Zeyde
9a46d10a4c
Merge pull request #766 from romanz/dependabot/cargo/serde_json-1.0.85
...
Bump serde_json from 1.0.83 to 1.0.85
2022-08-30 18:00:11 +03:00
Roman Zeyde
9d0a6deaac
Merge pull request #767 from Kixunil/upgrade-bitcoin
...
Upgrade `bitcoin` to 0.29.1
2022-08-30 17:58:13 +03:00
Martin Habovstiak
eaa7351f00
Upgrade bitcoin
to 0.29.1
...
Known benefits of the upgrade:
* Removed dependencies on a bunch of useless RNGs since `rand` was
upgraded in `bitcoin`
* Clearer code - `BlockHash::all_zeros()`
Related change: manual construction of genesis block changed to use
function from `bitcoin` crate.
2022-08-25 19:52:41 +02:00
dependabot[bot]
d59a4d16dc
Bump serde_json from 1.0.83 to 1.0.85
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.83 to 1.0.85.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.83...v1.0.85 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 13:13:16 +00:00
Sosthene00
0cd5c16402
Use magic from config in p2p
2022-08-16 14:53:17 +02:00
Roman Zeyde
64e085b3ef
Merge pull request #761 from romanz/fix-rate
...
Fix mempool fee rate formatting
2022-08-14 22:52:33 +03:00
Roman Zeyde
1592983dfd
Fix mempool fee rate formatting
...
Following #728
2022-08-13 18:38:50 +03:00
Roman Zeyde
d5c193da5b
Merge pull request #759 from romanz/bump
...
Bump version
2022-08-12 14:28:44 +03:00
Roman Zeyde
446858ea62
Bump version
2022-08-12 13:09:50 +03:00
Roman Zeyde
1999f33699
Merge pull request #757 from romanz/dependabot/cargo/serde-1.0.142
...
Bump serde from 1.0.140 to 1.0.142
2022-08-11 20:58:30 +03:00
Roman Zeyde
968cae6daf
Merge pull request #755 from romanz/dependabot/cargo/serde_json-1.0.83
...
Bump serde_json from 1.0.82 to 1.0.83
2022-08-11 20:57:43 +03:00
Sosthene00
ad864bf8af
Add signet-magic to config
2022-08-11 15:42:36 +02:00
dependabot[bot]
a5d8a1a115
Bump serde from 1.0.140 to 1.0.142
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.140 to 1.0.142.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.140...v1.0.142 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 13:11:37 +00:00
dependabot[bot]
d08f75db6c
Bump serde_json from 1.0.82 to 1.0.83
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.82 to 1.0.83.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.82...v1.0.83 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 13:11:28 +00:00
Roman Zeyde
b94450c6a5
Merge pull request #751 from romanz/dependabot/cargo/anyhow-1.0.59
...
Bump anyhow from 1.0.58 to 1.0.59
2022-08-01 22:24:35 +03:00
dependabot[bot]
ac9125e93d
Bump anyhow from 1.0.58 to 1.0.59
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.58 to 1.0.59.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.58...1.0.59 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 13:18:39 +00:00
Roman Zeyde
d6f8cbe8e7
Merge pull request #748 from romanz/dependabot/cargo/crossbeam-channel-0.5.6
...
Bump crossbeam-channel from 0.5.5 to 0.5.6
2022-07-25 21:13:46 +03:00
Roman Zeyde
3dfb196d3a
Merge pull request #747 from romanz/dependabot/cargo/serde-1.0.140
...
Bump serde from 1.0.139 to 1.0.140
2022-07-25 21:13:34 +03:00
dependabot[bot]
754acfb657
Bump crossbeam-channel from 0.5.5 to 0.5.6
...
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam ) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases )
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.5...crossbeam-channel-0.5.6 )
---
updated-dependencies:
- dependency-name: crossbeam-channel
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 13:19:15 +00:00
dependabot[bot]
815d2476be
Bump serde from 1.0.139 to 1.0.140
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.139 to 1.0.140.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.139...v1.0.140 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 13:19:07 +00:00
Roman Zeyde
0a1fa38437
Merge pull request #746 from matheusbach/patch-1
...
fix typo
2022-07-23 12:09:50 +03:00
Matheus Bach
b80ae9f304
fix typo
2022-07-22 22:44:49 -03:00
Roman Zeyde
ddf6af44fc
Merge pull request #743 from romanz/dependabot/cargo/serde-1.0.139
...
Bump serde from 1.0.138 to 1.0.139
2022-07-11 22:54:01 +03:00
dependabot[bot]
ad72ccfe7d
Bump serde from 1.0.138 to 1.0.139
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.138 to 1.0.139.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.138...v1.0.139 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 13:22:37 +00:00
Roman Zeyde
8d81ac911b
Merge pull request #742 from romanz/dependabot/cargo/serde_json-1.0.82
...
Bump serde_json from 1.0.81 to 1.0.82
2022-07-09 11:58:12 +03:00
Roman Zeyde
4d6bc59a74
Merge pull request #741 from romanz/dependabot/cargo/serde-1.0.138
...
Bump serde from 1.0.137 to 1.0.138
2022-07-09 11:58:03 +03:00
dependabot[bot]
27b997daf7
Bump serde_json from 1.0.81 to 1.0.82
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.81 to 1.0.82.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.81...v1.0.82 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 13:18:36 +00:00
dependabot[bot]
aa3d4da640
Bump serde from 1.0.137 to 1.0.138
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.137 to 1.0.138.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.137...v1.0.138 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 13:18:30 +00:00
Roman Zeyde
2c6aafd4d6
Merge pull request #737 from romanz/fix-logging
...
Don't log scripthash
2022-06-27 07:58:44 +03:00
Roman Zeyde
bf78c131cf
Don't log scripthash
...
Fixes #724
2022-06-26 21:26:54 +03:00
Roman Zeyde
abf7ce1845
Merge pull request #734 from romanz/dependabot/cargo/crossbeam-channel-0.5.5
...
Bump crossbeam-channel from 0.5.4 to 0.5.5
2022-06-24 21:57:41 +03:00
Roman Zeyde
80cf5937cc
Merge pull request #733 from romanz/dependabot/cargo/anyhow-1.0.58
...
Bump anyhow from 1.0.57 to 1.0.58
2022-06-24 21:57:03 +03:00
dependabot[bot]
7299a5776d
Bump crossbeam-channel from 0.5.4 to 0.5.5
...
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam ) from 0.5.4 to 0.5.5.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases )
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.4...crossbeam-channel-0.5.5 )
---
updated-dependencies:
- dependency-name: crossbeam-channel
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 13:19:39 +00:00
dependabot[bot]
af90a8501c
Bump anyhow from 1.0.57 to 1.0.58
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.57 to 1.0.58.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.57...1.0.58 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 13:19:34 +00:00
Roman Zeyde
bbe10f52f8
Merge pull request #725 from romanz/dependabot/cargo/signal-hook-0.3.14
...
Bump signal-hook from 0.3.13 to 0.3.14
2022-06-07 14:27:53 +03:00
Roman Zeyde
69f780c528
Merge pull request #726 from romanz/dependabot/cargo/crossbeam-utils-0.8.8
...
Bump crossbeam-utils from 0.8.5 to 0.8.8
2022-06-07 14:27:33 +03:00
Roman Zeyde
f05016920d
Merge pull request #727 from romanz/dependabot/cargo/regex-1.5.6
...
Bump regex from 1.5.4 to 1.5.6
2022-06-07 11:19:14 +03:00
dependabot[bot]
e376e12b55
Bump regex from 1.5.4 to 1.5.6
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.5.4 to 1.5.6.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.6 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 21:21:18 +00:00
dependabot[bot]
3c52c3e4f4
Bump crossbeam-utils from 0.8.5 to 0.8.8
...
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam ) from 0.8.5 to 0.8.8.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases )
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.5...crossbeam-utils-0.8.8 )
---
updated-dependencies:
- dependency-name: crossbeam-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 19:05:38 +00:00
dependabot[bot]
8da6718490
Bump signal-hook from 0.3.13 to 0.3.14
...
Bumps [signal-hook](https://github.com/vorner/signal-hook ) from 0.3.13 to 0.3.14.
- [Release notes](https://github.com/vorner/signal-hook/releases )
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vorner/signal-hook/compare/v0.3.13...v0.3.14 )
---
updated-dependencies:
- dependency-name: signal-hook
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 13:22:21 +00:00
Roman Zeyde
d2581c77f7
Bump version
2022-06-03 11:52:17 +03:00
Roman Zeyde
81ce9741a6
Merge pull request #714 from romanz/dependabot/cargo/log-0.4.17
...
Bump log from 0.4.16 to 0.4.17
2022-05-20 16:27:35 +03:00
Roman Zeyde
dabe65be33
Merge pull request #716 from romanz/dependabot/cargo/serde_json-1.0.81
...
Bump serde_json from 1.0.80 to 1.0.81
2022-05-20 16:27:15 +03:00
Roman Zeyde
7d3de30dde
Merge pull request #718 from romanz/dependabot/cargo/rayon-1.5.3
...
Bump rayon from 1.5.2 to 1.5.3
2022-05-20 16:26:55 +03:00
dependabot[bot]
59cf2a9247
Bump rayon from 1.5.2 to 1.5.3
...
Bumps [rayon](https://github.com/rayon-rs/rayon ) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/rayon-rs/rayon/releases )
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md )
- [Commits](https://github.com/rayon-rs/rayon/compare/v1.5.2...v1.5.3 )
---
updated-dependencies:
- dependency-name: rayon
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 13:17:34 +00:00
Roman Zeyde
7ce3826d51
Merge pull request #717 from romanz/fix-ci
...
Fix CI assertion for `getbalance` response
2022-05-14 10:27:32 +03:00
Roman Zeyde
5a684c2fd6
Fix CI assertion for getbalance
response
2022-05-14 09:06:02 +03:00