Skip to content
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

Dev #471

Draft
wants to merge 142 commits into
base: main
Choose a base branch
from
Draft

Dev #471

wants to merge 142 commits into from

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    de83129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43200e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. ♻️ Refactored subgraph URL generation

    ♻️ Refactored subgraph URL generation
    
    - Introduced a new function to generate subgraph URLs
    - Added error handling for fetching data from published subgraphs, with fallback to hosted ones
    - Updated the use of this function across multiple files
    - Included the ability to specify a publishedSubgraphUrl in chain configuration
    - Bumped up the production version of the subgraph in config file
    Corantin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    908bea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c825532 View commit details
    Browse the repository at this point in the history
  3. ♻️ Updated subgraph URL retrieval method

    - Replaced the direct environment variable access for fetching the Subgraph URL with a function call to `getConfigByChain`.
    - This change enhances code maintainability and readability by centralizing configuration data retrieval.
    Corantin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5880de8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78dad7c View commit details
    Browse the repository at this point in the history
  5. 🎨 Refactor button and dispute components

    - Defaulted className and tooltipClassName to empty string in Button component
    - Added duplicate condition check for cooldown in DisputeButton
    - Changed some method from 'some' to 'find' for better performance
    - Adjusted tooltip message source and added tooltipSide property
    - Updated ProposalTimeline with dynamic ruling timeout display
    - Fixed styling issues across multiple components
    Corantin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3b3664f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c2534b View commit details
    Browse the repository at this point in the history
  7. ♻️ Improved address display and button conditions

    - Imported `shortenAddress` utility to enhance readability of addresses
    - Updated the message for tribunal safe and council safe connection buttons to include shortened addresses
    - Adjusted conditions for displaying dispute status, ensuring correct evaluation of boolean values
    - Changed error color class in InfoWrapper from 'text-error' to 'text-danger-content' for better visibility
    Corantin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0e101cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11ce525 View commit details
    Browse the repository at this point in the history
  9. ♻️ Refactored dispute button and pool form components

    - Enhanced the UI of the dispute button component by adding new icons, tooltips, and additional information.
    - Improved the EthAddress component to support more customization options.
    - Updated PoolEditForm and PoolForm components to reflect changes in sybil resistance preview text.
    - Added size property to Modal component for better control over modal sizes.
    Corantin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d54da4a View commit details
    Browse the repository at this point in the history
  10. 🎨 Adjusted CSS classes in garden pages

    - Removed specific margin-top class from header in garden page
    - Reduced gap size in GardenCard component layout
    - Added height to the name field in GardenCard component
    Corantin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2c2f138 View commit details
    Browse the repository at this point in the history
  11. ✨ Enhanced TooltipIfOverflow component

    - Added a new `lineClamp` prop to the TooltipIfOverflow component, allowing for more control over text truncation.
    - Updated GardenCard to use the enhanced TooltipIfOverflow, improving readability of long names.
    - The `lineClamp` prop supports multiple values for different levels of line clamping.
    - Adjusted overflow detection logic in TooltipIfOverflow based on the value of `lineClamp`.
    Corantin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    40154d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. 🚑 Fix contract emptied the allowlist when setPoolParams called with e…

    …mpty add list
    
    - Upgrade and verify new contract implementation
    - Fix tooltip undefined
    - Remove shortened address redundant information in Connect with Council and tribunal safe
    Corantin committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    aa1f63d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. 🚑 Fix member stake not reset in pool when deactivating

    - Add reset to totalVoterStakePct when withdraw
    - Add a auto-repair UI (deactivating -> reactivation -> retry allocate)
    Corantin committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    d776819 View commit details
    Browse the repository at this point in the history
  2. 🎨 Improved UI responsiveness

    This update enhances the user interface's responsiveness across different components.
    
    - Adjusted CSS classes for better handling of element widths on smaller screens
    - Modified flex properties to improve layout wrapping and growth behavior
    - Added overflow-x-hidden to page-layout class to prevent horizontal scrolling
    - Reorganized HTML structure in ProposalCard component for better visual hierarchy
    Corantin committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    fbd8775 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77bb5b2 View commit details
    Browse the repository at this point in the history
  4. 🎨 Enhanced Ethereum address display

    - Improved the readability of Ethereum addresses in both community and pool sections by adding labels.
    - The EthAddress component now includes a label prop to provide context for the displayed address.
    Corantin committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    e1da13d View commit details
    Browse the repository at this point in the history
  5. ♻️ Removed unused imports and debug logs

    - Removed unused import `abiWithErrors` from multiple files
    - Changed default value of `showToolTip` in Button.tsx to false
    - Commented out line fetching element with id "dialog" in EthAddress.tsx
    - Adjusted TooltipIfOverflow usage in GardenCard.tsx for better readability
    - Simplified calculation of allocatedInProposal in ProposalCard.tsx
    - Added console.debug for proposal differences array in Proposals.tsx
    - Enhanced error logging in useContractWriteWithConfirmations hook by including error message
    - Added Sentry.extraErrorDataIntegration configuration to sentry.client.config.ts
    Corantin committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    15f3145 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85b45d9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #470 from 1Hive/plug-subgraph-protocol

    Subgraph protocol
    Corantin authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    54b3ca0 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    15d5709 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    be15239 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    a8cb885 View commit details
    Browse the repository at this point in the history
  2. fix fund pool check balance

    Lucianosc committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    edf496e View commit details
    Browse the repository at this point in the history
  3. foundry minor fix

    Lucianosc committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2b1839e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #474 from 1Hive/fix/membership-stake-amount-decimals

    fix membership stake amount decimals
    Corantin authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    bad46fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4517eb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #473 from 1Hive/current-fixes

    Current fixes
    Mati0x authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f14dff5 View commit details
    Browse the repository at this point in the history
  7. Fix subgraphs with 0.1.4

    Corantin committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6093679 View commit details
    Browse the repository at this point in the history
  8. Fix create-pool not loading

    Corantin committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8a506c4 View commit details
    Browse the repository at this point in the history
  9. Removed console.log

    Corantin committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    859a39a View commit details
    Browse the repository at this point in the history
  10. 🔥 Fix Passport Scorer

    - Adjusted the modal size in the CheckPassport component
    - Added new commands to Makefile for changing passport manager on different networks (Arbitrum, Optimism, Polygon, Gnosis)
    - Created a new contract 'PassportScorerWriter' to change list manager in Passport Scorer
    Corantin committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    587329e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    23b63ce View commit details
    Browse the repository at this point in the history
  2. fix html tags

    Lucianosc committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    69c7003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e90154c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    d51496b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    7ee45fe View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    b44f0be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #476 from 1Hive/fix/fund-pool-check-balance

    Fix/fund pool check balance
    Mati0x authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b147772 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    19b7dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2658458 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    459a030 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    0d500b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b036e68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    862400a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Fix contracts with coucilsafe transfer, Adapt UI with new contract, l…

    …isten to event in subgraph
    Corantin committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    c69d5dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1923471 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    c6a6353 View commit details
    Browse the repository at this point in the history
  2. fix eth addr validation

    Lucianosc committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0090bc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    14e3159 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Fix min threshold

    Corantin committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2171e2f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    1ff03b3 View commit details
    Browse the repository at this point in the history
  2. Run latest

    Corantin committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b1ccbf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2cca78 View commit details
    Browse the repository at this point in the history
  4. fix: remove minimum conviction from pool edit settings + remove defau…

    …lt garden address in create pool form
    Mati0x committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7074e4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7da6ed View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    92d87bb View commit details
    Browse the repository at this point in the history
  2. New subgraph for covenant

    Corantin committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2916c23 View commit details
    Browse the repository at this point in the history
  3. Cherry pick covenant sig

    Corantin committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d689b9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5db4ef8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbab264 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1973b3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d280313 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87425a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5da99d0 View commit details
    Browse the repository at this point in the history
  10. Fix registry member added

    Corantin committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a023d0c View commit details
    Browse the repository at this point in the history
  11. Fix registry member added

    Corantin committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    00aa527 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Fixed allocate points

    Corantin committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    d591413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e95d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fafbdf2 View commit details
    Browse the repository at this point in the history
  4. Fix build

    Corantin committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    47a7deb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #489 from 1Hive/open-creation

    Unrestricted proposal creation + Community params editable (contracts only)
    Corantin authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    09208bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5c3f73 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Error fallback

    Corantin committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    456175c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a4047 View commit details
    Browse the repository at this point in the history
  3. New deploy + subgraph 0.2.0

    Corantin committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    167f76f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6f0ab3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75e6b30 View commit details
    Browse the repository at this point in the history
  6. Fix pool metric null ref

    Corantin committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    5b0e9ed View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Fix subgraph build client

    Corantin committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    36b08b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c23363 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd7223c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af1d6a3 View commit details
    Browse the repository at this point in the history
  5. upgrade description

    Mati0x committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3a68083 View commit details
    Browse the repository at this point in the history
  6. fix lint

    Mati0x committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f5a7fa2 View commit details
    Browse the repository at this point in the history
  7. Fix lint

    Corantin authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9671abc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72bf3c3 View commit details
    Browse the repository at this point in the history
  9. Fix build contracts

    Corantin authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    52873f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    92d2d8d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    34d5c5b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #478 from 1Hive/proposalForm/display-threshold

    Display threshold on ProposalForm
    Mati0x authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    814d4ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d846de View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    6f4b40f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    68c28bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6459232 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Upgrade contracts artefacts

    Corantin committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b0eed41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f8d959 View commit details
    Browse the repository at this point in the history
  3. Finished token fix in pools, and finish adding manage support access …

    …from proposal id page
    kafann committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    18d1de4 View commit details
    Browse the repository at this point in the history
  4. Fix linter

    Corantin committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    138492d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00c31d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    522a606 View commit details
    Browse the repository at this point in the history
  7. fix text

    Mati0x committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    de17778 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #493 from 1Hive/upgrade-support-overview

    upgrade support overview
    Corantin authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    164a26b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4e2c78 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Fix Allocations problems

    Corantin committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    27cb081 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    1dda65a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. minor layout fix

    Mati0x committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b454a1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2279125 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #491 from 1Hive/fixing-beta-v2

    Fixing-beta-v2
    Mati0x authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1f31225 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Cleanup

    Corantin committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3f1d709 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    2ca52af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1547ddd View commit details
    Browse the repository at this point in the history
  3. feat: add warning infoBox component in PoolHeader when min Threshol…

    …d > TotalActivatedPoints
    Mati0x committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ac1f627 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Last upgrade

    Corantin committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    cfec7a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. minor Pool Header upgrade

    Mati0x committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    5c4982d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7394d01 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. feat: disable Dispute Modal button and Manage Support Button in Propo…

    …salId page when conn address not reg in comm
    Mati0x committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    d1e4bd5 View commit details
    Browse the repository at this point in the history
  2. New deploy

    Corantin committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    664f782 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. New deploy

    Corantin committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    eeb8ad2 View commit details
    Browse the repository at this point in the history
  2. Subgraph 0.2.4

    Corantin committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    09c7c91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dab5216 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59100ec View commit details
    Browse the repository at this point in the history
  5. fix label naming

    Mati0x committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c10c742 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. fix ProposalForm: now showing max amount requested and threshold ne…

    …eded in not garden pool token proposal forms
    Mati0x committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1735112 View commit details
    Browse the repository at this point in the history
  2. Update apps/web/components/Forms/ProposalForm.tsx

    Co-authored-by: Corantin <[email protected]>
    Mati0x and Corantin authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    2a59f4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b88ec3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbbb192 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #498 from 1Hive/fixing-dev-2

    Fixing dev 2
    Corantin authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    2aad96b View commit details
    Browse the repository at this point in the history
  6. Fix stkedToken of undefined

    Corantin committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1ea0888 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    382e5a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4764c01 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Configuration menu
    Copy the full SHA
    40758e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Fix typing

    Corantin committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    a99c5a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #499 from 1Hive/fix-quadratic-allocation

    Use bigint for allocation computations to avoid number conversion error
    Corantin authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    cca052c View commit details
    Browse the repository at this point in the history
  3. Change subgraph id

    Corantin committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    6b7d40f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2625248 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8d048e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89d8ff2 View commit details
    Browse the repository at this point in the history
  7. Add is Owner to safe abi

    Corantin committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    da57297 View commit details
    Browse the repository at this point in the history
  8. Fix build

    Corantin committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    0942e84 View commit details
    Browse the repository at this point in the history
  9. Try fix

    Corantin committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    50e4132 View commit details
    Browse the repository at this point in the history