Mark Sinclair
|
c02e93004f
|
nyx-chain-watcher: return average price over 24 hours
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
1113e0c599
|
formatting
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
06c7394861
|
change webhook payload to have a structured coin for funds
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
e20bea9d32
|
bump version
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
eeea32fdca
|
add websocket rpcs to env files
|
2024-12-19 14:10:28 +00:00 |
|
Jędrzej Stuczyński
|
b06349efd0
|
added env variable to nuke the db
|
2024-12-19 14:10:28 +00:00 |
|
Jędrzej Stuczyński
|
98a4cb4ae8
|
even more logs
|
2024-12-19 14:10:28 +00:00 |
|
Jędrzej Stuczyński
|
be185824b4
|
extra logs
|
2024-12-19 14:10:28 +00:00 |
|
Jędrzej Stuczyński
|
60e8e53f3b
|
explicitly build websocket client in 0.37 compat mode
|
2024-12-19 14:10:28 +00:00 |
|
Jędrzej Stuczyński
|
1890367bfc
|
allow conversion from CometBFT block subscription
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
2b26a88d6c
|
Bump version
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
a6f4f017c7
|
Bump version
|
2024-12-19 14:10:28 +00:00 |
|
Jędrzej Stuczyński
|
d8a6ca48c1
|
implemented starting block logic inside the chain scraper itself
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
541d46e899
|
Fix docker entry point and bump version
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
39f525e88e
|
Add Dockerfile and workflow to build
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
156e892baa
|
parse message index and process all log entries
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
5b6ae39dab
|
init saves example config
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
df004f834f
|
Add example to README
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
235165171b
|
Remove migration from seed app
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
572875058d
|
Add config, overrides and CLI
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
cf6f437187
|
Move nym-data-observatory (v0) to nyx-chain-watcher
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
6010de978d
|
data-observatory: renamed transactions to payments because there is already transaction in the base scraper schema
|
2024-12-19 14:10:28 +00:00 |
|
Mark Sinclair
|
d951ea9548
|
nyxd-scraper: add optional starting height parameter to scrape before listening for new blocks
|
2024-12-19 14:10:28 +00:00 |
|
Sachin Kamath
|
868d7439ec
|
observatory 0.1
|
2024-12-19 14:10:28 +00:00 |
|
Sachin Kamath
|
a884aee1e9
|
fix review comments
|
2024-12-19 14:10:28 +00:00 |
|
Sachin Kamath
|
80f965a104
|
clippy
|
2024-12-19 14:10:28 +00:00 |
|
Sachin Kamath
|
c99a240ed4
|
nyxd-scraper: add config to make pre-commit storage optional
|
2024-12-19 14:10:28 +00:00 |
|
Jędrzej Stuczyński
|
67976b1b30
|
feature: wireguard metrics (#5278)
* experimental log
* introduce wireguard metrics updates
* add wireguard traffic rates to console logger
* missing import
* changed order of displayed values
* expose bytes information via rest endpoint
* clippy
|
2024-12-19 10:49:56 +00:00 |
|
Jędrzej Stuczyński
|
a2322d6cdf
|
feature: nym topology revamp (#5271)
* revamped NymTopology
* wip
* working e2e client
* updated nym-api
* updated nym-node
* updated rest of non-test code
* updated the rest of the codebase
* additional tweaks
* linux clippy fixes + adding additional dummy ipr types for better linting on non-linux targets
|
2024-12-19 10:44:34 +00:00 |
|
Jędrzej Stuczyński
|
ae346bb75b
|
bugfix: remove unnecessary arguments for nym-api swagger endpoints (#5272)
* removed incorrect body argument for '/rewarded-set' endpoint
* removed incorrect pagination parameters for monitor run results
|
2024-12-19 10:42:52 +00:00 |
|
Jon Häggblad
|
53c28af847
|
Add close to credential storage (#5283) (#5293)
* Add close method to credential storage
* wip
|
2024-12-18 21:51:00 +01:00 |
|
Bogdan-Ștefan Neacşu
|
3521f36374
|
Include IPINFO_API_TOKEN in nightly CI (#5285)
* Include IPINFO_API_TOKEN in nightly CI
* Fix beta clippy
|
2024-12-18 16:46:28 +02:00 |
|
Bogdan-Ștefan Neacşu
|
f7a7a8072f
|
Move tun constants to network defaults (#5286) (#5287)
|
2024-12-18 16:23:18 +02:00 |
|
Bogdan-Ștefan Neacşu
|
3695332036
|
Move tun constants to network defaults (#5286)
|
2024-12-18 15:03:21 +02:00 |
|
Jon Häggblad
|
acd068e5ab
|
Add close to credential storage (#5283)
* Add close method to credential storage
* wip
|
2024-12-18 12:37:16 +01:00 |
|
Jon Häggblad
|
d03302c391
|
http-api-client: deduplicate code (#5267)
* Deduplicate code
* Remove unneeded async
|
2024-12-18 12:36:10 +01:00 |
|
mfahampshire
|
cd86110b2c
|
Max/crunch patch docs (#5284)
* patch changelog done
* auto commit generated command files
|
2024-12-18 10:37:45 +00:00 |
|
benedetta davico
|
8d5a41a790
|
Merge pull request #5277 from nymtech/feature/modify_changelog
Modify CHANGELOG
nym-binaries-v2024.14-crunch-patched
|
2024-12-18 11:07:49 +01:00 |
|
Bogdan-Ștefan Neacşu
|
caa17d933c
|
Add windows to CI builds (#5269)
* Add windows to CI builds
* Fix win build for node status api
* Fix win build for sdk
* Fix win build for cred proxy
|
2024-12-17 22:26:38 +01:00 |
|
Mark Sinclair
|
ad0c135d4c
|
Bump credential proxy version
nym-credential-proxy-0.1.7
|
2024-12-17 20:35:42 +00:00 |
|
Bogdan-Ștefan Neacşu
|
039b05cf7e
|
Modify CHANGELOG
|
2024-12-17 18:59:49 +02:00 |
|
benedetta davico
|
37b10b59aa
|
update changelog for nym-node v1.2.1
|
2024-12-17 17:54:18 +01:00 |
|
benedetta davico
|
a9ede22bbd
|
update nym-node version
|
2024-12-17 17:41:12 +01:00 |
|
Bogdan-Ștefan Neacşu
|
b656003306
|
Expect that previously regitrated clients don't have v6 addr
|
2024-12-17 16:59:01 +02:00 |
|
Bogdan-Ștefan Neacşu
|
61e872f033
|
Add windows to CI builds (#5269)
* Add windows to CI builds
* Fix win build for node status api
* Fix win build for sdk
* Fix win build for cred proxy
|
2024-12-17 15:18:11 +02:00 |
|
dynco-nym
|
b4f51baf94
|
Change sqlite journal mode to WAL (#5213)
* Change sqlite journal mode to WAL
* Synchronous mode & auto vacuum
* Bump probe git ref to 1.1.0
nym-node-status-api/nym-node-status-agent-1.0.0-rc.1-f1f52b7e0f59674a7d6bfcb1ecbed9ba234e0e45
|
2024-12-16 16:40:02 +01:00 |
|
Drazen Urch
|
a3f3d83c1b
|
Shipping raw metrics to PG (#5216)
* Shipping raw metrics to PG
* Put cancel token back in its place
* fmt
|
2024-12-16 16:19:37 +01:00 |
|
Drazen Urch
|
84d7004cb2
|
Add control messages to GatewayTransciver (#5247)
* Add control messages to GatewayTransciver
* Add forget me flag to clients
* CI gate IPIINFO test
* Handle ForgetMe for client and stats db
* fmt
|
2024-12-16 15:18:04 +01:00 |
|
import this
|
be063a36eb
|
syntax hotfix (#5266)
|
2024-12-16 13:17:38 +00:00 |
|
windy-ux
|
0a712b9fce
|
Fix/web 615 seo setup (#5265)
* + add header into Packet Mixing docs
* + add head changes for testing
* / updated version of metatags in theme.config
* + add env file
* / theme.config to use NEXT_PUBLIC_SITE_URL from env file
* @ Fix broken link in theme.config
* - remove favicon code
* + add desription for intro pages
* + add default book's desriptions
* Revert "+ add desription for intro pages"
This reverts commit 98c78242d4.
|
2024-12-16 13:17:25 +00:00 |
|