-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Update docs-staging #6847
Merged
Merged
Update docs-staging #6847
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 package-lock * Fix package-lock * update package-lock Co-authored-by: Denis Fadeev <denis@fadeev.org> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* move nextrecvseq check to recvpacket * add test for next recv seq not found * fix test bug, increase cov * remove dup check and test * Update x/ibc/04-channel/keeper/packet_test.go Co-authored-by: Aditya <adityasripal@gmail.com> Co-authored-by: Aditya <adityasripal@gmail.com> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* refactor connopeninit test * updated opentry * refactor openack * update openconfirm * fix typo and test issue * fix missing code cov hits Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* update version negotiation and add basic testing * add integration tests * update spec * apply @fedekunze suggestions * update to enforce connection validation checks * add test * update godoc and spec * small doc fix * update versioning to feature set * update version code and tests to specified version tuple * update docs/spec * merge and fix bug * Update x/ibc/03-connection/types/version.go Co-authored-by: Aditya <adityasripal@gmail.com> * Apply suggestions from code review Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * add verify proposed feature set test * fix formatting bug * add safety check * merge tests into existing handshake tests Co-authored-by: Aditya <adityasripal@gmail.com> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Fix nextKey in filteredpaginate * Fix example * Fix example * cleanup * cleanup * refactor Co-authored-by: sahith-narahari <sahithnarahari@gmail.com>
…6482) * Emmit events with same attributes in connection handlers * Emmit events with same attributes in channel handlers * Add paket_data attribute to EventTypeAcknowledgePacket * Revert proto changes * Query channel and connection to emit events with same attributes * Simplify code * Update x/ibc/04-channel/keeper/packet.go * Update x/ibc/04-channel/handler.go * Apply suggestions from code review Co-authored-by: Aditya <adityasripal@gmail.com> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* Add proper gRPC Any support via AnyUnpacker * Wire up grpc query router AnyUnpacker
Follow-up of #6101. - Makefile: Set all as actual default target. - contrib/devtools/Makefile: The buf target was running unconditionally. Install protoc-gen-gocosmos along with protoc.
* Add .proto and make proto-gen * Correct proto types * Update pseudo tests * Update tests * line break * Fix tests after merge * Update proto/cosmos/upgrade/query.proto Co-authored-by: Aaron Craelius <aaron@regen.network> * Update proto/cosmos/upgrade/query.proto Co-authored-by: Aaron Craelius <aaron@regen.network> * Update proto/cosmos/upgrade/query.proto Co-authored-by: Aaron Craelius <aaron@regen.network> * Update proto/cosmos/upgrade/query.proto Co-authored-by: Aaron Craelius <aaron@regen.network> Co-authored-by: Aaron Craelius <aaron@regen.network>
* add exempt issue labels * add launchpad * Update .github/workflows/stale.yml Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
client/input/input.go: GetConfirmation() should communicate with the user via the io.Writer instance passed in as argument. client/keys/add.go: replace cmd.PrintErrln() calls with fmt.Fprintln(cmd.ErrOrStderr(), ...) because of cobra's PrintErr* functions broken behaviour. For more information please see spf13/cobra#894 Closes: #6601 Thanks: @noandrea for pointing this out.
* init commit * remove viper from tm cmds * updates * Undo x/bank/client/cli/tx.go * Fix unit tests * lint++ * rename var * Fix genutil test * fix test * prefer cmd.Flags() over direct viper usage * update * fix ABCI error tests * fix integration tests * Add viper to context * fix build * fix unit test * Implement and use AppOptions * Revert Redact godoc Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/spf13/cast/releases) - [Commits](spf13/cast@v1.3.0...v1.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* Remove viper * Remove viper * Remove viper * Skip TestCLIValidateGenesis * remove cruft leftover Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Alessio Treglia <alessio@tendermint.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* refactor verify consensus state * refactor connection verification * simplify code, channel + packet commitment tests * refactor verify ack * refactor verify ack absence * refactor next seq recv test Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Christopher Goes <cwgoes@pluranimity.org>
* Add TxWrapper, encoder, decoder and DirectModeHandler * fix pkg name * Update API and leave test TODO's * Update TxWrapper API * tests for tx wrapper (#6410) * WIP: added test for direct mode handler * updated code * Add msg * Update TxWrapper API * Fix pubkey declaration * Add pubkey for tests * Fix SetFee * Remove logs * Avoid global var declaration for tests * Add test for GetPubKeys * Fix direct signing tests * Add more test cases for GetSignBytes * Revert SetFee API * Remove logs * Refactor tests Co-authored-by: anilCSE <anil@vitwit.com> Co-authored-by: sahith-narahari <sahithnarahari@gmail.com> * Refactoring * Refactoring * Integrate SignatureV2 API * Fix wrapper tests * Fix tests * Linting and API tweaks * Update API * WIP on updating API * Fix tests * Update to new SigVerifiableTx * Rename * Update docs to reflect ADR 020 * proto-gen * proto docs * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * Add tests * Refactor and improving test coverage * WIP on test coverage * WIP on test coverage * proto-gen * Fix CompactBitArray.Size() bug * Rename * Remove Builder interface * Address review comments * Update x/auth/tx/sigs.go Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * Update x/auth/tx/encoder.go Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * Update x/auth/tx/encoder.go Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * Address review feedback * Fix build issues * Resolve conflicts * Fix ValidateBasic test coverage * Add test for malicious multisig Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com> Co-authored-by: anilCSE <anil@vitwit.com> Co-authored-by: sahith-narahari <sahithnarahari@gmail.com> Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* x/ibc: gRPC query service * fixes * connection updates * register channel query service * update clients * change proofs to bytes * implement additional channel grpc queries * unrelayed packets query * query.proto files * move next sequence recv query to channel client * update REST * wip test * add missing cli queries * install the right tools * fixes * build * lint * use gRPC when query proof is not requested * connection gRPC tests * IBC query server interface * more gRPC channel tests * pagination tests * connection use query server * connection pagination tests * channel pagination tests * typo * remove buf * Update x/ibc/03-connection/keeper/grpc_query_test.go Co-authored-by: colin axner <25233464+colin-axner@users.noreply.github.com> * address comments from review * fix tests * unrelayed packet sequences flag * remove ClientsConnections query * fix Co-authored-by: colin axner <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* init commit * Update ListKeysCmd * updates * updates * test updates * fix tests * keys: Fix Test_runAddCmdLedgerWithCustomCoinType * keys: Fix Test_runAddCmdLedger * keys: Fix Test_runAddCmdBasic * keys: Fix root tests * keys: Fix Test_runMigrateCmd * keys: Fix Test_runListCmd * keys: Fix remaining tests
* Add grpc methods - slashing * Add slashing grpc queries * Add tests * Remove duplicate declarations * Add signing infos * Update query test * Use suite for grpc tests * Update godoc Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* Added grpc for mint * changed unused params * updated tests * removed empty query request * fixed lint issues * review changes * review changes * migrated to use test suite * Update x/mint/keeper/grpc_query_test.go Co-authored-by: SaReN <sahithnarahari@gmail.com> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* remove old code from ante test * add recv packet test * add acknowledge test * add timeout tests Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* add channel open checks for supported feature * add tests and fix bugs * fix version tests Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* remove fixtures * setup tests * update x/mint * cli: update x/staking commands * tests: convert x/staking CLI tests * tests: fix x/auth CLI tests * cli updates * fix buiild * fix build * Update x/gov/client/cli/cli_test.go Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com> * remove GenerateOrBroadcastTx * move TestCLIQueryConn Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
* Use consistent "Params" in proto * Update comments Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* updated pagination flags * updated all balances pagination flags * updated all balances * some doc updates Co-authored-by: Anil Kumar Kammari <anil@vitwit.com> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* update msgs type from opaque * update spec for createclient * update events spec for handshake cals * update packet events for spec and code * add relayer events doc * update ibc-transfer events * fix build * small fix from self review * update channel msgs types * acknowledgement_packet -> acknowledge_packet * Apply suggestions from code review Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * fix spec issues for ibc and ibc-transfer * add golang relayer link Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* migrated auth cli to use grpc query client * unpacker added for account command * fxed tests
* bump identifier maximum to 64 characters * fix tests Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* remove connection id * various test and code fixes * fix tests * Update proto/ibc/connection/connection.proto Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * rename utils.go to parse.go in host Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
crypto -> crypto/ledger: - crypto.LedgerShowAddress -> ledger.ShowAddress - crypto.NewPrivKeyLedgerSecp256k1 - > ledger.NewPrivKeySecp256k1 - crypto.NewPrivKeyLedgerSecp256k1Unsafe -> ledger.NewPrivKeySecp256k1Unsafe Closes: #6780
* remove verifier * more removal of trustnode flag * add todo * fix lint * remove file * remove viper and add link to issue * remve mention of trustnode
* support multisig bech32 address parsing * Increase bech32 length limit to 250 * Increase max bech32 address size to 1023 (the max length that supports the checksum) * Update go.mod * Update go.mod to point to the updated enigmampc/btcutil
* Enable proto tx by default and add test_amino build flag. * Enable proto TxDecoder * update makefile * fix conflicts * Revert AminoCodec change * Make test-unit-amino default for now * Make test-unit-amino default for now Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: sahith-narahari <sahithnarahari@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* add page flag for CLI queries * fix review suggestions * Fix `page` flag default value * fix offset calc * Apply suggestions from code review Co-authored-by: Aaron Craelius <aaron@regen.network> * fix review suggestions * refactor * fix returning error Co-authored-by: SaReN <sahithnarahari@gmail.com> Co-authored-by: Aaron Craelius <aaron@regen.network> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* Add cancel software upgrade cmd * add proposal cancel handler * Fix gofmt
* Start to remove HybridCodec * Rename * Fixes * Test fixes * Cleanup
* Add wrap tx builder * Add tests * update for StdTx * fix StdTxConfig * Update generator * Add godoc Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
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.
Description
Update to preview changes on staging: https://docs.staging-cosmos.network/master/
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes