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

[CSUB-800] Testnet release 3.12.0 #155

Merged
merged 287 commits into from
Jan 5, 2024
Merged

Conversation

pLabarta
Copy link
Contributor

@pLabarta pLabarta commented Jan 4, 2024

Description of proposed changes

Update testnet branch to prepare first testnet release


Practical tips for PR review & merge:

  • All GitHub Actions report PASS
  • Newly added code/functions have unit tests
    • Coverage tools report all newly added lines as covered
    • The positive scenario is exercised
    • Negative scenarios are exercised, e.g. assert on all possible errors
    • Assert on events triggered if applicable
    • Assert on changes made to storage if applicable
  • Modified behavior/functions - try to make sure above test items are covered
  • Integration tests are added if applicable/needed

atodorov and others added 30 commits October 30, 2023 17:46
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.108.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.107...v1.0.108)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.188 to 1.0.190.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.188...v1.0.190)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.7.0 to 0.7.1.
- [Commits](https://github.com/illicitonion/num_enum/commits)

---
updated-dependencies:
- dependency-name: num_enum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.28 to 0.3.29.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.28...0.3.29)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [thedoctor0/zip-release](https://github.com/thedoctor0/zip-release) from 0.7.1 to 0.7.5.
- [Release notes](https://github.com/thedoctor0/zip-release/releases)
- [Commits](TheDoctor0/zip-release@0.7.1...0.7.5)

---
updated-dependencies:
- dependency-name: thedoctor0/zip-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [thedoctor0/zip-release](https://github.com/thedoctor0/zip-release) from 0.7.1 to 0.7.6.
- [Release notes](https://github.com/thedoctor0/zip-release/releases)
- [Commits](TheDoctor0/zip-release@0.7.1...0.7.6)

---
updated-dependencies:
- dependency-name: thedoctor0/zip-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
to avoid failing CI checks
Copy link

github-actions bot commented Jan 4, 2024

For full LLVM coverage report click here!

@pLabarta pLabarta marked this pull request as ready for review January 4, 2024 21:44
@pLabarta pLabarta changed the title Draft: Testnet release 3.12.0 Testnet release 3.12.0 Jan 5, 2024
@pLabarta pLabarta changed the title Testnet release 3.12.0 [CSUB-800] Testnet release 3.12.0 Jan 5, 2024
Copy link
Contributor

@zacharyfrederick zacharyfrederick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewing locally

Copy link
Contributor

@nathanwhit nathanwhit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some comments. Nothing blocking, but stuff to maybe address in the future.

.github/workflows/benchmarks.yml Show resolved Hide resolved
.github/workflows/ci.yml Show resolved Hide resolved
.github/authorized_keys Show resolved Hide resolved
runtime/src/lib.rs Show resolved Hide resolved
runtime/src/lib.rs Show resolved Hide resolved
runtime/src/lib.rs Show resolved Hide resolved
runtime/src/lib.rs Show resolved Hide resolved
runtime/src/lib.rs Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
rust-toolchain.toml Show resolved Hide resolved
@nathanwhit nathanwhit merged commit 4a577cd into testnet Jan 5, 2024
29 of 30 checks passed
@nathanwhit nathanwhit deleted the testnet-release-3.12.0 branch January 5, 2024 23:18
nathanwhit added a commit that referenced this pull request Feb 5, 2024
[CSUB-800] Testnet release 3.12.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants