Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.10.0 #800

Merged
merged 7 commits into from
Jul 24, 2023
Merged

Release 2.10.0 #800

merged 7 commits into from
Jul 24, 2023

Commits on Jul 21, 2023

  1. fix: use shanghai config instead of london (#773)

    <!--
    Thanks for submitting a pull request! Here are some helpful tips:
    
    * Always create branches on and target the `develop` branch.
    * Run all the tests locally and ensure that they are passing.
    * Run `make format` to ensure that the code is formatted.
    * Run `make check` to ensure that all checks passed successfully.
    * Small commits and contributions that attempt one single goal is
    preferable.
    * If the idea changes or adds anything functional which will affect
    users, an
    AIP discussion is required first on the Aurora forum: 
    
    https://forum.aurora.dev/discussions/AIPs%20(Aurora%20Improvement%20Proposals).
    * Avoid breaking the public API (namely in engine/src/lib.rs) unless
    required.
    * If your PR is a WIP, ensure that you enable "draft" mode.
    * Your first PRs won't use the CI automatically unless a maintainer
    starts.
    If this is not your first PR, please do NOT abuse the CI resources.
    
    Checklist:
    - [ ] I have performed a self-review of my code
    - [ ] I have documented my code, particularly in the hard-to-understand
    areas
    - [ ] I have made corresponding changes to the documentation
    - [ ] I have added tests to prove my fix or new feature is effective and
    works
    - [ ] Any dependent changes have been merged
    - [ ] The PR is targeting the `develop` branch and not `master`
    - [ ] I have pre-squashed my commits into a single commit and rebased.
    -->
    
    ## Description
    
    Engine is configured with Shanghai hardfork now. No other changes.
    
    ## Performance / NEAR gas cost considerations
    N/A
    <!--
    Performance regressions are not ideal, though we welcome performance 
    improvements. Any PR must be completely mindful of any gas cost
    increases. The
    CI will fail if the gas costs change at all. Do update these tests to 
    accommodate for the new gas changes. It is good to explain 
    this change, if necessary.
    -->
    
    ## Testing
    N/A
    <!--
    Please describe the tests that you ran to verify your changes.
    -->
    
    ## How should this be reviewed
    N/A
    <!--
    Include any recommendations of areas to be careful of to ensure that the
    reviewers use extra attention.
    -->
    
    ## Additional information
    N/A
    <!--
    Include any additional information which you think should be in this PR,
    such
    as prior arts, future extensions, unresolved problems, or a TODO list
    which
    should be followed up.
    -->
    
    ---------
    
    Co-authored-by: Oleksandr Anyshchenko <oleksandr.anyshchenko@aurora.dev>
    2 people authored and joshuajbouw committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    064e353 View commit details
    Browse the repository at this point in the history
  2. chore: use workspace dependencies (#790)

    ## Description
    
    The PR adds the possibility to define crate versions used in all crates
    in the monorepo in `workspace.depdndencies` section of the main
    `Cargo.toml` file.
    3c8f86
    aleksuss authored and joshuajbouw committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8ab3a93 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    a309f5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f8d46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74cbdd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a1aadf View commit details
    Browse the repository at this point in the history
  5. chore: 2.10.0 release notes (#799)

    ## Description
    
    This contains the details for the 2.10.0 release. All versions bumped,
    including the NEAR docker contract builder.
    
    ---------
    
    Co-authored-by: Oleksandr Anyshchenko <oleksandr.anyshchenko@aurora.dev>
    joshuajbouw and aleksuss committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    bc7768a View commit details
    Browse the repository at this point in the history