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

budget_contract: Remove Signature from ApplySignature #1260

Merged
merged 1 commit into from
Sep 19, 2018

Conversation

mvines
Copy link
Member

@mvines mvines commented Sep 19, 2018

It's vestigial now that each budget contract has its own distinct state

}

#[derive(Serialize, Deserialize, Debug, Clone, Default, PartialEq)]
pub struct BudgetContract {
pub initialized: bool,
pub pending: HashMap<Signature, Plan>,
pub pending_plan: Option<Plan>,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My favorite line of code today.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

srsly, this line made me 😸 too!

@mvines mvines merged commit 6dee632 into solana-labs:master Sep 19, 2018
@mvines mvines deleted the move branch September 19, 2018 03:00
vkomenda pushed a commit to vkomenda/solana that referenced this pull request Aug 29, 2021
…1260)

Bumps [solana-cli-config](https://github.com/solana-labs/solana) from 1.5.6 to 1.5.8.
- [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.5.6...v1.5.8)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
alessandrod pushed a commit to alessandrod/solana that referenced this pull request May 13, 2024
* ci: source based coverage

* point to file explorer

* fix sanity

* break line

* pass @ arg from ci/coverage to script/coverage

* move source script to the top

* direct to the summary page

* explain why nightly

* don't rug orignal rustflag

* rearrange args order

* bring back the trace level logging

* remove _

* fix log level

* add reference to envs

* put cov result into target/cov

* move output to target/cov

* XXX hack buildkite pipeline

* XXX: test for no log

* Revert "XXX hack buildkite pipeline"

This reverts commit effb72e.

* Revert "XXX: test for no log"

This reverts commit 975482d.

* don't use trace log level temporarily

* only search coverage report in the main folder
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.

2 participants