-
Notifications
You must be signed in to change notification settings - Fork 199
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
Feat/neptune service #515
Merged
+772
−98
Merged
Feat/neptune service #515
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,98 +1,99 @@ | ||
# Table of contents | ||
|
||
* [Getting Started](README.md) | ||
* [Technical Concepts](readme/technical-concepts.md) | ||
* [Application Concepts](readme/application-concepts.md) | ||
* [Assets](readme/assets/README.md) | ||
* [Creating Tokens](readme/assets/creating-tokens.md) | ||
* [Denom Client (deprecated)](readme/assets/denom-client.md) | ||
* [Injective Lists](readme/assets/injective-list.md) | ||
* [Networks](readme/networks.md) | ||
* [CosmJs Support](readme/getting-started-cosmjs.md) | ||
* [Running examples](readme/running-examples.md) | ||
* [Wallet](wallet/README.md) | ||
* [Accounts](wallet/wallet-accounts.md) | ||
* [Wallet Connections](wallet/wallet-connections.md) | ||
* [Wallet Strategy](wallet/wallet-wallet-strategy.md) | ||
* [Offchain (Arbitrary) Data](wallet/offchain-arbitrary-data.md) | ||
* [Querying](querying/README.md) | ||
* [Indexer](querying/querying-api/README.md) | ||
* [Account](querying/querying-api/querying-indexer-account.md) | ||
* [Auction](querying/querying-api/querying-indexer-auction.md) | ||
* [Derivatives](querying/querying-api/querying-indexer-derivatives.md) | ||
* [Explorer](querying/querying-api/querying-indexer-explorer.md) | ||
* [Insurance Funds](querying/querying-api/querying-indexer-insurance-funds.md) | ||
* [Markets](querying/querying-api/querying-indexer-markets.md) | ||
* [Leaderboard](querying/querying-api/querying-indexer-leaderboard.md) | ||
* [Mito](querying/querying-api/querying-indexer-mito.md) | ||
* [Oracle](querying/querying-api/querying-indexer-oracle.md) | ||
* [Portfolio](querying/querying-api/querying-indexer-portfolio.md) | ||
* [Spot](querying/querying-api/querying-indexer-spot.md) | ||
* [Web3Gw Transactions](querying/querying-api/querying-indexer-transaction.md) | ||
* [Streaming](querying/querying-api/streaming/README.md) | ||
* [Account](querying/querying-api/streaming/streaming-indexer-account.md) | ||
* [Auction](querying/querying-api/streaming/streaming-indexer-auction.md) | ||
* [Derivatives](querying/querying-api/streaming/streaming-indexer-derivatives.md) | ||
* [Oracle](querying/querying-api/streaming/streaming-indexer-oracle.md) | ||
* [Portfolio](querying/querying-api/streaming/streaming-indexer-portfolio.md) | ||
* [Spot](querying/querying-api/streaming/streaming-indexer-spot.md) | ||
* [Explorer](querying/querying-api/streaming/streaming-indexer-explorer.md) | ||
* [Chain](querying/querying-chain/README.md) | ||
* [Auction](querying/querying-chain/querying-chain-auction-module.md) | ||
* [Auth](querying/querying-chain/querying-chain-auth-module.md) | ||
* [Bank](querying/querying-chain/querying-chain-bank-module.md) | ||
* [Distribution](querying/querying-chain/querying-chain-distribution.md) | ||
* [Exchange](querying/querying-chain/querying-chain-exchange.md) | ||
* [Governance](querying/querying-chain/querying-chain-governance.md) | ||
* [IBC](querying/querying-chain/querying-chain-ibc.md) | ||
* [Mint](querying/querying-chain/querying-chain-mint.md) | ||
* [Insurance Funds](querying/querying-chain/querying-chain-insurance-funds.md) | ||
* [Oracle](querying/querying-chain/querying-chain-oracle.md) | ||
* [Peggy](querying/querying-chain/querying-chain-peggy.md) | ||
* [Permissions](querying/querying-chain/querying-chain-permissions.md) | ||
* [Staking](querying/querying-chain/querying-chain-staking.md) | ||
* [Tendermint](querying/querying-chain/querying-chain-tendermint.md) | ||
* [Wasm](querying/querying-chain/querying-chain-wasm.md) | ||
* [WasmX](querying/querying-chain/querying-chain-wasmx.md) | ||
* [Token Factory](querying/querying-chain/token-factory.md) | ||
* [Ethereum (GraphQL)](querying/querying-ethereum.md) | ||
* [Transactions](transactions/README.md) | ||
* [Cosmos](transactions/transactions-cosmos/README.md) | ||
* [Ledger through Keplr Wallet](transactions/transactions-cosmos/ledger-through-keplr-wallet.md) | ||
* [Ethereum](transactions/ethereum.md) | ||
* [Ethereum Ledger](transactions/ethereum-ledger.md) | ||
* [MsgBroadcaster](transactions/msgbroadcaster.md) | ||
* [Private Key](transactions/private-key.md) | ||
* [Web3 Gateway](transactions/web3-gateway.md) | ||
* [Core Modules](core-modules/README.md) | ||
* [Auction](core-modules/auction.md) | ||
* [AuthZ](core-modules/authz.md) | ||
* [Bank](core-modules/bank.md) | ||
* [Distribution](core-modules/distribution.md) | ||
* [Exchange](core-modules/exchange.md) | ||
* [Feegrant](core-modules/feegrant.md) | ||
* [Governance](core-modules/governance.md) | ||
* [IBC](core-modules/ibc.md) | ||
* [Insurance](core-modules/insurance.md) | ||
* [Peggy](core-modules/peggy.md) | ||
* [Permissions](core-modules/permissions.md) | ||
* [Staking](core-modules/staking.md) | ||
* [Tokenfactory](core-modules/token-factory.md) | ||
* [Wasm](core-modules/wasm.md) | ||
* [Bridge](bridge/README.md) | ||
* [Ethereum](bridge/ethereum.md) | ||
* [IBC](bridge/ibc.md) | ||
* [Wormhole](bridge/wormhole.md) | ||
* [Contracts](contracts/README.md) | ||
* [Injective Name Service](contracts/injective-name-service.md) | ||
* [Building dApps](building-dapps/README.md) | ||
* [Configuring Nuxt](building-dapps/configuring-nuxt.md) | ||
* [Configuring React](building-dapps/configuring-react.md) | ||
* [dApps Examples](building-dapps/dapps-examples/README.md) | ||
* [Smart Contract](building-dapps/smart-contract.md) | ||
* [DEX](building-dapps/dex.md) | ||
* [Bridge](building-dapps/bridge.md) | ||
* [Simple HTML example with Webpack](building-dapps/dapps-examples/simple-html-example-with-webpack.md) | ||
* [Calculations](calculations/README.md) | ||
* [Min Price Tick Size](calculations/min-price-tick-size.md) | ||
* [Min Quantity Tick Size](calculations/min-quantity-tick-size.md) | ||
- [Getting Started](README.md) | ||
- [Technical Concepts](readme/technical-concepts.md) | ||
- [Application Concepts](readme/application-concepts.md) | ||
- [Assets](readme/assets/README.md) | ||
- [Creating Tokens](readme/assets/creating-tokens.md) | ||
- [Denom Client (deprecated)](readme/assets/denom-client.md) | ||
- [Injective Lists](readme/assets/injective-list.md) | ||
- [Networks](readme/networks.md) | ||
- [CosmJs Support](readme/getting-started-cosmjs.md) | ||
- [Running examples](readme/running-examples.md) | ||
- [Wallet](wallet/README.md) | ||
- [Accounts](wallet/wallet-accounts.md) | ||
- [Wallet Connections](wallet/wallet-connections.md) | ||
- [Wallet Strategy](wallet/wallet-wallet-strategy.md) | ||
- [Offchain (Arbitrary) Data](wallet/offchain-arbitrary-data.md) | ||
- [Querying](querying/README.md) | ||
- [Indexer](querying/querying-api/README.md) | ||
- [Account](querying/querying-api/querying-indexer-account.md) | ||
- [Auction](querying/querying-api/querying-indexer-auction.md) | ||
- [Derivatives](querying/querying-api/querying-indexer-derivatives.md) | ||
- [Explorer](querying/querying-api/querying-indexer-explorer.md) | ||
- [Insurance Funds](querying/querying-api/querying-indexer-insurance-funds.md) | ||
- [Markets](querying/querying-api/querying-indexer-markets.md) | ||
- [Leaderboard](querying/querying-api/querying-indexer-leaderboard.md) | ||
- [Mito](querying/querying-api/querying-indexer-mito.md) | ||
- [Oracle](querying/querying-api/querying-indexer-oracle.md) | ||
- [Portfolio](querying/querying-api/querying-indexer-portfolio.md) | ||
- [Spot](querying/querying-api/querying-indexer-spot.md) | ||
- [Web3Gw Transactions](querying/querying-api/querying-indexer-transaction.md) | ||
- [Streaming](querying/querying-api/streaming/README.md) | ||
- [Account](querying/querying-api/streaming/streaming-indexer-account.md) | ||
- [Auction](querying/querying-api/streaming/streaming-indexer-auction.md) | ||
- [Derivatives](querying/querying-api/streaming/streaming-indexer-derivatives.md) | ||
- [Oracle](querying/querying-api/streaming/streaming-indexer-oracle.md) | ||
- [Portfolio](querying/querying-api/streaming/streaming-indexer-portfolio.md) | ||
- [Spot](querying/querying-api/streaming/streaming-indexer-spot.md) | ||
- [Explorer](querying/querying-api/streaming/streaming-indexer-explorer.md) | ||
- [Chain](querying/querying-chain/README.md) | ||
- [Auction](querying/querying-chain/querying-chain-auction-module.md) | ||
- [Auth](querying/querying-chain/querying-chain-auth-module.md) | ||
- [Bank](querying/querying-chain/querying-chain-bank-module.md) | ||
- [Distribution](querying/querying-chain/querying-chain-distribution.md) | ||
- [Exchange](querying/querying-chain/querying-chain-exchange.md) | ||
- [Governance](querying/querying-chain/querying-chain-governance.md) | ||
- [IBC](querying/querying-chain/querying-chain-ibc.md) | ||
- [Mint](querying/querying-chain/querying-chain-mint.md) | ||
- [Insurance Funds](querying/querying-chain/querying-chain-insurance-funds.md) | ||
- [Oracle](querying/querying-chain/querying-chain-oracle.md) | ||
- [Peggy](querying/querying-chain/querying-chain-peggy.md) | ||
- [Permissions](querying/querying-chain/querying-chain-permissions.md) | ||
- [Staking](querying/querying-chain/querying-chain-staking.md) | ||
- [Tendermint](querying/querying-chain/querying-chain-tendermint.md) | ||
- [Wasm](querying/querying-chain/querying-chain-wasm.md) | ||
- [WasmX](querying/querying-chain/querying-chain-wasmx.md) | ||
- [Token Factory](querying/querying-chain/token-factory.md) | ||
- [Ethereum (GraphQL)](querying/querying-ethereum.md) | ||
- [Transactions](transactions/README.md) | ||
- [Cosmos](transactions/transactions-cosmos/README.md) | ||
- [Ledger through Keplr Wallet](transactions/transactions-cosmos/ledger-through-keplr-wallet.md) | ||
- [Ethereum](transactions/ethereum.md) | ||
- [Ethereum Ledger](transactions/ethereum-ledger.md) | ||
- [MsgBroadcaster](transactions/msgbroadcaster.md) | ||
- [Private Key](transactions/private-key.md) | ||
- [Web3 Gateway](transactions/web3-gateway.md) | ||
- [Core Modules](core-modules/README.md) | ||
- [Auction](core-modules/auction.md) | ||
- [AuthZ](core-modules/authz.md) | ||
- [Bank](core-modules/bank.md) | ||
- [Distribution](core-modules/distribution.md) | ||
- [Exchange](core-modules/exchange.md) | ||
- [Feegrant](core-modules/feegrant.md) | ||
- [Governance](core-modules/governance.md) | ||
- [IBC](core-modules/ibc.md) | ||
- [Insurance](core-modules/insurance.md) | ||
- [Peggy](core-modules/peggy.md) | ||
- [Permissions](core-modules/permissions.md) | ||
- [Staking](core-modules/staking.md) | ||
- [Tokenfactory](core-modules/token-factory.md) | ||
- [Wasm](core-modules/wasm.md) | ||
- [Bridge](bridge/README.md) | ||
- [Ethereum](bridge/ethereum.md) | ||
- [IBC](bridge/ibc.md) | ||
- [Wormhole](bridge/wormhole.md) | ||
- [Contracts](contracts/README.md) | ||
- [Injective Name Service](contracts/injective-name-service.md) | ||
- [Neptune Service](contracts/neptune-service.md) | ||
- [Building dApps](building-dapps/README.md) | ||
- [Configuring Nuxt](building-dapps/configuring-nuxt.md) | ||
- [Configuring React](building-dapps/configuring-react.md) | ||
- [dApps Examples](building-dapps/dapps-examples/README.md) | ||
- [Smart Contract](building-dapps/smart-contract.md) | ||
- [DEX](building-dapps/dex.md) | ||
- [Bridge](building-dapps/bridge.md) | ||
- [Simple HTML example with Webpack](building-dapps/dapps-examples/simple-html-example-with-webpack.md) | ||
- [Calculations](calculations/README.md) | ||
- [Min Price Tick Size](calculations/min-price-tick-size.md) | ||
- [Min Quantity Tick Size](calculations/min-quantity-tick-size.md) | ||
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
Oops, something went wrong.
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.
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.
💡 Codebase verification
Missing documentation file for Neptune Service
The Neptune Service documentation file (
contracts/neptune-service.md
) referenced in the SUMMARY.md does not exist in the repository, although the feature appears to be implemented based on the presence of Neptune-related TypeScript files in the SDK.contracts/neptune-service.md
to match the table of contents structurepackages/sdk-ts/src/core/modules/wasm/exec-args/ExecArgNeptuneDeposit.ts
packages/sdk-ts/src/core/modules/wasm/exec-args/ExecArgNeptuneWithdraw.ts
🔗 Analysis chain
Verify documentation completeness.
The table of contents structure is well-organized and consistently formatted. However, since this is a new service addition, please ensure that the referenced documentation file exists.
Let me verify if the path in the SUMMARY.md is correct and if the documentation exists in a different location.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 136
Script:
Length of output: 188
🧰 Tools
🪛 LanguageTool
[duplication] ~62-~62: Possible typo: you repeated a word
Context: ...os/ledger-through-keplr-wallet.md) - Ethereum - [Ethereum Ledger](transactions/ethereum-ledger.md...
(ENGLISH_WORD_REPEAT_RULE)