Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
9b552ac
feat(dashmate): single node local network
shumkov Dec 16, 2024
58589e6
chore: update Core
shumkov Dec 17, 2024
a005bc3
chore: update tenderdash
shumkov Dec 17, 2024
705a3c2
Merge branch 'v1.8-dev' into standalone-node
shumkov Dec 18, 2024
6aa8791
fix: unknown quorum 111
shumkov Dec 18, 2024
5230090
Merge branch 'v1.8-dev' into standalone-node
shumkov Dec 18, 2024
e4fbfa7
chore: fixed wait for node delay
shumkov Dec 19, 2024
833ff94
chore: update core
shumkov Dec 20, 2024
5d1c9b7
Merge branch 'v1.8-dev' into standalone-node
shumkov Dec 20, 2024
527e109
chore(dashmate): exclude garbage from core logs
shumkov Dec 20, 2024
e344d6f
chore: decrease peers check delay
shumkov Dec 22, 2024
b61813f
chore: add migration for core debug log excludes
shumkov Jan 13, 2025
a45eb92
ci: temporary enable docker logs for successful runs
shumkov Jan 13, 2025
b61424d
Merge branch 'v2.0-dev' into standalone-node
shumkov Apr 4, 2025
4e9b92a
revert: always show docker logs
shumkov Apr 4, 2025
7667595
chore: switch to parametrized quorums
shumkov Apr 7, 2025
5a08f5f
Update packages/dashmate/src/listr/tasks/setup/local/enableSingleCore…
shumkov Apr 8, 2025
38fc1c5
chore: update config migration
shumkov Apr 8, 2025
402a72a
Merge remote-tracking branch 'origin/standalone-node' into standalone…
shumkov Apr 8, 2025
860c20b
fix(dashmate): fix threshold setting name in genesis
lklimek Apr 8, 2025
e4ea02b
fix: dapi client connectivity
shumkov Apr 12, 2025
e2366cb
chore: remove dapi seed
shumkov Apr 14, 2025
21f24f9
fix: sml provider is not found
shumkov Apr 16, 2025
b7a93cf
style: linter warnings
shumkov Apr 16, 2025
ea9eeae
test: fix wallet functional tests
shumkov Apr 16, 2025
ff638a8
test: fix dapi client tests
shumkov Apr 16, 2025
8dab4ae
test: fix functional tests
shumkov Apr 16, 2025
ff84f53
Merge branch 'v2.0-dev' into standalone-node
shumkov Apr 16, 2025
09df7c8
fix: small fixes
shumkov Apr 16, 2025
7764ac4
fix: getIdentityByPublicKeyHash request timeouts
shumkov Apr 16, 2025
5b436d8
chore: update dashcore lib
shumkov Apr 16, 2025
6b4f777
chore: add max concurrent streams to migrations
shumkov Apr 17, 2025
1228cf7
fix: genesis time in future
shumkov Apr 17, 2025
d362cb5
Merge remote-tracking branch 'origin/v2.0-dev' into standalone-node
lklimek Apr 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ RUN --mount=type=cache,sharing=shared,id=cargo_registry_index,target=${CARGO_HOM
--mount=type=cache,sharing=shared,id=cargo_git,target=${CARGO_HOME}/git/db \
--mount=type=secret,id=AWS \
set -ex; \
export TENDERDASH_COMMITISH=d67ea304a4cd1364a3e1a1c27602ecc704d32cea; \
source /root/env && \
if [[ "${CARGO_BUILD_PROFILE}" == "release" ]] ; then \
mv .cargo/config-release.toml .cargo/config.toml; \
Expand Down Expand Up @@ -483,6 +484,7 @@ RUN --mount=type=cache,sharing=shared,id=cargo_registry_index,target=${CARGO_HOM
--mount=type=cache,sharing=shared,id=cargo_git,target=${CARGO_HOME}/git/db \
--mount=type=secret,id=AWS \
set -ex; \
export TENDERDASH_COMMITISH=d67ea304a4cd1364a3e1a1c27602ecc704d32cea; \
source /root/env && \
if [[ "${CARGO_BUILD_PROFILE}" == "release" ]] ; then \
mv .cargo/config-release.toml .cargo/config.toml; \
Expand Down
2 changes: 1 addition & 1 deletion packages/bench-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": ""
},
"dependencies": {
"@dashevo/dashcore-lib": "~0.22.0",
"@dashevo/dashcore-lib": "~0.25.0",
"@dashevo/dpns-contract": "workspace:*",
"@dashevo/wallet-lib": "workspace:*",
"@dashevo/wasm-dpp": "workspace:*",
Expand Down
Loading
Loading