Releases: IOTA-NET/IotaSDK.NET
Releases · IOTA-NET/IotaSDK.NET
v0.1.2-alpha
What's Changed
- 254 feat allow linux support and publish nuget by @wireless90 in #256
- Reworked entire pinvokes, Added Linux support by @wireless90 in #258
Full Changelog: v0.1.0-alpha...v0.1.2-alpha
v0.1.0-alpha
What's Changed
- 1 feat generatemnemonic by @wireless90 in #26
- Added error handling and hexseed conversion by @wireless90 in #27
- Added VerifyMnemonic by @wireless90 in #28
- Added NftIdToBech32 by @wireless90 in #29
- Added bech32tohex by @wireless90 in #30
- Added AliasIdToBech32 by @wireless90 in #34
- Added VerifyBech32Address by @wireless90 in #35
- Added Publickey to bech32 by @wireless90 in #36
- 15 feat hextobech32 by @wireless90 in #38
- 37 make handlers more generic to prevent repeatative code by @wireless90 in #39
- Added ConvertOutputIdToNftIdAsync by @wireless90 in #40
- 8 feat computestoragedeposit by @wireless90 in #41
- 8 feat computestoragedeposit by @wireless90 in #42
- Able to create a wallet by @wireless90 in #44
- added storemnemonic by @wireless90 in #67
- 55 feat isstrongholdpasswordavailable by @wireless90 in #68
- 62 feat setstrongholdpassword by @wireless90 in #69
- 48 feat createaccount by @wireless90 in #70
- Added createaccount by @wireless90 in #71
- 63 feat setstrongholdpasswordclearinterval by @wireless90 in #72
- Added GetAccountIndexesQuery by @wireless90 in #73
- Added getaccounts by @wireless90 in #74
- 76 feat getaccounts by @wireless90 in #77
- Added clearstrongholdpasswordcommand by @wireless90 in #78
- Added ChangeStrongholdPasswordAsync by @wireless90 in #79
- Added StartLogger by @wireless90 in #81
- 82 feat add account related models by @wireless90 in #83
- Added Start bg sync by @wireless90 in #84
- Added stopbackgoundsync by @wireless90 in #85
- Added setclientoptions async by @wireless90 in #86
- Reworked parts to support account sync by @wireless90 in #150
- Added setalias by @wireless90 in #151
- 133 feat send by @wireless90 in #152
- 154 feat add preparedtransactiondata classes by @wireless90 in #155
- Added signandsubmittransaction by @wireless90 in #156
- 126 feat preparemintnfts by @wireless90 in #157
- Added mintnfts by @wireless90 in #158
- 120 featunspentoutputs by @wireless90 in #159
- Added getbalance by @wireless90 in #160
- Added getoutput by @wireless90 in #161
- Added PrepareBurnNft by @wireless90 in #162
- Added PrepareBurn by @wireless90 in #163
- 164 feat simplify accountmodel creation by @wireless90 in #165
- Added burn by @wireless90 in #166
- Added PrepareSendNfts by @wireless90 in #167
- 137 feat sendnft by @wireless90 in #168
- Added SetDefaultSyncOptions by @wireless90 in #170
- Added GetTransactions by @wireless90 in #171
- Added PrepareConsolidation by @wireless90 in #172
- Added ConsolidateOutput by @wireless90 in #173
- 117 feat pendingtransactions by @wireless90 in #174
- Added Retry Tx until included by @wireless90 in #175
- Added RequestFunds and Get Client by @wireless90 in #176
- Added Getincomingtx by @wireless90 in #178
- Added GetClaimableOutputs by @wireless90 in #179
- Added PrepareTransactions by @wireless90 in #180
- Added GetTransaction by @wireless90 in #181
- Added sendtransaction by @wireless90 in #182
- added docs by @wireless90 in #184
- Added Create Wallet and accounts example by @wireless90 in #186
- Added GetOutputs by @wireless90 in #187
- 124 feat preparecreatenativetoken by @wireless90 in #188
- 123 feat createnativetoken by @wireless90 in #189
- 96 feat preparecreatealiasoutput by @wireless90 in #190
- 95 feat createaliasoutput by @wireless90 in #191
- 192 docs check balance example by @wireless90 in #193
- Added getfoundry output by @wireless90 in #194
- Added GetIncomingTx by @wireless90 in #195
- Added RequestFundsFromfaucet for account by @wireless90 in #198
- 102 featgenerateed25519addresses by @wireless90 in #199
- Added Generate address example by @wireless90 in #200
- fixed bugs on address generation by @wireless90 in #201
- 202 feat fluent nft creation by @wireless90 in #203
- Added demo for RequestTokensFrom Faucet by @wireless90 in #207
- Added BurnNftCommand by @wireless90 in #209
- Added GetAddressesWithUnspentOutputs by @wireless90 in #210
- Added PrepareMintNativeTokens by @wireless90 in #211
- Added MintNativeTokens by @wireless90 in #212
- Added SendBasecoinTransactionExample by @wireless90 in #214
- Added SignTransactionEssence by @wireless90 in #215
- Added prepareclaimoutputs by @wireless90 in #216
- Added ClaimOutputs by @wireless90 in #217
- Added Mint NFTs example by @wireless90 in #218
- 98 feat preparemeltnativetoken by @wireless90 in #219
- 97 feat meltnativetoken by @wireless90 in #220
- Added submitsignedtransction by @wireless90 in #221
- 100 feat preparedestroyalias by @wireless90 in #222
- 223 feat destroy alias by @wireless90 in #224
- Added PrepareSendBaseCoinToAddresses by @wireless90 in #226
- Add SendBaseCoinToAddresses by @wireless90 in #227
- Added PrepareOutput and all its options by @wireless90 in #228
- added example on sending nfts by @wireless90 in #230
- Added preparesendnativetokens by @wireless90 in #231
- Added sendnativetokens by @wireless90 in #232
- Added PrepareDestroyFoundry by @wireless90 in #233
- Added destroy foundry by @wireless90 in #236
- Added PrepareBurnNativeTokens by @wireless90 in #237
- Added BurnNativeTokens by @wireless90 in #238
- Added burn nft example by @wireless90 in #240
- Added builders for creation of native tokens by @wireless90 in #243
- Added CreateNativeTokensUsingBuilder by @wireless90 in #245
- Added create foundry example by @wireless90 in #246
- Added backupstronghold by @wireless90 in https://github.com/IOTA-NET/IotaSDK...