Skip to content

Commit 148a20f

Browse files
authored
Merge pull request DMDcoin#220 from DMDcoin/0.11
release 0.11
2 parents 5feb2b9 + 995879f commit 148a20f

File tree

479 files changed

+5431
-4191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

479 files changed

+5431
-4191
lines changed
File renamed without changes.

.github/workflows/build-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
- dev
9+
- beta
910
jobs:
1011
build-tests:
1112
name: Test and Build
@@ -15,7 +16,7 @@ jobs:
1516
- ubuntu-22.04
1617
# - macos-latest
1718
toolchain:
18-
- 1.75
19+
- 1.85
1920
runs-on: ${{ matrix.platform }}
2021
steps:
2122
- name: Checkout sources

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install 1.59 toolchain
1919
uses: actions-rs/toolchain@v1
2020
with:
21-
toolchain: 1.72
21+
toolchain: 1.85
2222
profile: minimal
2323
override: true
2424
- name: Run cargo check 1/3
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Compile
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
- dev
9+
jobs:
10+
check:
11+
name: Compile
12+
runs-on: ubuntu-22.04
13+
steps:
14+
- name: Checkout sources
15+
uses: actions/checkout@main
16+
with:
17+
submodules: true
18+
- name: Install rust toolchain
19+
uses: actions-rs/toolchain@v1
20+
with:
21+
toolchain: 1.85
22+
profile: minimal
23+
override: true
24+

.github/workflows/fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions-rs/toolchain@v1
1212
with:
1313
profile: minimal
14-
toolchain: 1.72
14+
toolchain: 1.85
1515
override: true
1616
- run: rustup component add rustfmt
1717
- uses: actions-rs/cargo@v1

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11

22

3+
## Diamond Node Software 3.3.5-hbbft-0.11.0
4+
5+
- Fixed: Compile error on newer Linux Versions https://github.com/DMDcoin/diamond-node/issues/145
6+
- rust update to 1.85 and rust edition 2024 https://github.com/DMDcoin/diamond-node/issues/191
7+
- updated dependencies https://github.com/DMDcoin/diamond-node/issues/107
8+
- Fixed: Service Transaction not allowed: https://github.com/DMDcoin/diamond-node/issues/185
9+
- reduced network usage: https://github.com/DMDcoin/diamond-node/issues/163
10+
- additional prometheus counter and gauges, most of them for analysing https://github.com/DMDcoin/diamond-node/issues/163
11+
- Improved transaction propagation for clients that are syncing https://github.com/DMDcoin/diamond-node/issues/173
12+
313
## Diamond Node Software 3.3.5-hbbft-0.10.1
414

515
- Emergency fix to improve blockimports: only one block at a time is now requested throught the devp2p block sync protocol. https://github.com/DMDcoin/diamond-node/issues/209

0 commit comments

Comments
 (0)