-
Notifications
You must be signed in to change notification settings - Fork 219
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
feat: update api #6101
feat: update api #6101
Conversation
update grpc network call
Test Results (CI)1 264 tests 1 264 ✅ 11m 33s ⏱️ Results for commit b7bb190. ♻️ This comment has been updated with latest results. |
Test Results (Integration tests) 2 files 11 suites 14m 4s ⏱️ For more details on these failures, see this check. Results for commit b7bb190. ♻️ This comment has been updated with latest results. |
/// # Safety | ||
/// The ```string_destroy``` method must be called when finished with a string from rust to prevent a memory leak | ||
#[no_mangle] | ||
pub unsafe extern "C" fn tari_address_network(address: *mut TariWalletAddress, error_out: *mut c_int) -> *mut c_char { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably need to include this method in a unit test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
Description
Add FFI call to get the network of a TariAdress
Add Tari Unique ID for merge mining to mining calls
Motivation and Context
Small improvements to tari's outside API calls.