Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Bump solana-sdk from 1.7.10 to 1.8.14 #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2022

Bumps solana-sdk from 1.7.10 to 1.8.14.

Release notes

Sourced from solana-sdk's releases.

Mainnet - v1.8.14

This is a stable release suitable for use on Mainnet Beta

Changes

  • Improves Sysvar cache performance
  • Improves SigVerify discard performance
  • Improves SigVerify deduplication performance
  • Improves instrumentation and metrics

Mainnet - v1.8.13

This is a stable release suitable for use on Mainnet Beta

Changes

  • Packets received on the TPU Forwards port are no longer re-forwarded
  • Optimizes Packet drops in SigVerify Stage (thanks to @​buffalu!)
  • Improves metrics

Mainnet - v1.8.12

This is a stable release suitable for use on Mainnet Beta

Changes

  • Improves Executor cache performance
  • Improves BigTable query reliability
  • Supports native builds on Apple M1 devices
  • Support offline signing for CLI vote account management subcommands
  • Bumps rbpf to v0.2.21, bpf-tools to v1.20
  • Various stability, performance, instrumentation and documentation improvements

Mainnet - v1.8.11

This is a stable release suitable for use on Mainnet Beta

Changes

  • [validator] Upgraded solana_rbpf crate 0.2.11 -> 0.2.19. This brings in a bunch of changes to the way solana programs compiled to the BPF instruction set are validated and run:

    • Don't accept programs with overlapping ELF read-only sections
    • Fix: Unchecked integer arithmetic in elf.rs
    • Adds some new checks which are utilized by the validator code base
    • Ignore rest bytes at the end of the instruction stream
    • Fix R_BPF_64_64 relocation handling
    • Fix verifier shift instruction overflows imm value
    • Stops reseeding the JIT diversification rng
    • Fix JIT instruction meter in syscall & unresolved symbol exceptions
    • Implement handling of R_BPF_64_64 relocations used in ld_imm64
    • Adds a stopwatch to JIT to allow precise time measurements by instrumentation
    • Stop Inlining Address Translation
    • Fixes a bug in the instruction meter of JIT
    • Fix ELF Symbol Parsing Performance
    • Machinecode Diversification in JIT
    • Use mmap instead of memalign

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [solana-sdk](https://github.com/solana-labs/solana) from 1.7.10 to 1.8.14.
- [Release notes](https://github.com/solana-labs/solana/releases)
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md)
- [Commits](solana-labs/solana@v1.7.10...v1.8.14)

---
updated-dependencies:
- dependency-name: solana-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants