8000 Comparing v1.2.0...v1.2.1 · trufnetwork/node · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Cho 10000 ose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trufnetwork/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: trufnetwork/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 14 commits
  • 74 files changed
  • 5 contributors

Commits on Nov 22, 2024

  1. 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.
    outerlook authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    1e7c775 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. chore: update old references to the new organization (#742)

    * chore: update old references to the new organization
    
    * bump: sdk go dependency
    MicBun authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    85e1bda View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Configuration menu
    Copy the full SHA
    82bba83 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Configuration menu
    Copy the full SHA
    089ef3c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. 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
    outerlook authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    2d5b405 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. 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>
    3 people authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    53599df View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Configuration menu
    Copy the full SHA
    7045500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    978b23a View commit details
    Browse the repository at this point in the history
  3. 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.
    outerlook committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    b250805 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bab9cf1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c32a0b5 View commit details
    Browse the repository at this point in the history
  6. chore: stream storage requirement (#787)

    * chore: update dependencies and add validation packages
    
    * test: increase stream storage test scale to 100 streams
    outerlook authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    09b4b67 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. 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.
    outerlook authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    2f4881e View commit details
    Browse the repository at this point in the history
  2. 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
    outerlook authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    c6218fc View commit details
    Browse the repository at this point in the history
Loading
0