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

Reset index in loop to restart member search #16955

Merged
merged 3 commits into from
Mar 31, 2024

Conversation

dariorussi
Copy link
Contributor

Description

Found from audit, we need to reset the start of the loop when looking for members

Test Plan

Added unit test


If your changes are not user-facing and do not break anything, you can skip the following section. Otherwise, please briefly describe what has changed under the Release Notes section.

Type of Change (Check all that apply)

  • protocol change
  • user-visible impact
  • breaking change for a client SDKs
  • breaking change for FNs (FN binary must upgrade)
  • breaking change for validators or node operators (must upgrade binaries)
  • breaking change for on-chain data layout
  • necessitate either a data wipe or data migration

Release notes

Copy link

vercel bot commented Mar 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2024 2:05am
multisig-toolkit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2024 2:05am
mysten-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2024 2:05am
sui-core ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2024 2:05am
sui-kiosk ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2024 2:05am
sui-typescript-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2024 2:05am

Copy link
Contributor

@longbowlu longbowlu left a comment

Choose a reason for hiding this comment

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

thanks! plz fix tests

@dariorussi
Copy link
Contributor Author

thanks! plz fix tests

will do. I thought this was all green, I am a bit at a loss now, but it seems it is a snapshot to fix so will do...

@dariorussi dariorussi merged commit 564b1a7 into feature/native-bridge Mar 31, 2024
45 checks passed
@dariorussi dariorussi deleted the bridge_audit2 branch March 31, 2024 04:33
patrickkuo pushed a commit that referenced this pull request May 2, 2024
## Description

Found from audit, we need to reset the start of the loop when looking
for members

## Test Plan

Added unit test

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
patrickkuo pushed a commit that referenced this pull request May 8, 2024
## Description

Found from audit, we need to reset the start of the loop when looking
for members

## Test Plan

Added unit test

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
patrickkuo pushed a commit that referenced this pull request May 9, 2024
## Description

Found from audit, we need to reset the start of the loop when looking
for members

## Test Plan

Added unit test

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
patrickkuo pushed a commit that referenced this pull request May 9, 2024
## Description

Found from audit, we need to reset the start of the loop when looking
for members

## Test Plan

Added unit test

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
patrickkuo pushed a commit that referenced this pull request May 9, 2024
## Description

Found from audit, we need to reset the start of the loop when looking
for members

## Test Plan

Added unit test

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
patrickkuo pushed a commit that referenced this pull request May 9, 2024
## Description

Found from audit, we need to reset the start of the loop when looking
for members

## Test Plan

Added unit test

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
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