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

new atomic pkg #699

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

new atomic pkg #699

wants to merge 4 commits into from

Conversation

ceyonur
Copy link
Collaborator

@ceyonur ceyonur commented Dec 11, 2024

Why this should be merged

How this works

How this was tested

Need to be documented?

Need to update RELEASES.md?

@@ -0,0 +1,32 @@
// (c) 2019-2024, Ava Labs, Inc. All rights reserved.
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: maybe can name it addresses.go (or move to the client package?)

err := c.adminRequester.SendRequest(ctx, "admin.getVMConfig", struct{}{}, res, options...)
return res.Config, err
}
// func (c *client) GetVMConfig(ctx context.Context, options ...rpc.Option) (*Config, error) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

should we put it back?

func NewImportTx(
ctx *snow.Context,
rules params.Rules,
clk mockable.Clock,
Copy link
Collaborator

Choose a reason for hiding this comment

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

should we just take the unix timestamp here?

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