Open petertonysmith94 opened 1 month ago
@petertonysmith94 i'd like to handle this. am i okay to go ahead?
@jeffersonnnn go ahead - we would value your contributions.
Please message here if you have any issues/questions :)
Update main.sw #1525 This update includes:
Renaming Bits512 to B512 to better align with the wider ecosystem. Adding documentation on how to form a B512 from two B256. Improving examples to reflect more complex use cases. Thank you for your hard work and collaboration in the community!
Looking forward to your feedback!
@Namanedogawa The PR you mentioned is in another repo — https://github.com/FuelLabs/fuels-rs/pull/1525.
Hi @arboleya! Sorry for the confusion. Could you please let me know what’s wrong with my pull request? I’ve opened a new pull request FuelLabs/fuels-rs/pull/1526 and would like to understand what else needs improvement.
Hi @arboleya! Sorry for the confusion. Could you please let me know what’s wrong with my pull request? I’ve opened a new pull request FuelLabs/fuels-rs/pull/1526 and would like to understand what else needs improvement.
The PR you have created is on the Rust SDK fuels-rs
, we are on the Typescript SDK fuels-ts
.
Update B512Type.ts #3287 check pls
Summary
Reference
B512
fromBits512
to better align with the wider ecosystem.