Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Remove BigInt and replace with i128 #237

Merged
merged 1 commit into from
Dec 3, 2022
Merged

Remove BigInt and replace with i128 #237

merged 1 commit into from
Dec 3, 2022

Conversation

leighmcculloch
Copy link
Contributor

What

Remove BigInt and replace with i128

Why

BigInt is gone in the latest release, and replaced with i128.

@leighmcculloch leighmcculloch marked this pull request as ready for review December 3, 2022 01:04
@leighmcculloch leighmcculloch merged commit 52c7ba4 into dev Dec 3, 2022
@leighmcculloch leighmcculloch deleted the bigintgone branch December 3, 2022 01:06
@stellar-jenkins
Copy link

@@ -23,41 +23,41 @@ pub trait Contract {
fn burn(
env: soroban_sdk::Env,
admin: soroban_auth::Signature,
nonce: soroban_sdk::BigInt,
nonce: soroban_sdk::i128,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just use i128 in this file (similar to the others)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, this is a mistake.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants