Skip to content

Conversation

@whistlinwilly
Copy link
Contributor

Need to fix unit tests, but pushing for fun

brson and others added 30 commits June 14, 2022 21:55
* chore: bump num-bigint from 0.4.2 to 0.4.3

Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/rust-num/num-bigint/releases)
- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
- [Commits](rust-num/num-bigint@num-bigint-0.4.2...num-bigint-0.4.3)

---
updated-dependencies:
- dependency-name: num-bigint
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
Bumps [const_format](https://github.com/rodrimati1992/const_format_crates) from 0.2.23 to 0.2.25.
- [Release notes](https://github.com/rodrimati1992/const_format_crates/releases)
- [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md)
- [Commits](https://github.com/rodrimati1992/const_format_crates/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* generate_index straight to disk and batched

* renames and comments

* handle in-mem case correctly

* use mutex
…(#25968)

* Add ability to use a non-default app profile id in bigtable requests

* Only run subcommand once when getting global configs

* Remove unneded scoping on option type
…e (#25916)

StandardBroadcastRun::insert skips 1st shred with index zero because
the 1st *data* shred is inserted synchronously:
https://github.com/solana-labs/solana/blob/53695ecd2/core/src/broadcast_stage/standard_broadcast_run.rs#L239-L246
https://github.com/solana-labs/solana/blob/53695ecd2/core/src/broadcast_stage/standard_broadcast_run.rs#L334-L339

solana-labs/solana#7481
which added this code was not inserting coding shreds into blockstore.
Starting with
solana-labs/solana#8899
coding shreds are inserted into blockstore as well as data shreds, but
the insert logic erroneously skips first coding shred because it does
not check if shred is code or data.
* chore: bump tokio-stream from 0.1.8 to 0.1.9

Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.8 to 0.1.9.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-stream-0.1.8...tokio-stream-0.1.9)

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

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
* Adds methods based on instruction_account_index to InstructionContext.
Removes methods which are based on index_in_instruction.

* Adjusts program-runtime.

* Adjusts runtime.

* Adjusts bpf loader.

* Adjusts built-in programs.

* Adjusts program-test and bpf tests.
* Clean up require_rent_exempt_accounts feature

* Fix tests in bank_client, system_instruction_processor

* Fix tests in snapshot_utils

* Fix bank tests

* Ignore rent tests

* Fix stake-accounts tests
* Add ledger-tool bigtable upload loop

* Limit range on caller side, switch to while loop, and remove now-obsolete option
* Add a new argument to stake cli to filter stakes by withdrawer

* some fix on compilation errors

* fixing rust format

* defining withdrawer in cli arguments

* changes after review.

* minor changes after review
@whistlinwilly whistlinwilly force-pushed the 0xspl.iff/new_rebase_jul_5 branch from 333b08b to f64a087 Compare July 7, 2022 19:43
@whistlinwilly whistlinwilly force-pushed the 0xspl.iff/new_rebase_jul_5 branch 3 times, most recently from 79db7f3 to b972010 Compare July 8, 2022 07:28
@whistlinwilly whistlinwilly force-pushed the 0xspl.iff/new_rebase_jul_5 branch from b972010 to 3f921a3 Compare July 8, 2022 09:08
@whistlinwilly whistlinwilly force-pushed the 0xspl.iff/new_rebase_jul_5 branch 2 times, most recently from 000ea8b to e7fec6c Compare July 8, 2022 21:24
@whistlinwilly whistlinwilly requested a review from buffalu July 9, 2022 03:39
@whistlinwilly whistlinwilly merged commit 3de9ba2 into master Jul 9, 2022
@buffalu buffalu deleted the 0xspl.iff/new_rebase_jul_5 branch July 9, 2022 15:51
@buffalu buffalu restored the 0xspl.iff/new_rebase_jul_5 branch July 9, 2022 15:51
@esemeniuc esemeniuc deleted the 0xspl.iff/new_rebase_jul_5 branch October 25, 2022 17:08
jito-infra pushed a commit that referenced this pull request Mar 11, 2024
…nsistent (backport of #69) (#75)

Rpc: deprecate `getStakeActivation` and make inactive_stake consistent (#69)

* Make inactive_stake consistent

* Add rpc_deprecated_v1_18 module

* Move get_stake_activation to deprecated list

* Fix typo

(cherry picked from commit 661de5b)

Co-authored-by: Tyera <[email protected]>
buffalu pushed a commit that referenced this pull request Mar 17, 2024
#69)

* Make inactive_stake consistent

* Add rpc_deprecated_v1_18 module

* Move get_stake_activation to deprecated list

* Fix typo
buffalu pushed a commit that referenced this pull request Jul 18, 2024
#69)

* Make inactive_stake consistent

* Add rpc_deprecated_v1_18 module

* Move get_stake_activation to deprecated list

* Fix typo
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.