Update SDKs and Providers to v0.18.1
Master tracking issue for updating all UTxO RPC SDKs and providers to spec version 0.18.1.
Core SDKs
Providers (Need spec bump to 0.18.1)
Breaking Changes in 0.18.1
- Single TX submission -
SubmitTx takes single tx instead of repeated
- BigInt for amounts - Lovelace and asset amounts use BigInt
idle action - New action type in WatchTxResponse for block progress signals
Feature Matrix
| Feature |
node |
rust |
python |
dotnet |
haskell |
| Spec 0.18.1 |
✅ |
✅ |
✅ |
✅ |
✅ |
idle handling |
❌ |
✅* |
✅ |
✅ |
✅ |
EvalTx |
✅ |
❌ |
❌ |
❌ |
❌ |
ReadData |
❌ |
❌ |
❌ |
❌ |
❌ |
ReadTx |
❌ |
✅ |
❌ |
❌ |
❌ |
ReadMempool |
❌ |
❌ |
❌ |
❌ |
✅ |
ReadGenesis |
✅ |
✅ |
❌ |
✅ |
✅ |
ReadEraSummary |
✅ |
✅ |
❌ |
✅ |
✅ |
*rust-sdk idle handling added in PR #32
Update SDKs and Providers to v0.18.1
Master tracking issue for updating all UTxO RPC SDKs and providers to spec version 0.18.1.
Core SDKs
Providers (Need spec bump to 0.18.1)
Breaking Changes in 0.18.1
SubmitTxtakes single tx instead of repeatedidleaction - New action type inWatchTxResponsefor block progress signalsFeature Matrix
idlehandlingEvalTxReadDataReadTxReadMempoolReadGenesisReadEraSummary*rust-sdk
idlehandling added in PR #32