Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 24, 2020

Bumps solana-logger from 1.3.2 to 1.3.13.

Release notes

Sourced from solana-logger's releases.

v1.3.13

Changes

  • Port-reachable checks for private rpc ports now performed correctly (fixes regression in v1.3.12 that kept validator from booting).
  • Various helpers and utilities for offline signing are now more easily accessible outside the CLI.
  • Validators now timestamp every vote, and block times are cached for every confirmed block, making block time available for every block going forward.
  • Transaction and block performance is now sampled and exposed via RPC.
  • Supports current spl-token crate.
  • Eases AppendVecs-related lock contention.

v1.3.12

Changes

  • RPC simulateTransaction commitment parameter is now consistent with all other RPC methods
  • RPC sendTransaction now returns transaction logs when simulation fails
  • RPC stability improvements and bug fixes
  • Ledger CLI tool improvements that help debug account state and snapshot archives
  • Genesis creation tool now supports specifying a BPF loader when loading BPF programs
  • Validator info CLI tool no longer crashes on bad input
  • Solana CLI tool now confirms transactions correctly and efficiently
  • Fixed panic in BanksServer
  • Fixed validator CPU stepping bug
  • Add initial Exchange documentation for SPL Token integration

v1.3.11

Changes

  • Don't incorrectly perform port reachable checks for private rpc ports, which keeps validator from booting (This was a regression in v1.3.10).

v1.3.10

Changes

  • Capitalization (total-supply) is periodically checked by summing all account balances to ensure ledger integrity. And abort if mismatched
  • Unintended memory growth when replaying from old snapshot is really fixed
  • Slightly faster snapshot load due to less IO.
  • Don't stop voting in an edge case where a validator starts from snapshot at slot N, which is its leader slot as well
  • Add new validator options for running in more restrictive environment
  • solana-validator --rpc-bind-address argument now works as expected
  • Restore compatibility when connected to the mainnet-beta
  • Various rent collection edge case bug fixes starting at epoch 97

v1.3.9

Changes

  • Improve banking-stage transaction forwarding
  • Add support for background BigTable ledger uploading
  • RPC sendTransaction endpoint avoids a network hop when sending to the leader node
  • Optimized bank hashing activates at testnet epoch 95
  • Added solana block and solana first-available-block commands
  • Snapshot archives are now compressed using zstd instead of bzip2 by default
  • Add support in the Solana SDK for the deprecated BPF Loader

v1.3.8

Changes

  • Upgrade rayon threading library

... (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-logger](https://github.com/solana-labs/solana) from 1.3.2 to 1.3.13.
- [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.3.2...v1.3.13)

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

dependabot bot commented on behalf of github Sep 24, 2020

The following labels could not be found: automerge.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 30, 2020

Superseded by #45.

@dependabot dependabot bot closed this Sep 30, 2020
@dependabot dependabot bot deleted the dependabot/cargo/solana-logger-1.3.13 branch September 30, 2020 08:02
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