-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New API changes #491
Merged
Merged
New API changes #491
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gabaldon
force-pushed
the
integrate-new-explorer-api
branch
2 times, most recently
from
January 8, 2024 11:53
668d07e
to
9bcd0a9
Compare
gabaldon
force-pushed
the
integrate-new-explorer-api
branch
from
February 15, 2024 08:48
ce741b5
to
a977d85
Compare
gabaldon
force-pushed
the
integrate-new-explorer-api
branch
from
February 16, 2024 15:10
cf8f166
to
5d5acbc
Compare
gabaldon
force-pushed
the
integrate-new-explorer-api
branch
from
February 22, 2024 16:53
fe85786
to
1b1d052
Compare
gabaldon
force-pushed
the
integrate-new-explorer-api
branch
from
February 29, 2024 11:39
6e45646
to
cc6e0f8
Compare
Tommytrg
reviewed
Feb 29, 2024
gabaldon
force-pushed
the
integrate-new-explorer-api
branch
from
March 1, 2024 08:13
cc6e0f8
to
3161036
Compare
Tommytrg
reviewed
Mar 1, 2024
lib/bloc/transactions/value_transfer/vtt_create/vtt_create_bloc.dart
Outdated
Show resolved
Hide resolved
lib/bloc/transactions/value_transfer/vtt_create/vtt_create_bloc.dart
Outdated
Show resolved
Hide resolved
parodyBit
requested changes
Mar 12, 2024
lib/bloc/transactions/value_transfer/vtt_create/vtt_create_bloc.dart
Outdated
Show resolved
Hide resolved
lib/bloc/transactions/value_transfer/vtt_create/vtt_create_bloc.dart
Outdated
Show resolved
Hide resolved
parodyBit
approved these changes
Mar 14, 2024
parodyBit
approved these changes
Mar 14, 2024
gabaldon
force-pushed
the
integrate-new-explorer-api
branch
from
March 14, 2024 14:22
a64177a
to
a8eb65f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR uses the new explorer api v1.5 with the latest
witnet.dart
changes:ValueTransferInfo
adapters for compatibility with DBwitnet.dart
adapters to store values in DBapi_explorer
TxStatusLabel
enum instead of stringInputUtxo
and use newoutputPointer.toString()
witnet.dart method to compare UTXOSThis PR depends on witnet/witnet.dart#49 and witnet/witnet.dart#54
close #446
close witnet/witnet.dart#51
close #504