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

ledger: remove PoW/faucet #1873

Merged
merged 2 commits into from
Sep 25, 2023
Merged

ledger: remove PoW/faucet #1873

merged 2 commits into from
Sep 25, 2023

Conversation

Fraccaman
Copy link
Member

@Fraccaman Fraccaman commented Sep 7, 2023

Describe your changes

  • Remove pow-for-fee feature
  • Remove faucet vp/account

Indicate on which release or other PRs this topic is based on

Checklist before merging to draft

  • I have added a changelog
  • Git history is in acceptable state

@Fraccaman Fraccaman changed the title Fraccaman/remove pow ledger: remove PoW Sep 7, 2023
@Fraccaman Fraccaman changed the title ledger: remove PoW ledger: remove PoW/faucet Sep 7, 2023
Comment on lines 406 to +408
self.submit_tx(tx_bytes);
if !self.success() {
resp.code = tendermint::abci::Code::Err(1337); // TODO: submit_tx should return the correct error code + message
Copy link
Member Author

@Fraccaman Fraccaman Sep 7, 2023

Choose a reason for hiding this comment

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

@batconjurer I had to add this otherwise it kept trying to send the tx (cc @grarco )

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this file keeps coming back but we don't actually need it

@@ -540,6 +540,18 @@ impl Key {
self.segments.first()
}

/// Return the owner of this subspace. None if empty or not an Address.
pub fn owner(&self) -> Option<Address> {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need this?

@Fraccaman Fraccaman mentioned this pull request Sep 7, 2023
@Fraccaman Fraccaman requested a review from grarco September 20, 2023 12:03
@Fraccaman Fraccaman marked this pull request as ready for review September 20, 2023 12:03
Fraccaman added a commit that referenced this pull request Sep 20, 2023
* origin/fraccaman/remove-pow:
  ledger: remove faucet, remove pow-for-fee
grarco
grarco previously approved these changes Sep 20, 2023
Fraccaman added a commit that referenced this pull request Sep 25, 2023
* origin/fraccaman/remove-pow:
  added changelog
  ledger: remove faucet, remove pow-for-fee
@brentstone brentstone merged commit 1eb9ad9 into main Sep 25, 2023
11 of 12 checks passed
@brentstone brentstone deleted the fraccaman/remove-pow branch September 25, 2023 17:19
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.

3 participants