-
Notifications
You must be signed in to change notification settings - Fork 140
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
base: master
Are you sure you want to change the base?
new atomic pkg #699
Conversation
@@ -0,0 +1,32 @@ | |||
// (c) 2019-2024, Ava Labs, Inc. All rights reserved. |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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?
Why this should be merged
How this works
How this was tested
Need to be documented?
Need to update RELEASES.md?