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: v6.13.0
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.0.0-rc1
Choose a head ref
  • 10 commits
  • 14 files changed
  • 4 contributors

Commits on Apr 8, 2024

  1. Load contracts from default directories (#4322)

    * Check for hyper chain contracts in the default location
    mitchelli authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    de34e33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c40ded8 View commit details
    Browse the repository at this point in the history
  3. Reject Txs spending to non-payable accounts in mempool (#4321)

    * Add payable check for SpendTxs entering the mempool
    
    * Adapt failing test - it failed in the wrong way
    
    * Payable was introduced in Lima - adapt test
    
    * Account for raw data pointer
    hanssv authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    747f6bc View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on Apr 11, 2024

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

Commits on Apr 16, 2024

  1. Sort paths and components in OpenApi (#4330)

    * Sort paths and components in OpenApi
    
    * Put OpenApi commends to the right place
    
    * Rewrite Tx enum as yaml array in OpenApi
    davidyuk authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f7e04a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d4896f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Update email address in openAPI specs (#4332)

    * Update email address in openAPI specs
    
    * Use url instead of email in openAPI docs
    
    * quotes!
    ThomasArts authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    eff711a View commit details
    Browse the repository at this point in the history
  2. Set Protocol Upgrade heights for CERES (#4333)

    * Set Protocol Upgrade heights for Ceres
    
    Mainnet: 941750
    Testnet: 939750
    
    * Adjust mainnet HF to block time drift
    hanssv authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    387efb5 View commit details
    Browse the repository at this point in the history
  3. Add note that swagger is deprecated and little release note placehold…

    …er (#4334)
    
    * Add note that swagger is deprecated and little release note placeholder
    
    * node!
    ThomasArts authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    69569d2 View commit details
    Browse the repository at this point in the history
Loading