Skip to content
Permalink

Comparing changes

Choose 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: aeternity/aeternity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.0-rc5
Choose a base ref
...
head repository: aeternity/aeternity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.0-rc6
Choose a head ref
  • 18 commits
  • 29 files changed
  • 10 contributors

Commits on Mar 11, 2025

  1. Mark nonce as required in SpendTx (#4557)

    * Inline and simplify NamePointerComplete definition
    
    * Add a separate version of SpendTx for transaction builder
    davidyuk authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    e534928 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

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

Commits on Mar 31, 2025

  1. Config schema fixes (#4561)

    * Remove duplicate `child_block_production_time`
    
    * Avoid trailing commas in config schema
    davidyuk authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    f1decd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Penalty contract support reimplementation

    fixed by bugs by reimplementing to a functioanlity separated from rewards (but working in a very similar way). This commit is only contract primitives to support the actual penalty functions in the Node.
    
    This PR is supported by the AEternity Foundation
    klercker authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    3e90434 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. CI cost optimization (#4563)

    * Disable macos builds on mainline
    
    * Optimize test logs
    dincho authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    2e82175 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Split voting (#4560)

    * Move vote state machine to a generic module
    * Add a behaviour to state machine
    * Split fork & epoch length votes
    mitchelli authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    6ad3296 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Adapt some Chain-inspecting FATE operations for PoS/HC (#4579)

    * Preparatory refactoring in aec_block_micro_candidate
    
    * Adjust aefa_fate_op for PoS + tests
    
    * Please dialyzer
    hanssv authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    744d772 View commit details
    Browse the repository at this point in the history
  2. Create summary.md (#4580)

    * Create summary.md
    
    summary of docs to sync to Gitbook. added Hardware Requirements to beginning and Build from Source Windows as nested entry under build from source.
    
    * Update summary.md
    
    took out build from source - windoes
    ploetzly authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    47fad2c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Configuration menu
    Copy the full SHA
    aee3e3a View commit details
    Browse the repository at this point in the history
  2. Update and rename summary.md to SUMMARY.md (#4584)

    making changes to conform to standard naming and structuring conventions in Gitbook
    ploetzly authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    3828c4e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

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

Commits on Apr 29, 2025

  1. Configuration menu
    Copy the full SHA
    23167b2 View commit details
    Browse the repository at this point in the history
  2. Fix some symbols error (#4413)

    hongmengning authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    1b786a0 View commit details
    Browse the repository at this point in the history
  3. Fix edoc (#4590)

    dincho authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    6bb6ca4 View commit details
    Browse the repository at this point in the history
  4. fix: add config schema definition for hyperchain staking_contract (#4585

    )
    
    Co-authored-by: adas0x <did:key:z6Mkh6pRHDPrHVgvKQaMSUzQq6DVfncWbBHgkb5zVsJcdQkj@with.parts>
    adas0x and adas0x authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    ae58d24 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Do healthcheck more frequently at startup (#4292)

    * Move retries from healthcheck.sh to dockerfile
    
    To don't be confusing because docker does 3 healthcheck retries by default.
    
    * Healthcheck more frequently at startup
    
    ---------
    
    Co-authored-by: Dincho Todorov <dincho@users.noreply.github.com>
    davidyuk and dincho authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    f6d7021 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02a04b3 View commit details
    Browse the repository at this point in the history
  3. Drop macos builds (#4591)

    dincho authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    39c4b40 View commit details
    Browse the repository at this point in the history
Loading