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

Scaffolding #1916

Merged
merged 8 commits into from
Nov 1, 2024
Merged

Scaffolding #1916

merged 8 commits into from
Nov 1, 2024

Conversation

mj850
Copy link
Contributor

@mj850 mj850 commented Oct 31, 2024

Describe your changes and provide context

Adds the basic scaffolding for the rest of the app

Testing performed to validate your change

Comment on lines +186 to +189
go func() {
ch <- am.ExportGenesis(ctx, cdc)
close(ch)
}()

Check notice

Code scanning / CodeQL

Spawning a Go routine Note

Spawning a Go routine may be a possible source of non-determinism
@@ -104,53 +104,122 @@ func (m *Params) GetTargetGasUsedPerBlock() uint64 {
return 0
}

type ParamsPreV580 struct {
Copy link
Contributor

Choose a reason for hiding this comment

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

not sure why that is being generated. Seen this too, but dropped

DecryptableAvailableBalance string
}

func (m *Account) ToProto() *CtAccount {
Copy link
Contributor

Choose a reason for hiding this comment

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

For consistency, either my changes have to move to ToProto to non proto objects or this has method would move to CtAccount

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed this to a constructor in CtAccount instead - (NewCtAccount).

@mj850 mj850 merged commit 6ec024a into feature/ct_types Nov 1, 2024
24 of 28 checks passed
@mj850 mj850 deleted the mj/ctMod1 branch November 1, 2024 19:16
mj850 added a commit that referenced this pull request Dec 7, 2024
* scaffolding for new module

* keeper scaffolding

* scaffold with types

* go sum

* comments pt1

* comments

* drop prev580
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants