-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: trufnetwork/node
base: v1.2.0
head repository: trufnetwork/node
compare: v1.2.1
- 14 commits
- 74 files changed
- 5 contributors
Commits on Nov 22, 2024
-
chore: remove HTTP listen address from entrypoint script (#735)
Remove HTTP listen address from entrypoint script This update eliminates the HTTP listen address configuration from the tsn-entrypoint.sh script. The change ensures that the application will no longer listen on port 8080, which might be unnecessary for its operation.
Configuration menu - View commit details
-
Copy full SHA for 1e7c775 - Browse repository at this point
Copy the full SHA 1e7c775View commit details
Commits on Nov 26, 2024
-
chore: update old references to the new organization (#742)
* chore: update old references to the new organization * bump: sdk go dependency
Configuration menu - View commit details
-
Copy full SHA for 85e1bda - Browse repository at this point
Copy the full SHA 85e1bdaView commit details
Commits on Jan 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 82bba83 - Browse repository at this point
Copy the full SHA 82bba83View commit details
Commits on Jan 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 089ef3c - Browse repository at this point
Copy the full SHA 089ef3cView commit details
Commits on Jan 9, 2025
-
chore: working report of benchmark with unix (#777)
* chore: update references from truflation to trufnetwork This commit updates all import paths and module references from the old organization name `truflation` to the new organization name `trufnetwork`. This change ensures consistency across the codebase and aligns with the recent organizational restructuring. Additionally, several dependencies in `go.mod` and `go.sum` have been updated to their latest versions, enhancing compatibility and stability. * refactor: simplify record handling in composed stream template This commit removes the unused variable `$removed_elements_count` from the `get_record_filled` and `get_index_filled` procedures, streamlining the code. It also updates the way last values are assigned in these procedures, replacing the array update function with direct assignment for improved clarity. Additionally, several TODO comments have been refined to indicate future improvements related to array handling and performance optimizations. * refactor: update benchmark case structure and improve data handling This commit refactors the benchmark code to replace the `Days` field with `DataPointsSet` in the `BenchmarkCase` struct, enhancing clarity and flexibility in data handling. The `runBenchmark` function has been updated to utilize `DataPointsSet`, and related functions have been adjusted accordingly. Additionally, the `setupSchemas` function now uses a new `RangeParameters` struct to manage date ranges more effectively. The changes also include the removal of the `load_unix_test.go` file and the introduction of new benchmark result CSV files, reflecting the updated data structure. Overall, these modifications streamline the benchmarking process and improve code maintainability. * delete accidentaly included results
Configuration menu - View commit details
-
Copy full SHA for 2d5b405 - Browse repository at this point
Copy the full SHA 2d5b405View commit details
Commits on Jan 10, 2025
-
feat(docs): view terminology around stream metadata (#778)
* feat(docs): view terminology around stream metadata * docs: owner and deployer term * docs: read updated terminology --------- Co-authored-by: Mark Curchin <46079535+markholdex@users.noreply.github.com> Co-authored-by: Vadim <vadim@holdex.io>
Configuration menu - View commit details
-
Copy full SHA for 53599df - Browse repository at this point
Copy the full SHA 53599dfView commit details
Commits on Feb 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7045500 - Browse repository at this point
Copy the full SHA 7045500View commit details -
Configuration menu - View commit details
-
Copy full SHA for 978b23a - Browse repository at this point
Copy the full SHA 978b23aView commit details -
fix: correct snapshot flag in entrypoint script
Update the snapshots flag from `--app.snapshots.enabled` to `--app.snapshots.enable` in the tsn-entrypoint.sh script to ensure proper snapshot configuration.
Configuration menu - View commit details
-
Copy full SHA for b250805 - Browse repository at this point
Copy the full SHA b250805View commit details -
Revert "chore: update dependencies and add validation packages"
This reverts commit 978b23a.
Configuration menu - View commit details
-
Copy full SHA for bab9cf1 - Browse repository at this point
Copy the full SHA bab9cf1View commit details -
Revert "test: increase stream storage test scale to 100 streams"
This reverts commit 7045500.
Configuration menu - View commit details
-
Copy full SHA for c32a0b5 - Browse repository at this point
Copy the full SHA c32a0b5View commit details -
chore: stream storage requirement (#787)
* chore: update dependencies and add validation packages * test: increase stream storage test scale to 100 streams
Configuration menu - View commit details
-
Copy full SHA for 09b4b67 - Browse repository at this point
Copy the full SHA 09b4b67View commit details
Commits on Feb 25, 2025
-
chore: update dependencies and Go toolchain (#791)
Update Go version to 1.22.7 with Go 1.23.6 toolchain, and upgrade various dependencies including: - Kwil-DB to v0.9.4 - CometBFT to v0.38.15 - Ethereum to v1.14.8 - Prometheus and other minor library updates Also update the PostgreSQL Docker image to version 16.8-1.
Configuration menu - View commit details
-
Copy full SHA for 2f4881e - Browse repository at this point
Copy the full SHA 2f4881eView commit details -
chore: update GitHub Actions release workflow permissions (#793)
Add explicit permissions for the GITHUB_TOKEN to enable proper release asset uploads and improve workflow security
Configuration menu - View commit details
-
Copy full SHA for c6218fc - Browse repository at this point
Copy the full SHA c6218fcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.0...v1.2.1