-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: main
Are you sure you want to change the base?
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de83129 - Browse repository at this point
Copy the full SHA de83129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43200e6 - Browse repository at this point
Copy the full SHA 43200e6View commit details
Commits on Oct 18, 2024
-
♻️ 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
Configuration menu - View commit details
-
Copy full SHA for 908bea2 - Browse repository at this point
Copy the full SHA 908bea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c825532 - Browse repository at this point
Copy the full SHA c825532View commit details -
♻️ 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.
Configuration menu - View commit details
-
Copy full SHA for 5880de8 - Browse repository at this point
Copy the full SHA 5880de8View commit details -
Merge remote-tracking branch 'origin/plug-subgraph-protocol' into plu…
…g-subgraph-protocol
Configuration menu - View commit details
-
Copy full SHA for 78dad7c - Browse repository at this point
Copy the full SHA 78dad7cView commit details -
🎨 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
Configuration menu - View commit details
-
Copy full SHA for 3b3664f - Browse repository at this point
Copy the full SHA 3b3664fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c2534b - Browse repository at this point
Copy the full SHA 8c2534bView commit details -
♻️ 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
Configuration menu - View commit details
-
Copy full SHA for 0e101cd - Browse repository at this point
Copy the full SHA 0e101cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11ce525 - Browse repository at this point
Copy the full SHA 11ce525View commit details -
♻️ 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.
Configuration menu - View commit details
-
Copy full SHA for d54da4a - Browse repository at this point
Copy the full SHA d54da4aView commit details -
🎨 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
Configuration menu - View commit details
-
Copy full SHA for 2c2f138 - Browse repository at this point
Copy the full SHA 2c2f138View commit details -
✨ 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`.
Configuration menu - View commit details
-
Copy full SHA for 40154d5 - Browse repository at this point
Copy the full SHA 40154d5View commit details
Commits on Oct 19, 2024
-
🚑 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
Configuration menu - View commit details
-
Copy full SHA for aa1f63d - Browse repository at this point
Copy the full SHA aa1f63dView commit details
Commits on Oct 20, 2024
-
🚑 Fix member stake not reset in pool when deactivating
- Add reset to totalVoterStakePct when withdraw - Add a auto-repair UI (deactivating -> reactivation -> retry allocate)
Configuration menu - View commit details
-
Copy full SHA for d776819 - Browse repository at this point
Copy the full SHA d776819View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fbd8775 - Browse repository at this point
Copy the full SHA fbd8775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77bb5b2 - Browse repository at this point
Copy the full SHA 77bb5b2View commit details -
🎨 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.
Configuration menu - View commit details
-
Copy full SHA for e1da13d - Browse repository at this point
Copy the full SHA e1da13dView commit details -
♻️ 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
Configuration menu - View commit details
-
Copy full SHA for 15f3145 - Browse repository at this point
Copy the full SHA 15f3145View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b45d9 - Browse repository at this point
Copy the full SHA 85b45d9View commit details -
Merge pull request #470 from 1Hive/plug-subgraph-protocol
Subgraph protocol
Configuration menu - View commit details
-
Copy full SHA for 54b3ca0 - Browse repository at this point
Copy the full SHA 54b3ca0View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15d5709 - Browse repository at this point
Copy the full SHA 15d5709View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be15239 - Browse repository at this point
Copy the full SHA be15239View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8cb885 - Browse repository at this point
Copy the full SHA a8cb885View commit details -
Configuration menu - View commit details
-
Copy full SHA for edf496e - Browse repository at this point
Copy the full SHA edf496eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1839e - Browse repository at this point
Copy the full SHA 2b1839eView commit details -
Merge pull request #474 from 1Hive/fix/membership-stake-amount-decimals
fix membership stake amount decimals
Configuration menu - View commit details
-
Copy full SHA for bad46fc - Browse repository at this point
Copy the full SHA bad46fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4517eb - Browse repository at this point
Copy the full SHA e4517ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for f14dff5 - Browse repository at this point
Copy the full SHA f14dff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6093679 - Browse repository at this point
Copy the full SHA 6093679View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a506c4 - Browse repository at this point
Copy the full SHA 8a506c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 859a39a - Browse repository at this point
Copy the full SHA 859a39aView commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 587329e - Browse repository at this point
Copy the full SHA 587329eView commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23b63ce - Browse repository at this point
Copy the full SHA 23b63ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69c7003 - Browse repository at this point
Copy the full SHA 69c7003View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90154c - Browse repository at this point
Copy the full SHA e90154cView commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d51496b - Browse repository at this point
Copy the full SHA d51496bView commit details
Commits on Oct 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ee45fe - Browse repository at this point
Copy the full SHA 7ee45feView commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b44f0be - Browse repository at this point
Copy the full SHA b44f0beView commit details -
Merge pull request #476 from 1Hive/fix/fund-pool-check-balance
Fix/fund pool check balance
Configuration menu - View commit details
-
Copy full SHA for b147772 - Browse repository at this point
Copy the full SHA b147772View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19b7dac - Browse repository at this point
Copy the full SHA 19b7dacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2658458 - Browse repository at this point
Copy the full SHA 2658458View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 459a030 - Browse repository at this point
Copy the full SHA 459a030View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d500b9 - Browse repository at this point
Copy the full SHA 0d500b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b036e68 - Browse repository at this point
Copy the full SHA b036e68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 862400a - Browse repository at this point
Copy the full SHA 862400aView commit details
Commits on Nov 2, 2024
-
Fix contracts with coucilsafe transfer, Adapt UI with new contract, l…
…isten to event in subgraph
Configuration menu - View commit details
-
Copy full SHA for c69d5dd - Browse repository at this point
Copy the full SHA c69d5ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1923471 - Browse repository at this point
Copy the full SHA 1923471View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6a6353 - Browse repository at this point
Copy the full SHA c6a6353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0090bc2 - Browse repository at this point
Copy the full SHA 0090bc2View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14e3159 - Browse repository at this point
Copy the full SHA 14e3159View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2171e2f - Browse repository at this point
Copy the full SHA 2171e2fView commit details
Commits on Nov 7, 2024
-
Fix calculateThreshold cannot divide by zero + subgraph missing FeeRe…
…ceiverChanged handler
Configuration menu - View commit details
-
Copy full SHA for 1ff03b3 - Browse repository at this point
Copy the full SHA 1ff03b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ccbf1 - Browse repository at this point
Copy the full SHA b1ccbf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2cca78 - Browse repository at this point
Copy the full SHA d2cca78View commit details -
fix: remove minimum conviction from pool edit settings + remove defau…
…lt garden address in create pool form
Configuration menu - View commit details
-
Copy full SHA for 7074e4d - Browse repository at this point
Copy the full SHA 7074e4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7da6ed - Browse repository at this point
Copy the full SHA f7da6edView commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 92d87bb - Browse repository at this point
Copy the full SHA 92d87bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2916c23 - Browse repository at this point
Copy the full SHA 2916c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for d689b9f - Browse repository at this point
Copy the full SHA d689b9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db4ef8 - Browse repository at this point
Copy the full SHA 5db4ef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbab264 - Browse repository at this point
Copy the full SHA bbab264View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1973b3c - Browse repository at this point
Copy the full SHA 1973b3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d280313 - Browse repository at this point
Copy the full SHA d280313View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87425a6 - Browse repository at this point
Copy the full SHA 87425a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5da99d0 - Browse repository at this point
Copy the full SHA 5da99d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a023d0c - Browse repository at this point
Copy the full SHA a023d0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00aa527 - Browse repository at this point
Copy the full SHA 00aa527View commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d591413 - Browse repository at this point
Copy the full SHA d591413View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0e95d2 - Browse repository at this point
Copy the full SHA d0e95d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fafbdf2 - Browse repository at this point
Copy the full SHA fafbdf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a7deb - Browse repository at this point
Copy the full SHA 47a7debView commit details -
Merge pull request #489 from 1Hive/open-creation
Unrestricted proposal creation + Community params editable (contracts only)
Configuration menu - View commit details
-
Copy full SHA for 09208bc - Browse repository at this point
Copy the full SHA 09208bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c3f73 - Browse repository at this point
Copy the full SHA e5c3f73View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 456175c - Browse repository at this point
Copy the full SHA 456175cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a4047 - Browse repository at this point
Copy the full SHA 16a4047View commit details -
Configuration menu - View commit details
-
Copy full SHA for 167f76f - Browse repository at this point
Copy the full SHA 167f76fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6f0ab3 - Browse repository at this point
Copy the full SHA f6f0ab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e6b30 - Browse repository at this point
Copy the full SHA 75e6b30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0e9ed - Browse repository at this point
Copy the full SHA 5b0e9edView commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36b08b6 - Browse repository at this point
Copy the full SHA 36b08b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c23363 - Browse repository at this point
Copy the full SHA 0c23363View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd7223c - Browse repository at this point
Copy the full SHA dd7223cView commit details -
Configuration menu - View commit details
-
Copy full SHA for af1d6a3 - Browse repository at this point
Copy the full SHA af1d6a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a68083 - Browse repository at this point
Copy the full SHA 3a68083View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5a7fa2 - Browse repository at this point
Copy the full SHA f5a7fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9671abc - Browse repository at this point
Copy the full SHA 9671abcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72bf3c3 - Browse repository at this point
Copy the full SHA 72bf3c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52873f9 - Browse repository at this point
Copy the full SHA 52873f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d2d8d - Browse repository at this point
Copy the full SHA 92d2d8dView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34d5c5b - Browse repository at this point
Copy the full SHA 34d5c5bView commit details -
Merge pull request #478 from 1Hive/proposalForm/display-threshold
Display threshold on ProposalForm
Configuration menu - View commit details
-
Copy full SHA for 814d4ee - Browse repository at this point
Copy the full SHA 814d4eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d846de - Browse repository at this point
Copy the full SHA 8d846deView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f4b40f - Browse repository at this point
Copy the full SHA 6f4b40fView commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68c28bd - Browse repository at this point
Copy the full SHA 68c28bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6459232 - Browse repository at this point
Copy the full SHA 6459232View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0eed41 - Browse repository at this point
Copy the full SHA b0eed41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f8d959 - Browse repository at this point
Copy the full SHA 4f8d959View commit details -
Finished token fix in pools, and finish adding manage support access …
…from proposal id page
Configuration menu - View commit details
-
Copy full SHA for 18d1de4 - Browse repository at this point
Copy the full SHA 18d1de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 138492d - Browse repository at this point
Copy the full SHA 138492dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c31d4 - Browse repository at this point
Copy the full SHA 00c31d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 522a606 - Browse repository at this point
Copy the full SHA 522a606View commit details -
Configuration menu - View commit details
-
Copy full SHA for de17778 - Browse repository at this point
Copy the full SHA de17778View commit details -
Merge pull request #493 from 1Hive/upgrade-support-overview
upgrade support overview
Configuration menu - View commit details
-
Copy full SHA for 164a26b - Browse repository at this point
Copy the full SHA 164a26bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e2c78 - Browse repository at this point
Copy the full SHA f4e2c78View commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27cb081 - Browse repository at this point
Copy the full SHA 27cb081View commit details
Commits on Nov 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1dda65a - Browse repository at this point
Copy the full SHA 1dda65aView commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b454a1c - Browse repository at this point
Copy the full SHA b454a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2279125 - Browse repository at this point
Copy the full SHA 2279125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f31225 - Browse repository at this point
Copy the full SHA 1f31225View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f1d709 - Browse repository at this point
Copy the full SHA 3f1d709View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ca52af - Browse repository at this point
Copy the full SHA 2ca52afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1547ddd - Browse repository at this point
Copy the full SHA 1547dddView commit details -
feat: add warning infoBox component in
PoolHeader
when min Threshol……d > TotalActivatedPoints
Configuration menu - View commit details
-
Copy full SHA for ac1f627 - Browse repository at this point
Copy the full SHA ac1f627View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cfec7a9 - Browse repository at this point
Copy the full SHA cfec7a9View commit details
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c4982d - Browse repository at this point
Copy the full SHA 5c4982dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7394d01 - Browse repository at this point
Copy the full SHA 7394d01View commit details
Commits on Nov 24, 2024
-
feat: disable Dispute Modal button and Manage Support Button in Propo…
…salId page when conn address not reg in comm
Configuration menu - View commit details
-
Copy full SHA for d1e4bd5 - Browse repository at this point
Copy the full SHA d1e4bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 664f782 - Browse repository at this point
Copy the full SHA 664f782View commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eeb8ad2 - Browse repository at this point
Copy the full SHA eeb8ad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c7c91 - Browse repository at this point
Copy the full SHA 09c7c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for dab5216 - Browse repository at this point
Copy the full SHA dab5216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59100ec - Browse repository at this point
Copy the full SHA 59100ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c10c742 - Browse repository at this point
Copy the full SHA c10c742View commit details
Commits on Nov 27, 2024
-
fix
ProposalForm
: now showing max amount requested and threshold ne……eded in not garden pool token proposal forms
Configuration menu - View commit details
-
Copy full SHA for 1735112 - Browse repository at this point
Copy the full SHA 1735112View commit details -
Update apps/web/components/Forms/ProposalForm.tsx
Co-authored-by: Corantin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a59f4d - Browse repository at this point
Copy the full SHA 2a59f4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b88ec3a - Browse repository at this point
Copy the full SHA b88ec3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbbb192 - Browse repository at this point
Copy the full SHA fbbb192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aad96b - Browse repository at this point
Copy the full SHA 2aad96bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ea0888 - Browse repository at this point
Copy the full SHA 1ea0888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 382e5a6 - Browse repository at this point
Copy the full SHA 382e5a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4764c01 - Browse repository at this point
Copy the full SHA 4764c01View commit details
Commits on Nov 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40758e1 - Browse repository at this point
Copy the full SHA 40758e1View commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a99c5a9 - Browse repository at this point
Copy the full SHA a99c5a9View commit details -
Merge pull request #499 from 1Hive/fix-quadratic-allocation
Use bigint for allocation computations to avoid number conversion error
Configuration menu - View commit details
-
Copy full SHA for cca052c - Browse repository at this point
Copy the full SHA cca052cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b7d40f - Browse repository at this point
Copy the full SHA 6b7d40fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2625248 - Browse repository at this point
Copy the full SHA 2625248View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8d048e - Browse repository at this point
Copy the full SHA d8d048eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89d8ff2 - Browse repository at this point
Copy the full SHA 89d8ff2View commit details -
Configuration menu - View commit details
-
Copy full SHA for da57297 - Browse repository at this point
Copy the full SHA da57297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0942e84 - Browse repository at this point
Copy the full SHA 0942e84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e4132 - Browse repository at this point
Copy the full SHA 50e4132View commit details