Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / ohgeez-dao/levx-protocol issues and pull requests

#48 - Problem of how to get Dividend.amountPerShare in _settle()     [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGauge, TheGreatHB

#47 - Problem with Dividend.timestamp recording in _settle()     [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGauge, TheGreatHB

#46 - When currency is an ERC20 in _settle, it seems that approval of currency is missing     [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago - 1 comment
Labels: NFTGauge, TheGreatHB

#45 - Unnecessary code in _updateValueAtNow()     [Recommendation]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGauge, TheGreatHB

#44 - Incorrect comment in _getValueAt()     [Recommended]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGauge, TheGreatHB

#43 - Problem calculating userWeight in claimDividends() even when balance is 0     [Recommended]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGauge, TheGreatHB

#42 - Unnecessary loops in claimDividends()     [Recommended]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGauge, TheGreatHB

#41 - Naming variables in claimDividends() [Optimization]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGauge, TheGreatHB

#40 - No consideration of the amount of dividends in claimDividends()     [Recommendation]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGauge, TheGreatHB

#39 - Unnecessary updates when revoke() is called by non-voters     [Recommended]

Issue - State: closed - Opened by levx-dev about 2 years ago - 1 comment
Labels: wontfix, NFTGauge, TheGreatHB

#38 - voteDelayCheck in revoke()     [Question]

Issue - State: closed - Opened by levx-dev about 2 years ago - 1 comment
Labels: wontfix, NFTGauge, TheGreatHB

#37 - voteDelayCheck in vote()     [Question]

Issue - State: closed - Opened by levx-dev about 2 years ago - 1 comment
Labels: wontfix, NFTGauge, TheGreatHB

#36 - Possibility of tokenTransfer failure in unwrap     [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGauge, TheGreatHB

#35 - Unconditional token transfer failure in wrap()     [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGauge, TheGreatHB

#33 - When calculating wrapped in userCheckpoint, underflow may occur [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGauge, TheGreatHB

#32 - When userCheckpoint() is the first checkPoint call of the target user, many useless calls are made. [Recommended]

Issue - State: closed - Opened by levx-dev about 2 years ago - 1 comment
Labels: wontfix, NFTGauge, TheGreatHB

#31 - Invalid variable naming in _checkpoint(). [Optimization]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: wontfix, NFTGauge, TheGreatHB

#30 - In _checkpoint(), prevFutureEpoch >= _periodTime is considered a meaningless conditional clause.     [Optimization]

Issue - State: closed - Opened by levx-dev about 2 years ago - 1 comment
Labels: wontfix, NFTGauge, TheGreatHB

#29 - Update incorrect voteUserSlopes value in _updateSlopeChanges()     [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: GaugeController, TheGreatHB

#27 - The function that modifies totalWeight in _increaseGaugeWeight() can be simplified. [Optimization]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: GaugeController, TheGreatHB

#26 - In voteForGaugeWeights(), powerUsed >= 0 is a meaningless conditional. [Optimization]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: GaugeController, TheGreatHB

#25 - The problem of how to calculate the amount of user's balance in voteForGaugeWeights(). [Important]

Issue - State: open - Opened by levx-dev about 2 years ago - 1 comment
Labels: GaugeController, TheGreatHB

#24 - Do not check if to in claimFees() is less than fees[token].length     [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGaugeFactory, TheGreatHB

#22 - The name of the variable lastFeeClaimed seems to be incorrect     [Recommendation]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: wontfix, NFTGaugeFactory, TheGreatHB

#21 - Overflow problem     [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGaugeFactory, TheGreatHB

#20 - Token transfer is missing from distributeFees     [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGaugeFactory, TheGreatHB

#19 - User's currency extortion problem through executePayment() function     [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGaugeFactory, TheGreatHB

#18 - The range of _feeRatio in updateFeeRatio() is not checked. [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGaugeFactory, TheGreatHB

#17 - The range of _feeRatio is not checked in the constructor. [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGaugeFactory, TheGreatHB

#16 - Not distributable in constructor. [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: NFTGaugeFactory, TheGreatHB

#15 - Event occurrence is missing from updateTreasury()     [Recommended]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: Minter, TheGreatHB

#14 - A problem that may occur in the number of iterations of the mintableInTimeframe loop. [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: Minter, TheGreatHB

#13 - Missing visibility of constant variable. [Recommended]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: Minter, TheGreatHB

#11 - Don't check underflow. [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: Integers, TheGreatHB

#10 - No overflow check. [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: Integers, TheGreatHB

#9 - Missing check in makeOffer() that currency is not address(0) [Recommended]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: WrappedERC721, TheGreatHB

#8 - The amount emitted from the event in the claim should be the bid price, not the sale.price. [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: WrappedERC721, TheGreatHB

#7 - When claim calls _settle(), sale.price is sent, but it should be the bid price, not the sale.price. [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: WrappedERC721, TheGreatHB

#6 - NFT transfer is missing in claim() [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: WrappedERC721, TheGreatHB

#5 - Invalid parameter in Tokens.transfer() in claim() [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: WrappedERC721, TheGreatHB

#4 - A problem that occurs when ETH transfer fails in _bid(). [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: WrappedERC721, TheGreatHB

#3 - In listForSale, price can also be entered as 0. [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago - 1 comment
Labels: wontfix, WrappedERC721, TheGreatHB

#2 - In listForSale, currency is limited to ETH only. [Important]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: WrappedERC721, TheGreatHB

#1 - Unnecessary Signature Import [Optimization]

Issue - State: closed - Opened by levx-dev about 2 years ago
Labels: WrappedERC721, TheGreatHB