Generate RPC bindings to contracts #47
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-contract#47
Loading…
Reference in a new issue
No description provided.
Delete branch "fyrchik/frostfs-contract:generate-wrappers"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
185bdbbaf9
to6b1e2d48ff
6b1e2d48ff
to756c14a3ba
@ -0,0 +1,136 @@
// Package alphabet contains RPC wrappers for Alphabet contract.
Are all of this files generated? Is it neo-go bug, that there is no
Code generated
comment?From https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source
It is a known issue https://github.com/nspcc-dev/neo-go/issues/3139 (neo-go is not yes updated, will fix)
756c14a3ba
toa7948d8c14
a7948d8c14
tobbb56aa035
Updated neo-go, now with gofmt and auto-generated warning
@ -52,0 +56,4 @@
@# but this leads to a large amount of code duplication. It can be written by hand,
@# in case we need to override the type of some variables.
@# --config $*/$*.bindings.yml
@# Unfortunately, primitive integer types are not yes supported.
Typo yes -> yet.
fixed
bbb56aa035
to1314cc38f6