Releases: stellar/rs-stellar-xdr
Releases · stellar/rs-stellar-xdr
20.0.0
What's Changed
- Generate for entry expired error by @sisuresh in #282
- Bump xdr by @dmkozh in #283
- Generate XDR
DepthLimiter
and depth-limitedRead/WriteXdr
by @jayz22 in #281 - Bump XDR by @dmkozh in #285
- Make SCError into a union to allow user errors to be u32 by @graydon in #286
- Update rust-version by @github-actions in #284
- Bump xdr by @dmkozh in #287
- Bump xdr by @dmkozh in #288
- Bump xdr by @dmkozh in #289
- Regen to pick up
ContractCostType
changes by @jayz22 in #290 - Bump xdr by @dmkozh in #292
- Update to reflect removal of SCSpecTypeSet by @graydon in #291
- Bump xdr by @dmkozh in #293
- Take change from txSOROBAN_RESOURCE_LIMIT_EXCEEDED to txSOROBAN_INVALID by @graydon in #295
- Run CI via in merge queue by @leighmcculloch in #297
- Update rust-version by @github-actions in #294
- Bump curr and next by @sisuresh in #298
- bump xdr by @sisuresh in #299
- Bump version to 20.0.0-rc1 by @github-actions in #302
- Remove re-export of types into top-level by @leighmcculloch in #303
- Update
curr
andnext
to pick up cost type ChaCha by @jayz22 in #304 - Bump xdr by @dmkozh in #306
- Bump to state expiration rename by @sisuresh in #307
- Bump for typo and cost types by @sisuresh in #308
- Make ScVal::Validate recursive by @graydon in #310
- Add encode subcommand to cli by @leighmcculloch in #311
- Update xdrgen by @leighmcculloch in #312
- Add str conversions for types for JSON by @leighmcculloch in #313
- Upgrade stellar-strkey to v0.0.8 by @leighmcculloch in #314
- Add strkey str conversions for ScAddress by @leighmcculloch in #315
- Update xdrgen by @leighmcculloch in #317
- Add conversion from references of tuples to ScVal by @brson in #318
- Fix building with the serde feature by @leighmcculloch in #319
- Add ref Option conversion into ScVal by @leighmcculloch in #320
- Remove auto-deref recursion from Option <> ScVal conversions by @leighmcculloch in #322
- Update rust-version by @github-actions in #305
- Update rust-version by @github-actions in #327
- Move the CLI functionality into the library by @leighmcculloch in #326
- Render asset codes as strings in JSON by @leighmcculloch in #324
- Update xdrgen with StringM escape change by @leighmcculloch in #328
- Remove conversions from String<>ScSymbol/ScVal by @leighmcculloch in #329
- Add back conversions from String to ScSymbol by @leighmcculloch in #330
- Update min version of escape-bytes required to get bug fix by @leighmcculloch in #331
- Bump XDR by @dmkozh in #332
- Update xdrgen by @leighmcculloch in #333
- Bump version to 20.0.0 by @github-actions in #334
Full Changelog: v0.0.17...v20.0.0
20.0.0-rc1
What's Changed
- Generate for entry expired error by @sisuresh in #282
- Bump xdr by @dmkozh in #283
- Generate XDR
DepthLimiter
and depth-limitedRead/WriteXdr
by @jayz22 in #281 - Bump XDR by @dmkozh in #285
- Make SCError into a union to allow user errors to be u32 by @graydon in #286
- Update rust-version by @github-actions in #284
- Bump xdr by @dmkozh in #287
- Bump xdr by @dmkozh in #288
- Bump xdr by @dmkozh in #289
- Regen to pick up
ContractCostType
changes by @jayz22 in #290 - Bump xdr by @dmkozh in #292
- Update to reflect removal of SCSpecTypeSet by @graydon in #291
- Bump xdr by @dmkozh in #293
- Take change from txSOROBAN_RESOURCE_LIMIT_EXCEEDED to txSOROBAN_INVALID by @graydon in #295
- Run CI via in merge queue by @leighmcculloch in #297
- Update rust-version by @github-actions in #294
- Bump curr and next by @sisuresh in #298
- bump xdr by @sisuresh in #299
- Bump version to 20.0.0-rc1 by @github-actions in #302
Full Changelog: v0.0.17...v20.0.0-rc1
0.0.17
What's Changed
- Remove TransactionResultV2 by @sisuresh in #257
- Regenerate for overhaul of error codes by @graydon in #258
- bump xdr by @sisuresh in #259
- Bump XDR by @dmkozh in #261
- Bump xdr by @dmkozh in #262
- Update for state-expiration XDR changes by @graydon in #263
- Update rust-version by @github-actions in #264
- Bump XDR by @dmkozh in #265
- Regenerate for new crypto cost types by @graydon in #266
- Bump XDR by @dmkozh in #267
- bump op by @sisuresh in #268
- generate for storage type removal by @sisuresh in #269
- drop ContractCostType::VerifyEcdsaSecp256k1Sig by @graydon in #270
- Update
next
to pickup int256 cost types by @jayz22 in #271 - Regenerate rename by @sisuresh in #272
- regenerate for typo by @sisuresh in #273
- Bump xdr with contract instance storage changes by @dmkozh in #274
- Regenerate for removal of ScVal::StorageType by @graydon in #275
- Regenerate for RestoreFootprintOp by @sisuresh in #276
- Generate rename by @sisuresh in #278
- Update crate-git-revision by @leighmcculloch in #279
- Bump version to 0.0.17 by @github-actions in #280
Full Changelog: v0.0.16...v0.0.17
0.0.16
What's Changed
- XDR for upgradeable config entries by @sisuresh in #242
- Fix U/I128 and U/I256 number representation for consistent sorting by @jayz22 in #243
- Update "next" for fee and host-logic-version config settings by @graydon in #245
- Add contract meta xdr by @sisuresh in #246
- Update rust-version by @github-actions in #247
- Bump stellar-xdr "next" to pick up the cost configs change by @jayz22 in #248
- Bump for fee model changes by @sisuresh in #249
- Back out host logic version config setting, will not be used by @graydon in #250
- Remove + if dirty by @sisuresh in #251
- Update stellar-xdr version by @jayz22 in #252
- Update xdr to pick up config settings for contract data by @jayz22 in #253
- Bump xdr by @dmkozh in #254
- Move to syn2 by @graydon in #255
- Bump version to 0.0.16 by @github-actions in #256
Full Changelog: v0.0.15...v0.0.16
0.0.15
What's Changed
- Make types wrapping Strings no longer aliases by @leighmcculloch in #237
- Value representation overhaul by @graydon in #234
- Diagnostic events by @sisuresh in #240
- Bump version to 0.0.15 by @github-actions in #241
Full Changelog: v0.0.14...v0.0.15
0.0.14
0.0.13
What's Changed
- Update rust-version by @github-actions in #228
- Update Rust XDR for Auth Next. by @dmkozh in #229
- Update xdr (includes specdocs change) by @leighmcculloch in #227
- Add 13-tuple conversions by @brson in #230
- Update xdr by @leighmcculloch in #231
- Update xdr for auth errors by @sisuresh in #232
- Bump version to 0.0.13 by @github-actions in #233
Full Changelog: v0.0.12...v0.0.13
0.0.12
What's Changed
- Add guess subcommand by @leighmcculloch in #220
- Add makefile rules for regenerating from a local xdrgen by @brson in #221
- Update xdrgen to get Rust 1.66 changes by @leighmcculloch in #224
- Bump version of specific_install gem by @graydon in #226
- Update rust-version by @github-actions in #223
- Bump version to 0.0.12 by @github-actions in #225
Full Changelog: v0.0.11...v0.0.12
0.0.11
What's Changed
- Fix apt-get install by @leighmcculloch in #218
- Bump version to 0.0.11 by @github-actions in #219
Full Changelog: v0.0.10...v0.0.11
0.0.10
What's Changed
- Remove a few unnecessary dependencies by @leighmcculloch in #214
- Upgrade crate-git-revision to 0.0.4 by @brson in #213
- Bump version to 0.0.10 by @github-actions in #217
Full Changelog: v0.0.9...v0.0.10