Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fix develop merge #5429

Merged
merged 48 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
e530690
feat: add entrypoint script
farbanas Dec 20, 2024
2466112
test version
farbanas Dec 20, 2024
cf2ab08
fix dockerfile
farbanas Dec 20, 2024
7b84586
bump version
farbanas Dec 20, 2024
6568388
fix permissions
farbanas Dec 20, 2024
5f06414
bump version
farbanas Dec 20, 2024
dfd1df5
Update README.md
marcdbz Jan 9, 2025
01c7ea7
Update README.md
marcdbz Jan 9, 2025
b0a5b60
update version
farbanas Jan 16, 2025
a0daaba
fix version
farbanas Jan 16, 2025
e67b2b0
[DOCs/operators]: Bump release version (#5362)
serinko Jan 17, 2025
18e628a
Merge pull request #5328 from nymtech/marcdbz-patch-2
tommyv1987 Jan 20, 2025
13cfa55
Merge pull request #5327 from nymtech/marcdbz-patch-1
tommyv1987 Jan 20, 2025
8e05386
Max/tssdk docs maintenance (#5364)
mfahampshire Jan 20, 2025
57c38ef
temp remove cargodoc command (#5375)
mfahampshire Jan 22, 2025
8670693
Uncouple storage reference for bandwidth client (#5372)
neacsu Jan 22, 2025
4327e29
DNS-over-X for internal domain name (i.e. API client) lookups
jmwample Jan 8, 2025
f594bfc
remove h3 because it causes an error
jmwample Jan 16, 2025
93140a1
minor fixes for clarity, interface access, and wasm exclusion
jmwample Jan 22, 2025
bf88b34
fix wasm compile (exclude wasm target from DoH / DoT)
jmwample Jan 22, 2025
35b43d5
missed Lookup strategy
jmwample Jan 22, 2025
c964c13
fmt
jmwample Jan 22, 2025
117eb83
managing returned iterators
jmwample Jan 22, 2025
32e39eb
square cargo.lock with upstream branch
jmwample Jan 22, 2025
4eadaf8
Fix missing path triggers for CI (#5380)
octol Jan 22, 2025
04fd197
[DOCs]: Add more backup guides, clean up deprecated, fix URLs, add sh…
serinko Jan 23, 2025
8d10552
hickory dns error mgmt
jmwample Jan 23, 2025
9d01474
Merge pull request #5355 from nymtech/jmwample/dot
jmwample Jan 23, 2025
ff91d46
[HOTFIX/DOCs]: Update pre-built-binaries.mdx (#5385)
serinko Jan 24, 2025
9550934
Pre shutdown hooks for GatewayClient (#5381)
durch Jan 27, 2025
6d90ffd
reduce log severity for checking topology validity (#5395)
jstuczyn Jan 28, 2025
8f48ae0
Redirect from mixnode page to nodes page (#5397)
yanok87 Jan 28, 2025
b71a491
relocate a validator api function
jmwample Jan 29, 2025
882003c
fmt
jmwample Jan 29, 2025
d62bc0a
Downgrade harmless log message from info to debug (#5403)
octol Jan 30, 2025
5dcc1ed
Merge pull request #5401 from nymtech/jmwample/nym-api-route
jmwample Jan 30, 2025
982ec56
Merge pull request #5300 from nymtech/feat/nymnode-entrypoint-docker
tommyv1987 Jan 31, 2025
6f00023
Send shutdown instead of panic when reaching max fail (#5398)
octol Jan 31, 2025
d6aacae
build(deps): bump the patch-updates group across 1 directory with 9 u…
dependabot[bot] Jan 31, 2025
68a192d
Upgrade to thiserror 2.0 (#5414)
octol Feb 3, 2025
1d2e6d9
Use secure DNS for websocket connection establishment (#5386)
jmwample Feb 4, 2025
3a21cfa
Make wait_for_graceful_shutdown to be pub (#5424)
octol Feb 5, 2025
23a7f01
build(deps): bump tokio from 1.40.0 to 1.43.0 (#5370)
dependabot[bot] Feb 5, 2025
0fc7cc6
Max/openapi docs update (#5292)
mfahampshire Feb 5, 2025
21e3c15
Fix statistics shutdown (#5426)
neacsu Feb 5, 2025
606e29e
[DOCs/operators]: Release notes, new specs, legal pages (#5419)
serinko Feb 5, 2025
d7b67c1
[DOCs]: hotfix relative path url (#5427)
serinko Feb 6, 2025
bdc0b87
Merge remote-tracking branch 'origin/develop' into release/2025.2-hu
neacsu Feb 6, 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
7 changes: 4 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ on:
- 'explorer-api/**'
- 'gateway/**'
- 'integrations/**'
- 'mixnode/**'
- 'nym-api/**'
- 'nym-data-observatory/**'
- 'nym-credential-proxy/**'
- 'nym-network-monitor/**'
- 'nym-node/**'
- 'nym-node-status-api/**'
- 'nym-outfox/**'
- 'nym-validator-rewarder/**'
- 'sdk/lib/**'
- 'nyx-chain-watcher/**'
- 'sdk/ffi/**'
- 'sdk/rust/**'
- 'service-providers/**'
- 'nym-browser-extension/storage/**'
- 'tools/**'
- 'wasm/**'
- 'Cargo.toml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-sdk-wasm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ci-sdk-wasm

on:
workflow_dispatch:
pull_request:
paths:
- 'wasm/**'
Expand Down
Loading
Loading