flutter_nekoton_bridge 3.1.1 copy "flutter_nekoton_bridge: ^3.1.1" to clipboard
flutter_nekoton_bridge: ^3.1.1 copied to clipboard

Flutter Nekoton bridge.

3.1.1 #

  • FIX: await transport.use in refresh methods for proper async handling. (44a2dbc4)

3.1.0 #

  • REFACTOR(abi): make abiVersion parameter optional in packIntoCell and unpackFromCell. (a894e42b)
  • FIX(EWM-427): update message hash after refreshTimeout. (dbc1dafe)
  • FIX(EWM-427): implement immutable refresh_timeout. (1c8b1103)
  • FIX: update StorageDartWrapper API to use synchronous constructor and adjust related function signatures. (556ebdc1)
  • FIX(EWM-496): remove tokio runtime & refactor async rust. (cc7caeaf)
  • FIX: RawContractState add private constructor. (82581163)
  • FIX(EWM-508): add NotExistingContract model to fix broken contract state. (7b197368)
  • FIX(EWM-508): add NotExistingContract model to fix broken contract state. (b37cdaa6)
  • FEAT: make some abi methods sync. (b197b80d)
  • FEAT(EWM-514): add run_getter. (989b0cf0)
  • FEAT(EWM-508): add exists check method for raw_contract_state. (70ad0d95)

2.10.1 #

  • FIX: await transport.use in refresh methods for proper async handling. (44a2dbc4)

2.10.0 #

  • REFACTOR(abi): make abiVersion parameter optional in packIntoCell and unpackFromCell. (a894e42b)
  • FEAT: make some abi methods sync. (b197b80d)

2.9.4 #

  • FIX(EWM-427): update message hash after refreshTimeout. (dbc1dafe)

2.9.3 #

  • FIX(EWM-427): update message hash after refreshTimeout. (dbc1dafe)
  • FIX(EWM-427): implement immutable refresh_timeout. (1c8b1103)

2.9.2 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

2.9.2-dev.1 #

  • FIX: update StorageDartWrapper API to use synchronous constructor and adjust related function signatures. (556ebdc1)

2.9.2-dev.0 #

  • FIX(EWM-496): remove tokio runtime & refactor async rust. (cc7caeaf)

2.9.1 #

  • FIX: RawContractState add private constructor. (82581163)

2.9.0 #

  • FIX: RawContractState add private constructor. (82581163)
  • FEAT(EWM-508): add exists check method for raw_contract_state. (70ad0d95)

2.8.1 #

  • FIX(EWM-508): add NotExistingContract model to fix broken contract state. (7b197368)

3.0.1 #

  • FIX: rename _Comment to TransactionAdditionalInfoComment. (95a4ac19)

3.0.0 #

Note: This release has breaking changes.

  • BREAKING CHORE: update dependencies. (4c05f56c)

2.8.0 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

2.8.0-dev.1 #

  • FEAT: update payload parsing to support jetton transfers. (1ca7f1f3)

2.8.0-dev.0 #

2.7.0 #

  • FEAT(EWM-484): add WalletV3R1 and WalletV3R2 types to wallet models. (38f0fac9)

2.6.0 #

  • FIX(SPARX-FQ): improve mutex usage. (1e6a053f)
  • FEAT: add makeStateInit method to TonWallet and update related tests. (b099d504)

2.5.0 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

2.5.0-dev.5 #

  • Update a dependency to the latest release.

2.5.0-dev.4 #

  • FIX(SPARX-80): prevent unnecessary calls in wallet event handlers. (a50d03e2)
  • FEAT: update nekoton and mnemonic format. (1460bc24)

2.5.0-dev.3 #

  • REFACTOR: FeeFactors model & getFeeFactors methods. (e9760638)
  • FEAT: add TonWalletTransferParams model; update prepare_transfer method;. (a66f1a11)

2.5.0-dev.2 #

  • FIX: update nekoton & remove gqlConnection parameter from JettonWallet methods. (71778866)
  • FEAT: update fee method (#327). (f621674d)

2.5.0-dev.1 #

  • FEAT: change async functions to synchronous in mnemonic API. (e147f7b7)

2.5.0-dev.0 #

  • FEAT: implemented moving from u64 to u128 (#323). (c4c3234c)

2.4.2 #

  • FIX: add address validation and update related methods. (cbfa998f)

2.4.1 #

  • FIX: make overrideBalance nullable in TransactionExecutionOptions model. (4e6ab696)

2.4.0 #

  • FEAT: add execution options to estimateFees and update related models (#317). (48106400)

2.3.1 #

  • FIX: downgrade rxdart version to 0.27.7 in flutter_nekoton_bridge. (197b0b9f)

2.3.0 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

2.3.0-dev.4 #

  • FIX(ios): rename nekoton_bridge to flutter_nekoton_bridge. (c30e409f)

2.3.0-dev.3 #

  • Update a dependency to the latest release.

2.3.0-dev.2 #

  • FIX: restrict money2 version to avoid json serialization issues. (3ac64f36)
  • FEAT: update flutter_rust_bridge (#297). (f5803e51)
  • FEAT: enhance Address model with new methods and integration tests. (9e2bf7e7)
  • FEAT: update flutter_rust_bridge. (017a2403)

2.3.0-dev.1 #

  • FEAT: enhance Address model with new methods and integration tests. (9e2bf7e7)

2.3.0-dev.0 #

  • FEAT: update flutter_rust_bridge. (017a2403)

2.2.3 #

2.2.1 #

  • FIX: check if contract was disposed. (18828705)

2.2.0 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

2.2.0-dev.0 #

2.1.0 #

  • FEAT: update nekoton, add jetton update_library_cell support;. (69576615)

2.0.2 #

  • Update a dependency to the latest release.

2.0.1 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

2.0.1-dev.14 #

  • FEAT: token wallet preload transactions (#286). (ff55c7a8)

2.0.1-dev.13 #

  • FEAT: add ton wallet callbacks (on_details_changed, on_custodians_changed, on_unconfirmed_transactions_changed). (3b146cd4)

2.0.1-dev.12 #

  • FIX: add ton_wallet_transfer wallet interaction method. (7eeb6e02)

2.0.1-dev.11 #

  • FIX: ton KnownPayload support. (e8628199)

2.0.1-dev.10 #

  • FIX: JettonIncomingTransfer field fix; add TON wallet types;. (49a64af7)
  • FEAT: add pack_address. (47cf1763)

2.0.1-dev.9 #

Note: This release has breaking changes.

  • FEAT: combine token & jetton transaction models. (d22f1c48)
  • BREAKING REFACTOR: remove tuple. (11d9efed)

2.0.1-dev.8 #

2.0.1-dev.7 #

  • FEAT: transport http client. (67411462)

2.0.1-dev.6 #

2.0.1-dev.5 #

  • FEAT: use transport mutex in ton/token wallets. (5eaa8283)
  • FEAT: add transport mutex. (0eaf93a2)

2.0.1-dev.4 #

2.0.1-dev.2 #

  • FIX: force nekoton_bridge version bump. (8bb103d4)

2.0.1-dev.1 #

2.0.1-dev.0 #

2.0.0 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

2.0.0-dev.1 #

Using money2_improver from git and money2: 5.2.1

1.28.0-dev.7 #

  • Update a dependency to the latest release.

1.28.0-dev.6 #

  • FIX: rollback codegen files. (99c57171)
  • FEAT: add simulateTransactionTree method. (2df468c3)

1.28.0-dev.5 #

1.28.0-dev.4 #

  • FIX: estimate_min_attached_amount return type. (7fbcb2a1)

1.28.0-dev.3 #

  • FEAT: estimate_min_attached_amount method (#250). (f2b75c60)

1.28.0-dev.2 #

1.28.0-dev.1 #

1.28.0-dev.0 #

1.27.3 #

1.27.2 #

1.27.1 #

1.27.0 #

1.26.1 #

1.26.0 #

1.25.2 #

1.25.1 #

  • FIX: updateClockOffset param changed to Duration (#224). (23ca1175)

1.25.0 #

1.24.0 #

1.23.0 #

  • FIX: remove isUtc from DateTimeJsonConverter (#208). (5135f5df)
  • FEAT: add connection hash (#211). (21050663)
  • FEAT: automatically fetch network id in transport initialization (#209). (81fd877e)

1.22.0 #

1.21.0 #

1.20.0 #

1.19.0 #

1.18.1 #

  • Update a dependency to the latest release.

1.18.0 #

1.17.1 #

  • Update a dependency to the latest release.

1.17.0 #

1.16.0 #

  • FEAT: replace StreamController to BehaviorSubject (#177). (718662ea)

1.15.0 #

1.14.0 #

1.13.1 #

1.13.0 #

1.12.0 #

1.11.0 #

  • FEAT: add Currency and Money to TokenWallet (#162). (4b13f6bc)

1.10.0 #

1.9.0 #

1.8.2 #

1.8.1 #

  • Update a dependency to the latest release.

1.8.0 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

1.8.0-dev.15 #

1.8.0-dev.14 #

1.8.0-dev.13 #

  • REFACTOR: add address and public key data classes (#136). (10e8f924)
  • FIX: use freezed-generated methods (#137). (d653392b)
  • FIX: amount in test (will be refactored in future) (#135). (29b60d41)
  • FEAT: restart rust runtime, update nekoton, fix formatter (#130). (972b5def)

1.8.0-dev.12 #

  • FIX: fix calls after dispose. Fix getting FullContractState (#132). (f8898091)

1.8.0-dev.11 #

1.8.0-dev.10 #

1.8.0-dev.9 #

1.8.0-dev.8 #

1.8.0-dev.7 #

1.8.0-dev.6 #

1.8.0-dev.5 #

1.8.0-dev.4 #

1.8.0-dev.3 #

1.8.0-dev.2 #

  • FIX: change packages version. (ab1f7ff1)

1.7.0-dev.1 #

1.7.0-dev.0 #

  • FEAT: add dart caller return value (#12). (872ca097)
  • FEAT: Attempt generate from multiple files (#8). (26440721)

1.6.0 #

  • FIX: version up.
  • FIX: flutter_nekoton_bridge version fix.
  • FEAT: version up.

1.0.3 #

  • FIX: change version.

0.0.1 #

  • TODO: Describe initial release.