-
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
Rename type Ledger
to Slot
#277
Comments
@ebma pub type Slot = Uint64; and Ledger is u32: pub type Ledger = u32; Shall we address where to handle the conversion from Ledger to Slot? And also, where to define the Can we actually cleanup the following:
|
Hey team! Please add your planning poker estimate with Zenhub @ebma @b-yap @ashneverdawn |
@b-yap can i icebox this if not urgent? |
(also @ebma: still relevant?) |
This is just some minor refactoring and not super urgent. I'd say it's fine to move it to the icebox but not close it. |
Okay, moved to Icebox. |
* first iteration * cleanup more todo's * cleanup txsets todos * interlay/interbtc-clients@622f36b * fix #417 (comment) * cleanup is_public_network() method and the testchain runtime cfg-if * implement the faucet_url todo * is_transaction_already_submitted * 2nd iteration to improve is_transaction_already_submitted() * revert changes of the `fn is_transaction_already_submitted()` * test prepush-hook * update `fn is_transaction_already_submitted()` * remove unnecessary files * fix resources * fix check_bump_sequence_number_and_submit() test case; update the configs * just allow it * cleanup the comments * clippy cleanup * #277 and #486 (comment), #486 (comment) * rebase and #486 (comment) * rename file for stellar_secretkey_testnet * update function `get_mainnet_secret_key` to `get_secret_key` that accepts 2 params * clippy fix * Update Cargo.lock update cargo lock
As mentioned by @ebma :
The text was updated successfully, but these errors were encountered: