-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #1mmkbd5 [ACP-02] Removed confusing comment * #1mmkb8p [ACP-02] Moved check for existing funds when writing to HELD_FUNDS * #1mmkbe3 [ADD-01] Removed redundant .clone() * #1mmkbfb [ADD-02] Added unwrap_or_default() * #1mmkbg3 [ADD-03] Corrected error message for opposing address list modules * #1mmkbj5 [ADD-04] Removed referenced functions as they are unused. * #1mmkbnh [ADR-01] Renamed include/exclude address functions * #1mmkbpx[review] [ADR-02] added comment to help understand includes_address * #1mmkbnh [ADR-01] Altered exclude_address * #1mmkbnh [ADR-01] Fixed tests, undid method name changes * audit_1 [ACK-01] Created timelocked escrow may be immediately unlocked, when provided timestamp in past, fixed with tests * audit_1 [ACK-01] Created timelocked escrow may be immediately unlocked, when provided timestamp in past, fixed with tests 2 * audit_1 [ACK-02] Functions should have checks to not overwrite existing records in Map. * audit_1 [ACK-02] Functions should have checks to not overwrite existing records in Map. * audit_1 [ACK-03] Discussion (through comments) around centralization risk in execute_send() and whether it should be documented. * 1mmkb8e [ACK-04] splitter may bring denial of service issue * #1mmkbr2 [AKP-01] Unnecessary type casting * #1mmkbr2 [AKP-01] Unnecessary type casting * #1mmkbrr [AKP-02] Possible integer overflow * #1mmkby3 [COM-03] Ensure that 0 <= fee_rate <= 100 also rate in Taxable. * #1mmkbyf [COM-4] Ensure that Coin::amount <= Uint128::MAX/100 * #1mmkce9 [REC-01] Consider replacing ok_or with lazily evaluated ok_or_else * #1mmkcg8 [TAX-01] Ensure that 0 <= fee_rate <= 100 also rate in taxable * #1mmkb8e [ACK-04] splitter may bring denial of service issue * #1mmkcew [ROY-01] on_agreed_transfer() Hook not consistent between royalties.rs and taxable.rs * #1mmkbxm [COM-02] Proper usage of &Vec<> over &[] * #1mmkcjf [TOK-02] Name of add_approval() is misleading and not documented * #1mmkawq [GLOBAL-02] Using if let or match instead of is_some+unwrap() * #1mmkche [TOK-01] Missing sanity validation in InstantiateMsg::Validate() * #1mmkc5w [COT-01] Added check for token_id uniqueness * Linting * 1mmkc8w [COT-05] Altered Token in state to be optional to allow archiving of burnt token ids * Removed .is_some() from token state functions * Renamed save token function to better suit functionality * added [TOK-01] blacklists + test * Fixed tests issues caused by changing token state to optional * #1mmkbwc [COM-01] Possible integer overflow * #1mmkc0u [COM-05] misleading error message in deduct_payment() * #1mmkccf [MOD-01] Cloning used for types that implement the Copy trait * #1mmkcfr [STA-01] Lacking document of functionality of increment_num_tokens() * #1mmkbtq [CKP-01] Altered type casting for u128 * #1mmkc55 [CON-01] Removed unnecessary .clone() calls * #1mmkcge [TAX-02] Added comment related to payments for tax/royalty * #1mmkaw7 [GLOBAL-01] Removed various unnecessary uses of .clone() * Tagged variables as unused in tests * #1mmkb3j [GLOBAL-03] Added comments to public package functions * Fixed failing test * added FETCH smart contract * [COM-02] Added a check for the payment amount to ensure it cannot exceed the limitations of Uin128 Co-authored-by: unknown <georgeschouchani1@gmail.com> Co-authored-by: Georges Chouchani <gachouchani@ndu.edu.lb>
- Loading branch information
1 parent
3225a32
commit 5b7fca5
Showing
34 changed files
with
978 additions
and
863 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.