Skip to content

Devlog 10#872

Merged
Olshansk merged 7 commits intomainfrom
devlog/iteration19
Jul 5, 2023
Merged

Devlog 10#872
Olshansk merged 7 commits intomainfrom
devlog/iteration19

Conversation

@Olshansk
Copy link
Copy Markdown
Collaborator

@Olshansk Olshansk commented Jul 3, 2023

Goals & achievements from the previous iteration (19) and plans for the next one (20).

@reviewpad reviewpad bot added medium Pull request is medium waiting-for-review docs labels Jul 3, 2023
@Olshansk Olshansk marked this pull request as draft July 3, 2023 22:11
@Olshansk Olshansk marked this pull request as ready for review July 5, 2023 19:52
Olshansk and others added 5 commits July 5, 2023 12:52
Co-authored-by: d7t <lott.dylan@gmail.com>
Co-authored-by: Arash <23505281+adshmh@users.noreply.github.com>
…GetActor (#857)

## Issue:

An issue was discovered in the `GetActor` function defined in `actor.go`. Specifically, when the `actorType` input argument matches with `types.ValidatorActor.GetActorType()`, the `schema` variable is currently assigned as `types.FishermanActor`. This appears to be a typo or error, as logically `schema` should be assigned `types.ValidatorActor` in this case. This could potentially cause `GetActor` to behave unexpectedly when called with `types.ValidatorActor.GetActorType()` as it would process as if it were `types.FishermanActor.GetActorType()`.

## Proposed Fix:

This pull request corrects the `schema` assignment for `types.ValidatorActor.GetActorType()` from `types.FishermanActor` to `types.ValidatorActor`, thus aligning the function behavior with the expected logic.

## Type of change

Please mark the relevant option(s):

- [ ] New feature, functionality or library
- [x] Bug fix
- [ ] Code health or cleanup
- [ ] Major breaking change
- [ ] Documentation
- [ ] Other <!-- add details here if it a different type of change -->
Co-authored-by: harry <53987565+h5law@users.noreply.github.com>
@Olshansk Olshansk changed the title [WIP] Devlog 10 Devlog 10 Jul 5, 2023
@Olshansk Olshansk merged commit 09e35a9 into main Jul 5, 2023
@Olshansk Olshansk deleted the devlog/iteration19 branch July 5, 2023 20:56
bryanchriswhite added a commit that referenced this pull request Jul 7, 2023
* pokt/main:
  [Utility] Update E2E feature path template doc (#870)
  [IBC] Add nil check on proof for membership and non-membership proof creation (#877)
  Added git diff state to devlog10
  Devlog 10 (#872)
  [Documentation] Add IBC Module introduction as an example (#853)
  [Persistence][Bug] Fix Actor Schema Assignment for ValidatorActor in GetActor (#857)
  QOL: add bash completion for p1 to localnet client (#865)
bryanchriswhite added a commit that referenced this pull request Jul 7, 2023
* feat/integrate-bg-router:
  fix: goimports
  fix: unstaked actor bootstrapping FSM transition
  chore: add error log
  test: improve background router validation test
  docs: fix mistake in peer discovery section
  [Utility] Update E2E feature path template doc (#870)
  [IBC] Add nil check on proof for membership and non-membership proof creation (#877)
  Added git diff state to devlog10
  Devlog 10 (#872)
  [Documentation] Add IBC Module introduction as an example (#853)
  [Persistence][Bug] Fix Actor Schema Assignment for ValidatorActor in GetActor (#857)
  QOL: add bash completion for p1 to localnet client (#865)
bryanchriswhite added a commit that referenced this pull request Jul 11, 2023
* pokt/main:
  [P2P] Integrate background router (#732)
  Update main README.md
  [Bug] Fix CI linter errors (#885)
  [Tooling] Block `IN_THIS_*` comments from passing CI (#889)
  [Utility] Update E2E feature path template doc (#870)
  [IBC] Add nil check on proof for membership and non-membership proof creation (#877)
  Added git diff state to devlog10
  Devlog 10 (#872)
@Olshansk Olshansk self-assigned this Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants