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

0xspl.iff/new rebase jul 5 #69

Merged
merged 263 commits into from
Jul 9, 2022
Merged

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.