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

feat: Sync up with gno's math/overflow​ package #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

notJoon
Copy link
Member

@notJoon notJoon commented Nov 19, 2024

Description

Following the desription in gno issue #1729, I modified the current codebase to sync with the math/overflow package in gno.

Change Log

  • Changed the existing function _is64Bit to constant is64Bit
  • Renamed the Quotient function to Quo
    • Added a deprecated notice in comments for the existing Quotation function for compatibility.
  • Added unsigned integer types, marked with U prefix to indicate unsigned.
  • Add unit tests and gno.mod file

Related Issue

@notJoon notJoon marked this pull request as ready for review November 19, 2024 09:13
@Kouteki Kouteki requested review from thehowl and mvertes November 19, 2024 13:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Status: In Progress
Status: In Review
Development

Successfully merging this pull request may close these issues.

2 participants