Skip to content

build(deps): bump solana-cli-config from 1.6.2 to 1.8.12#212

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/solana-cli-config-1.8.12
Closed

build(deps): bump solana-cli-config from 1.6.2 to 1.8.12#212
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/solana-cli-config-1.8.12

Conversation

@dependabot
Copy link
Contributor

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

Bumps solana-cli-config from 1.6.2 to 1.8.12.

Release notes

Sourced from solana-cli-config's releases.

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
    • Fix libc error detection
    • Unify BPF verifiers
    • Fixes incorrect target_pc calculation
    • Improve .bss reporting
    • Fixes reporting of PC in JIT when jumping into LDDW
    • Add Missing target_pc Check in ELF Symbol Loader
  • [cli] cli will perform extra checks before allowing a program to be uploaded: reject_unresolved_syscalls, verify_shift32_imm, reject_section_virtual_address_file_offset_mismatch, but will not verify_mul64_imm_nonzero. This will prevent programs with certain kinds of errors that would prevent them from running successfully from even being uploaded to the block chain.

  • Removed some hacks (vtable_send_sync_plus_one and REPORT_UNRESOLVED_SYMBOL_INDEX) for code cleanliness

  • [validator] Implemented use of the new solana_rbpf safety checks in the validator when loading and executing BPF programs, enabled by features:

      | check                                               | feature                                             |
    

... (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-cli-config](https://github.com/solana-labs/solana) from 1.6.2 to 1.8.12.
- [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.6.2...v1.8.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2022

The following labels could not be found: automerge.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2022

Superseded by #216.

@dependabot dependabot bot closed this Jan 19, 2022
@dependabot dependabot bot deleted the dependabot/cargo/solana-cli-config-1.8.12 branch January 19, 2022 12:22
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.

0 participants