Skip to content

Conversation

@MKowalski8
Copy link
Member

@MKowalski8 MKowalski8 commented Dec 10, 2025

Closes #3556

Stack:

#4009
#4010
#4011
#4012

Introduced changes

  • Remove depracated argent account type

Checklist

  • Linked relevant issue
  • Updated relevant documentation
  • Added relevant tests
  • Performed self-review of the code
  • Added changes to CHANGELOG.md

@MKowalski8 MKowalski8 requested a review from a team as a code owner December 10, 2025 17:11
@MKowalski8 MKowalski8 requested review from franciszekjob and ksew1 and removed request for a team December 10, 2025 17:11
@MKowalski8 MKowalski8 linked an issue Dec 10, 2025 that may be closed by this pull request
json!({
"version": 1,
"variant": {
// TODO(#3556): Remove hardcoded "argent" and use format! with `AccountType::Ready`
Copy link
Member

Choose a reason for hiding this comment

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

What about preexisting argent accounts, I assume the logic to use them is still existing?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes my bad. I didn't think about that

Copy link
Contributor

@franciszekjob franciszekjob left a comment

Choose a reason for hiding this comment

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

This breaks backwards compatibility - accounts with type: "argent" should still be recognized and allowed to use.

Image

@MKowalski8 MKowalski8 force-pushed the 3678-bump-minimal-scarb branch 3 times, most recently from 8ba1491 to 211ae6a Compare December 16, 2025 11:31
@MKowalski8 MKowalski8 changed the base branch from 3678-bump-minimal-scarb to 3679-panic-backtrace-required December 16, 2025 12:52
@MKowalski8 MKowalski8 marked this pull request as draft December 16, 2025 12:55
@MKowalski8 MKowalski8 force-pushed the 3679-panic-backtrace-required branch from dfe2e84 to 35b0da6 Compare December 16, 2025 16:32
github-merge-queue bot pushed a commit that referenced this pull request Dec 16, 2025
<!-- Reference any GitHub issues resolved by this PR -->

Closes #3678 

Stack:

  #4009
  #4010
  #4011 
  #4012 

## Introduced changes

<!-- A brief description of the changes -->

- Bump minimal recommended scarb to `2.12.2` 

## Checklist

<!-- Make sure all of these are complete -->

- [x] Linked relevant issue
- [ ] Updated relevant documentation
- [ ] Added relevant tests
- [x] Performed self-review of the code
- [x] Added changes to `CHANGELOG.md`
github-merge-queue bot pushed a commit that referenced this pull request Dec 16, 2025
<!-- Reference any GitHub issues resolved by this PR -->

Closes #3560 

Stack:

  #4009
  #4010
  #4011 
  #4012 

## Introduced changes

<!-- A brief description of the changes -->

- Remove completion alias

## Checklist

<!-- Make sure all of these are complete -->

- [x] Linked relevant issue
- [ ] Updated relevant documentation
- [ ] Added relevant tests
- [x] Performed self-review of the code
- [x] Added changes to `CHANGELOG.md`
@MKowalski8 MKowalski8 force-pushed the 3679-panic-backtrace-required branch from 35b0da6 to 3316d2b Compare December 16, 2025 19:32
github-merge-queue bot pushed a commit that referenced this pull request Dec 16, 2025
<!-- Reference any GitHub issues resolved by this PR -->

Closes #3679 

Stack:

  #4009
  #4010
  #4011 
  #4012 

## Introduced changes

<!-- A brief description of the changes -->

- Add panic-backtrace as required in check_profile function for
backtrace

## Checklist

<!-- Make sure all of these are complete -->

- [x] Linked relevant issue
- [ ] Updated relevant documentation
- [ ] Added relevant tests
- [x] Performed self-review of the code
- [x] Added changes to `CHANGELOG.md`
Base automatically changed from 3679-panic-backtrace-required to master December 16, 2025 20:11
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.

Remove --argent option

4 participants