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-rc1
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-rc2
Choose a head ref
  • 8 commits
  • 22 files changed
  • 6 contributors

Commits on Dec 6, 2024

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

Commits on Dec 9, 2024

  1. Update rebar3 version to 3.24.0 (#4512)

    Provides build info that can be used by language server, so that
    no extra plugins are needed for the LSP integration
    
    Built on Erlang/OTP 24, Ubuntu 20.04, and tested on OTP 24-27
    under Ubuntu 20-24.
    richcarl authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    2ddd4d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Implement BFT voting (#4514)

    * Implementation of basic BFT voting infrastructure
    mitchelli authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    74d7b69 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

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

Commits on Dec 19, 2024

  1. Parent connector pinning refac (#4515)

    Keep only parent chain related pinning operations (writing and reading pin) in `parent_connector`rest is moved elsewhere.
    klercker authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    8075197 View commit details
    Browse the repository at this point in the history
  2. Fixes in Open Api related to Hyperchains (#4517)

    * Fix typos in OpenApi
    
    * Set `parameters` to empty array instead of `null`
    
    > error   | schema_violation | Schema violation: must be array (paths > /hyperchain/pin-tx > get > parameters)
        - https://raw.githubusercontent.com/aeternity/aeternity/v7.3.0-rc1/apps/aehttp/priv/oas3.yaml:518:5
    fatal   | Plugin 'schema-validator-openapi' completed with some error.
    error   | schema_violation | Schema violation: must be array (paths > /hyperchain/contracts > get > parameters)
        - https://raw.githubusercontent.com/aeternity/aeternity/v7.3.0-rc1/apps/aehttp/priv/oas3.yaml:539:5
    
    * Fix reference to `HCContractPubkeys`
    
    > error   |   Error: Invalid JSON pointer: components/schemas/HCContractPubkeys
    
    * Mark `PinningTx` properties required
    
    * Mark `HCContractPubkeys` properties required
    
    * Fix `last_leader` type in `PinningTx`
    
    * Fix typo in `last_leader` description
    davidyuk authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    aa8b371 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Doge parent_connector (#4519)

    * pruned suite in
    
    * pin decoding
    
    * Fixed fees, pc_height
    
    * Load UTXO self spend address directly from the wallet, dialyzer fixes
    
    * Skip test suite by default. Only run manually ATM
    klercker authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    2d072d5 View commit details
    Browse the repository at this point in the history
  2. Create DelegatedStaking.aes (#4520)

    The reviewed version of the delegated staking contract. It corresponds to the version the JS&TS tests are ran on in the Delegation Contract repo, only the debugging features are removed.
    nikita-fuchs authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    336f760 View commit details
    Browse the repository at this point in the history
Loading