-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add descriptional comments to rpc methods #49
Open
ivansukach
wants to merge
40
commits into
dev
Choose a base branch
from
add-descriptional-comments-to-rpc-methods
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix VM Shutdown panic using `vm.logger` * run GA on dev branch as well
bump AvalancheGo version to v1.11.8 (used in e2e tests)
* grpc for wasm app * wip rpc client * rpc client * cleanup * network name * block signature * logs * logs * fix error `codespace sdk code 2: tx parse error: unable to resolve type URL /cosmwasm.wasm.v1.MsgStoreCode`. interfaceRegistry in ClientContext should be taken from Wasm Application --------- Co-authored-by: ramil <ramilexe@gmail.com>
* VMConfig * app config refactor * OAK-2 uint to int conversion * OAK-3, OAK-4 * OAK-2 * OAK-1 remove unused variable * OAK-1 increased default defaultMaxBytes up to default 100mb * OAK-1 fix Evidence.MaxBytes default value * OAK-5 * OAK-2a * OAK-15 * OAK-2a rpc panic handle * OAK-7 validation in ValidateBlock * OAK-8 * OAK-9 * OAK-11 * OAK-13 * OAK-14 type assertion * OAK-16 * OAK-16 fix the optional client connection * OAK-16 fix the optional client connection init * OAK-16 fix test data race * revert go mod ibc version (#47)
* rpc status * API endpoint * Clear Go module cache * golangci-lint * golangci-lint version * golangci-lint 1.60 * golangci configuration, gosec linter * remove deprecated exportloopref * fix for empty chain id in tests
* context.TODO() to context.Background() * fix: index value overflows int on 32-bit systems * refactor getHeight * log connCloser error * clean up obsolete todo * up go version to 1.22.7 * up cosmos sdk to v0.50.9 * fix deprecated grpc.Dial
Add contributing guidelines
created Code of Conduct
updated
* rename to slide-sdk * add slide server package * re-generate proto files
added audit
0c81e42
to
cae6972
Compare
cae6972
to
c3a3c3a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.