Releases: mobilecoinofficial/full-service
Releases · mobilecoinofficial/full-service
v1.9.5-pre.1
What's Changed
Other Changes
- Fix issues surfaced by block version 2 (#502) by @briancorbin in #504
Full Changelog: v1.9.4-pre.1...v1.9.5-pre.1
v2.0.0-pre.2
What's Changed
Exciting New Features ✨
- Feature/No Wallet Db Mode (Partial-Service) by @briancorbin in #464
Full Changelog: v2.0.0-pre.1...v2.0.0-pre.2
v2.0.0-pre.1
What's Changed
Other Changes
- adding dependabot.yml by @briancorbin in #443
- Feature/update to fog resolver by @briancorbin in #437
- Feature/refactor transaction signer by @briancorbin in #436
- Get Block Index by TXO public key by @briancorbin in #462
- Checking if account already exists by @briancorbin in #463
Full Changelog: v1.10.0-pre.6...v2.0.0-pre.1
v1.10.0-pre.6
What's Changed
Other Changes
- Feature/update gh build workflow by @briancorbin in #429
- Feature/parallel arrays sample mixin by @briancorbin in #434
Full Changelog: v1.10.0-pre.5...v1.10.0-pre.6
v1.10.0-pre.5
What's Changed
Exciting New Features ✨
- Sample Mixins & Get Txo Membership Proofs by @briancorbin in #428
Bug Fixes 🐛
- Claim Gift Code fix by @briancorbin in #427
Full Changelog: v1.10.0-pre.3...v1.10.0-pre.5
v1.9.4
What's Changed
Other Changes
- add endpoint to get tx-log by direction by @briancorbin in #430
Full Changelog: v1.9.3...v1.9.4
v1.9.4-pre.1
What's Changed
Other Changes
- add endpoint to get tx-log by direction by @briancorbin in #430
Full Changelog: v1.9.3...v1.9.4-pre.1
v1.10.0-pre.3
What's Changed
Breaking Changes 🛠
- Refactor Txos by @briancorbin in #392
- Feature/multi token support by @briancorbin in #406
Exciting New Features ✨
- Implement offline transaction signing in CLI. by @christian-oudard in #337
- Support BlockVersion 0->2 and mc v1.2.0 by @briancorbin in #291
- Only create tx_log when Token is MOB by @briancorbin in #358
- Feature/tx logs since block by @briancorbin in #362
- Feature/merge view only and normal db models by @briancorbin in #374
- Implement CLI for unified accounts. Improve naming of offline tx-proposal files. by @christian-oudard in #382
- Uprev the mobilecoin submodule to version 1.3. by @christian-oudard in #390
- Balances Report All Token Ids In Wallet by @briancorbin in #405
- Add import to transaction signer for existing mnemonic by @briancorbin in #422
- Feature/burn token by @briancorbin in #425
Bug Fixes 🐛
- Enforce transaction input and outputs limits by @Shramp in #340
- setting db encryption key earlier by @briancorbin in #353
- Fix linker errors related to openssl on Ubuntu 22.04. by @christian-oudard in #355
- setting flags for runners for OpenSSL by @briancorbin in #364
- Upgrade GRPCIO to fix openssl problem by @briancorbin in #424
- Error report for invalid token network fee and getting max spendable for token by @briancorbin in #423
Other Changes
- bugfix/db transactions by @christian-oudard in #280
- Latest migration test by @Shramp in #281
- feature/limit offset optional by @christian-oudard in #283
- feature/update-ci-testing by @briancorbin in #285
- Feature/switch-to-github-actions by @briancorbin in #289
- Implement view-key management through CLI. by @christian-oudard in #290
- Make .mobconf and rust-toolchain reference mobilecoin submodule by @remoun in #318
- Max Spendable MOB by @Shramp in #314
- Feature/transaction signer service by @briancorbin in #282
- Add FAQ to docs and document precision by @Shramp in #324
- Add change output for zero change by @Shramp in #323
- Updating export VO package for normal accounts by @briancorbin in #327
- Docs/fix new updates by @Shramp in #330
- Feature/vo account balance improvements by @briancorbin in #328
- e2e tests for view only account flow + documentation updates by @Shramp in #333
- fixed bug by @briancorbin in #334
- creates draft release by @briancorbin in #343
- Update actions to include ARM64 build (M1 Mac) by @briancorbin in #351
- Upgrade mobilecoin submodule to release 1.2.1. by @christian-oudard in #357
- Update cargo lock for mc v1.2.1 by @briancorbin in #360
- Fix build issue with runners by @briancorbin in #365
- minor fixes to tutorials by @holtzman in #371
- Fix docs/tutorials/receive-mob filename typo by @dsernst in #367
- add database diagram dbdocs by @briancorbin in #372
- Show commit hash in "mobcli version" command. by @christian-oudard in #375
- Fix broken migration attempt on empty LMDB. by @christian-oudard in #376
- Add Intel SA 615 to MrSigner verifier. by @christian-oudard in #377
- Add status option for get txos endpoint by @Shramp in #379
- uprev mc lib by @briancorbin in #385
- Clean up e2e tests file by @Shramp in #383
- Transaction Log Refactor by @briancorbin in #384
- Add unverified mob to balance by @Shramp in #394
- List unspent txos should only return txos with both a key image and subaddress by @Shramp in #389
- Fix typo in CONTRIBUTING.md by @dsernst in #399
- Refactor/id fields by @briancorbin in #402
- Feature/get network status fees by @briancorbin in #403
- Docs/add ssl export line to readme by @Shramp in #404
- Separate build step out from OpenSSL path export by @pouneh in #409
- Feature/consolidate api endpoints by @briancorbin in #407
- Feature/update account db schema by @briancorbin in #412
- Update AssignedAddress db schema and JSON model by @briancorbin in #413
- Feature/cleanup unwraps by @briancorbin in #415
- bug fixed by selecting distinct by @briancorbin in #416
- bugfix/only select own txos by @briancorbin in #417
- Feature/update build unsigned by @briancorbin in #419
- Refactor Transaction Building by @briancorbin in #426
New Contributors
- @holtzman made their first contribution in #371
- @dsernst made their first contribution in #367
- @pouneh made their first contribution in #409
Full Changelog: v1.8.1-pre.1...v1.10.0-pre.3
v1.9.3
What's Changed
Other Changes
- Release/v1.9.1 by @briancorbin in #398
- assigns new change subaddress on startup if missing by @briancorbin in #410
Full Changelog: v1.9.0...v1.9.3
v1.10.0-pre.2
What's Changed
Breaking Changes 🛠
- Refactor Txos by @briancorbin in #392
- Feature/multi token support by @briancorbin in #406
Exciting New Features ✨
- Implement offline transaction signing in CLI. by @christian-oudard in #337
- Support BlockVersion 0->2 and mc v1.2.0 by @briancorbin in #291
- Only create tx_log when Token is MOB by @briancorbin in #358
- Feature/tx logs since block by @briancorbin in #362
- Feature/merge view only and normal db models by @briancorbin in #374
- Implement CLI for unified accounts. Improve naming of offline tx-proposal files. by @christian-oudard in #382
- Uprev the mobilecoin submodule to version 1.3. by @christian-oudard in #390
- Balances Report All Token Ids In Wallet by @briancorbin in #405
Bug Fixes 🐛
- Enforce transaction input and outputs limits by @Shramp in #340
- setting db encryption key earlier by @briancorbin in #353
- Fix linker errors related to openssl on Ubuntu 22.04. by @christian-oudard in #355
- setting flags for runners for OpenSSL by @briancorbin in #364
Other Changes
- bugfix/db transactions by @christian-oudard in #280
- Latest migration test by @Shramp in #281
- feature/limit offset optional by @christian-oudard in #283
- feature/update-ci-testing by @briancorbin in #285
- Feature/switch-to-github-actions by @briancorbin in #289
- Implement view-key management through CLI. by @christian-oudard in #290
- Make .mobconf and rust-toolchain reference mobilecoin submodule by @remoun in #318
- Max Spendable MOB by @Shramp in #314
- Feature/transaction signer service by @briancorbin in #282
- Add FAQ to docs and document precision by @Shramp in #324
- Add change output for zero change by @Shramp in #323
- Updating export VO package for normal accounts by @briancorbin in #327
- Docs/fix new updates by @Shramp in #330
- Feature/vo account balance improvements by @briancorbin in #328
- e2e tests for view only account flow + documentation updates by @Shramp in #333
- fixed bug by @briancorbin in #334
- creates draft release by @briancorbin in #343
- Update actions to include ARM64 build (M1 Mac) by @briancorbin in #351
- Upgrade mobilecoin submodule to release 1.2.1. by @christian-oudard in #357
- Update cargo lock for mc v1.2.1 by @briancorbin in #360
- Fix build issue with runners by @briancorbin in #365
- minor fixes to tutorials by @holtzman in #371
- Fix docs/tutorials/receive-mob filename typo by @dsernst in #367
- add database diagram dbdocs by @briancorbin in #372
- Show commit hash in "mobcli version" command. by @christian-oudard in #375
- Fix broken migration attempt on empty LMDB. by @christian-oudard in #376
- Add Intel SA 615 to MrSigner verifier. by @christian-oudard in #377
- Add status option for get txos endpoint by @Shramp in #379
- uprev mc lib by @briancorbin in #385
- Clean up e2e tests file by @Shramp in #383
- Transaction Log Refactor by @briancorbin in #384
- Add unverified mob to balance by @Shramp in #394
- List unspent txos should only return txos with both a key image and subaddress by @Shramp in #389
- Fix typo in CONTRIBUTING.md by @dsernst in #399
- Refactor/id fields by @briancorbin in #402
- Feature/get network status fees by @briancorbin in #403
- Docs/add ssl export line to readme by @Shramp in #404
- Separate build step out from OpenSSL path export by @pouneh in #409
- Feature/consolidate api endpoints by @briancorbin in #407
- Feature/update account db schema by @briancorbin in #412
- Update AssignedAddress db schema and JSON model by @briancorbin in #413
- Feature/cleanup unwraps by @briancorbin in #415
- bug fixed by selecting distinct by @briancorbin in #416
- bugfix/only select own txos by @briancorbin in #417
- Feature/update build unsigned by @briancorbin in #419
New Contributors
- @holtzman made their first contribution in #371
- @dsernst made their first contribution in #367
- @pouneh made their first contribution in #409
Full Changelog: v1.8.1-pre.1...v1.10.0-pre.2