chore(docs): Release matrix for each lane (#31)
* adding release matrix * adding version matrix for each lane * updating stale URL
This commit is contained in:
parent
2882756286
commit
5e7b31f6be
@ -28,8 +28,6 @@
|
||||
|
||||
Skip has built out a number of plug-and-play `lanes` on the SDK that your protocol can use, including in-protocol MEV recapture and Oracles! Additionally, the Block SDK can be extended to add **your own custom `lanes`** to configure your blocks to exactly fit your application needs.
|
||||
|
||||
<div align="center">
|
||||
|
||||
### Release Compatibility Matrix
|
||||
|
||||
| Block SDK Version | Cosmos SDK |
|
||||
@ -37,7 +35,6 @@ Skip has built out a number of plug-and-play `lanes` on the SDK that your protoc
|
||||
| `v1.x.x` | `v0.47.x` |
|
||||
| `v2.x.x` | `v0.50.x` |
|
||||
|
||||
</div>
|
||||
|
||||
### 📚 Block SDK Documentation
|
||||
|
||||
@ -45,7 +42,7 @@ To read more about how the Block SDK works, check out the [How it Works](https:/
|
||||
|
||||
#### 🏪 Lane App Store
|
||||
|
||||
To read more about Skip's pre-built `lanes` and how to use them, check out the [Lane App Store](https://docs.skip.money/chains/lanes/existing-lanes/default).
|
||||
To read more about Skip's pre-built `lanes` and how to use them, check out the [Lane App Store](https://docs.skip.money/chains/lanes/existing-lanes/mev).
|
||||
|
||||
#### 🎨 Lane Development
|
||||
|
||||
|
||||
@ -5,6 +5,13 @@
|
||||
The Block SDK is built on top of the Cosmos SDK. The Block SDK is currently
|
||||
compatible with Cosmos SDK versions greater than or equal to `v0.47.0`.
|
||||
|
||||
### Release Compatibility Matrix
|
||||
|
||||
| Block SDK Version | Cosmos SDK |
|
||||
| :---------: | :--------: |
|
||||
| `v1.x.x` | `v0.47.x` |
|
||||
| `v2.x.x` | `v0.50.x` |
|
||||
|
||||
## 📥 Installation
|
||||
|
||||
To install the Block SDK, run the following command:
|
||||
|
||||
@ -5,6 +5,14 @@
|
||||
The Block SDK is built on top of the Cosmos SDK. The Block SDK is currently
|
||||
compatible with Cosmos SDK versions greater than or equal to `v0.47.0`.
|
||||
|
||||
### Release Compatibility Matrix
|
||||
|
||||
| Block SDK Version | Cosmos SDK |
|
||||
| :---------: | :--------: |
|
||||
| `v1.x.x` | `v0.47.x` |
|
||||
| `v2.x.x` | `v0.50.x` |
|
||||
|
||||
|
||||
## 📥 Installation
|
||||
|
||||
To install the Block SDK, run the following command:
|
||||
|
||||
@ -5,6 +5,13 @@
|
||||
The Block SDK is built on top of the Cosmos SDK. The Block SDK is currently
|
||||
compatible with Cosmos SDK versions greater than or equal to `v0.47.0`.
|
||||
|
||||
### Release Compatibility Matrix
|
||||
|
||||
| Block SDK Version | Cosmos SDK |
|
||||
| :---------: | :--------: |
|
||||
| `v1.x.x` | `v0.47.x` |
|
||||
| `v2.x.x` | `v0.50.x` |
|
||||
|
||||
## 📥 Installation
|
||||
|
||||
To install the Block SDK, run the following command:
|
||||
|
||||
@ -26,7 +26,7 @@ func GetMsgAuctionBidFromTx(tx sdk.Tx) (*buildertypes.MsgAuctionBid, error) {
|
||||
|
||||
case len(auctionBidMsgs) == 1 && len(tx.GetMsgs()) == 1:
|
||||
// a single MsgAuctionBid message transaction
|
||||
return auctionBidMsgs[0], nil
|
||||
return auctionBidMsgs[0], nil //nolint
|
||||
|
||||
default:
|
||||
// a transaction with at at least one MsgAuctionBid message
|
||||
|
||||
Loading…
Reference in New Issue
Block a user