Fix RandomizedGenesisState method for maintainers module

Open
#119 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
go
Domain
backend

Research direction

Locate the RandomizedGenesisState method in the maintainers module and read its surrounding implementation and callers. Compare it with the commented logic in the issue body, then identify the expected randomized state behavior and add or run the relevant module tests to confirm the method works.

Written by the indexing model from the issue text.

Description

// TODO fix this
// for i := range mappableList {
// 	immutables := baseQualified.NewImmutables(baseSimulation.GenerateRandomPropertyList(simulationState.Rand))
// 	mutables := baseQualified.NewMutables(baseSimulation.GenerateRandomPropertyList(simulationState.Rand))
// 	mappableList[i] = mappable.NewMappable(base.NewMaintainer(baseIDs.NewClassificationID(immutables, mutables), immutables, mutables))
// }
Dominant language
Go
Stars
21
Forks
12
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from AssetMantle/modules

All issues in AssetMantle/modules

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.