Skip to content

Commit

Permalink
feat: make cosmos-sdk links clickable
Browse files Browse the repository at this point in the history
- (sort of) closes #864, which claims these links do not work
  • Loading branch information
0xpatrickdev committed Feb 8, 2024
1 parent 36cd216 commit 0afb8a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main/guides/integration/chain-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ agd version --long
# FAQ

- How are transactions encoded?
https://docs.cosmos.network/v0.45/core/encoding.html
[https://docs.cosmos.network/v0.45/core/encoding.html](https://docs.cosmos.network/v0.45/core/encoding.html)
- What data is needed to create a transaction (last block hash, nonce, sender public key, etc.)?
https://docs.cosmos.network/v0.45/core/transactions.html#transaction-generation
- What data is signed and how is that data obtained (for example truncated SHA256 of transaction data)?
https://docs.cosmos.network/v0.45/core/transactions.html#transaction-generation
[https://docs.cosmos.network/v0.45/core/transactions.html#transaction-generation](https://docs.cosmos.network/v0.45/core/transactions.html#transaction-generation)
- Do transactions expire?
Transaction do not expire unless you specify --timeout-height: https://docs.cosmos.network/v0.45/core/transactions.html#transaction-generation
Transaction do not expire unless you specify --timeout-height: [https://docs.cosmos.network/v0.45/core/transactions.html#transaction-generation](https://docs.cosmos.network/v0.45/core/transactions.html#transaction-generation)
However they do have a sequence number and may be invalidated if another transaction with the same sequence number is processed by the chain
- How are addresses generated?
https://docs.cosmos.network/v0.45/basics/accounts.html
[https://docs.cosmos.network/v0.45/basics/accounts.html](https://docs.cosmos.network/v0.45/basics/accounts.html)
- How is the blockchain queried?
JSON-RPC, gRPC, REST https://docs.cosmos.network/v0.45/run-node/interact-node.html
JSON-RPC, gRPC, REST [https://docs.cosmos.network/v0.45/run-node/interact-node.html](https://docs.cosmos.network/v0.45/run-node/interact-node.html)

0 comments on commit 0afb8a9

Please sign in to comment.