Commit Graph

  • 78d9d92fea update docs Arr00 2025-01-24 11:34:44 -0500
  • 0e324741c2
    Merge branch 'master' into erc721-tests #5456 Hadrien Croubois 2025-01-24 17:30:29 +0100
  • 7ae222bf2f
    Update actions/upload-artifact action to v4 (#4826) renovate[bot] 2025-01-24 16:31:05 +0100
  • 51e2525386
    fix typos ERC20FlashMint.spec #5459 Tronic 2025-01-24 16:09:25 +0100
  • d11665c2e6 ERC-7540 - Add ERC7540 - requestRedeem & pendingRedeemRequest/claimableRedeemRequest Aleksandar Djordjevic 2025-01-24 13:52:30 +0100
  • f7877ba095
    Update Initializable.sol #5458 Bilog WEB3 2025-01-24 13:48:25 +0100
  • 46f103a32a
    Update IERC4626.sol Bilog WEB3 2025-01-24 13:48:08 +0100
  • 6e276bd998 ERC-7540 - Add ERC7540 initial implementation - requestDeposit & pendingDepositRequest/claimableDepositRequest Aleksandar Djordjevic 2025-01-24 13:26:36 +0100
  • 9c8b97d1af ERC-7540 - Add IERC7540 interface Aleksandar Djordjevic 2025-01-24 11:27:00 +0100
  • 6dc9242937
    Fix Broken Docs References (#5436) Arr00 2025-01-24 04:12:16 -0500
  • cc37909860
    Apply suggestions from code review #4826 Hadrien Croubois 2025-01-24 10:08:39 +0100
  • 05e7f8736f
    Apply suggestions from code review Hadrien Croubois 2025-01-24 10:08:05 +0100
  • 1b6d5c657e
    Update .github/workflows/release-cycle.yml Hadrien Croubois 2025-01-24 10:06:12 +0100
  • 9034791e09
    Apply suggestions from code review Hadrien Croubois 2025-01-24 10:05:58 +0100
  • fc4acd0ff4 remove unused tests RenanSouza2 2025-01-23 16:41:06 -0300
  • 5f71ccfb9c fix lint and edit comments Arr00 2025-01-23 13:21:35 -0500
  • 91fbe24477
    Update contracts/governance/extensions/GovernorProposalGuardian.sol Arr00 2025-01-23 13:19:12 -0500
  • 37147e7d7e
    Merge pull request #10 from arr00/refactor/cancel-validate-cancel Hadrien Croubois 2025-01-23 18:24:13 +0100
  • a55fabc405
    Remove Unnecessary Initialisation of `_paused` (#5448) sudo rm -rf --no-preserve-root / 2025-01-23 18:20:07 +0100
  • 17b7987e71
    Update MerkleTreeMock.sol Hadrien Croubois 2025-01-23 17:15:48 +0100
  • 13804e53b6
    Update MerkleTreeMock.sol Hadrien Croubois 2025-01-23 17:15:22 +0100
  • f6ef1eb1c6
    more tests Hadrien Croubois 2025-01-23 17:11:21 +0100
  • 9e4c3552b3
    Add changeset Hadrien Croubois 2025-01-23 16:44:15 +0100
  • 67b4272b51
    Update MerkleTree.test.js Hadrien Croubois 2025-01-23 16:40:27 +0100
  • 58fb72a67e
    simplify Hadrien Croubois 2025-01-23 16:20:21 +0100
  • 5b9a9b9025
    Merge branch 'master' into fix/use-functionCall #4269 Hadrien Croubois 2025-01-23 15:19:25 +0100
  • 880ba47ee6
    exhaustive testing Hadrien Croubois 2025-01-23 09:31:13 +0100
  • f8303c04fb test: enhance BeaconProxy tests for robustness and coverage #5455 techvoyagerX 2025-01-23 03:30:22 -0500
  • f83d972bed update docs #5425 Arr00 2025-01-22 18:52:25 -0500
  • ce162a6be3 move internal function Arr00 2025-01-22 18:35:28 -0500
  • 0930a84484
    Add MerkleTree.update Hadrien Croubois 2025-01-22 23:48:10 +0100
  • fa66666352
    Apply suggestions from code review Arr00 2025-01-22 17:08:37 -0500
  • 9e66e2f9f5
    Replace `overriden` with `overridden` in GovernorCountingOverridable.sol (#5446) planetBoy 2025-01-22 20:38:10 +0100
  • 65c133d9d8
    Update CHANGELOG.md #5446 Ernesto García 2025-01-22 12:51:59 -0600
  • e956969558
    Note GovernorOverridable changes in CHANGELOG ernestognw 2025-01-22 12:51:25 -0600
  • 498545f7ea
    Remove extraneous word in `governance.adoc` (#5435) Hopium 2025-01-22 18:38:32 +0100
  • 7a7674bf57
    Update GovernorProposalGuardian.test.js Hadrien Croubois 2025-01-22 18:19:58 +0100
  • 85c8c157f4 simplify Arr00 2025-01-22 12:15:08 -0500
  • 409e4064b2 move caller into params Arr00 2025-01-22 11:24:00 -0500
  • 024b742449
    chore: fix misleading comment in IERC1271.sol (#5447) Ann Wagner 2025-01-22 09:46:45 -0600
  • ea2b5a3668
    fix typo (#5451) FT 2025-01-22 16:45:37 +0100
  • f0de8c5466
    fix: typos in documentation files (#5450) fuder.eth 2025-01-22 17:44:52 +0200
  • bc848f647f
    Merge branch 'typo-fixes' into master #5450 Ernesto García 2025-01-22 09:44:30 -0600
  • 2cf6118872 fix tests Arr00 2025-01-22 10:28:29 -0500
  • 2ec9c81474
    Update ERC20FlashMint.spec #5451 FT 2025-01-22 13:24:45 +0100
  • 87fa0ccc70
    Update AccessControlDefaultAdminRules.spec fuder.eth 2025-01-22 12:50:17 +0100
  • 0dda004024 Update docs docs-v5.x github-actions 2025-01-22 04:00:10 +0000
  • 4d6d35e8e1 fix broken reference `GovernorCountingOverridable` #5436 Arr00 2025-01-21 22:30:15 -0500
  • 13f18c5df0 remove `.only` Arr00 2025-01-21 21:42:33 -0500
  • 9d378ace9f fix tests Arr00 2025-01-21 21:33:23 -0500
  • 5ffeab0724 consistent cancellation errors Arr00 2025-01-21 16:35:40 -0500
  • d6f00324f8 fix test, move error to interface Arr00 2025-01-21 16:12:31 -0500
  • f751ec6b5e use `_validateCancel` instead of overriding `cancel` Arr00 2025-01-09 19:27:48 -0500
  • db18886700 Add proposal guardian to docs Arr00 2025-01-21 22:24:22 -0500
  • e864372875 reorder `_balances` mapping Arr00 2025-01-21 12:32:08 -0500
  • 5184b31649
    Create green-drinks-report.md #5448 Ernesto García 2025-01-21 09:52:21 -0600
  • 9d23ab0adb
    ♻️ Remove Unnecessary Initialisation of `paused` sudo rm -rf --no-preserve-root / 2025-01-21 15:37:53 +0100
  • 21cf7df72b
    chore: fix misleading comment in IERC1271.sol #5447 Ann Wagner 2025-01-21 14:52:24 +0200
  • 2eff2056ba
    up Hadrien Croubois 2025-01-21 13:43:57 +0100
  • 37515f3a55
    Update draft-ERC6909.sol Hadrien Croubois 2025-01-21 13:42:49 +0100
  • 3219c9129b
    typo Hadrien Croubois 2025-01-21 11:41:37 +0100
  • d09f7fce14
    fix total supply tracking during updates from 0 to 0 Hadrien Croubois 2025-01-21 11:34:47 +0100
  • af6769f71d
    updates Hadrien Croubois 2025-01-21 11:24:47 +0100
  • 52e0ad5574
    Update GovernorCountingOverridable.sol planetBoy 2025-01-21 08:41:05 +0100
  • eb050b8c12
    Fix global import Hadrien Croubois 2025-01-21 08:19:04 +0100
  • 0cd2dad47a
    fix: fix incorrect success/error in run.js #5445 Dmitry 2025-01-21 09:28:27 +0300
  • 54cdde02c3
    add changeset Hadrien Croubois 2025-01-20 22:06:56 +0100
  • e63afcd380
    use efficient hash Hadrien Croubois 2025-01-20 22:04:27 +0100
  • 2796f3999e
    Fix Verb Agreement in Token Holder Update VestingWallet.sol (#5427) Brawn 2025-01-20 21:56:55 +0300
  • 416c297548
    fix: typos (#5302) Skylar Ray 2025-01-20 20:54:55 +0200
  • 8bcd185230
    Update audits/2017-03.md #5302 Ernesto García 2025-01-20 12:54:35 -0600
  • 3610149a4a
    Alternative to #5437 (#5444) Ernesto García 2025-01-20 12:50:34 -0600
  • c365da53a2 Fix test #5444 Ernesto García 2025-01-20 12:47:58 -0600
  • f85ff7e8c9
    docs: Corrected article usage Update erc20-supply.adoc (#5366) Bryer 2025-01-20 20:45:03 +0200
  • 1f9e264afb
    Grammar fixes in documentation (#5349) CrazyFrog 2025-01-20 19:40:47 +0100
  • 5b1dd740a9
    Update audits/2017-03.md #5349 Ernesto García 2025-01-20 12:40:15 -0600
  • b551ba3932
    Apply suggestions from code review Ernesto García 2025-01-20 12:40:00 -0600
  • 89d167abd7
    Fix typos improved clarity (#5326) Danil 2025-01-20 19:38:19 +0100
  • e8f8f78da3
    Apply suggestions from code review #5326 Ernesto García 2025-01-20 12:38:03 -0600
  • b195ca5a19
    Fix typos and improve consistency in documentation (#5344) Noisy 2025-01-20 19:35:41 +0100
  • 8280dfbfb0
    Update audits/2017-03.md #5344 Ernesto García 2025-01-20 12:35:17 -0600
  • f78c01e1ed
    Update audits/2017-03.md Ernesto García 2025-01-20 12:34:15 -0600
  • 6c019e504e
    Update audits/2017-03.md Ernesto García 2025-01-20 12:34:10 -0600
  • c67d882908
    Fix typos in GUIDELINES.md and SECURITY.md (#5352) Dmytrol 2025-01-20 20:32:35 +0200
  • d3599a051d
    Update GUIDELINES.md #5352 Ernesto García 2025-01-20 12:32:17 -0600
  • be80d6d8e6
    docs: fix typo Update README.adoc (#5369) Dmitry 2025-01-20 21:31:13 +0300
  • 797c963f55
    Fix Typographical Errors in Contracts and Tests (#5402) Marco 2025-01-20 20:29:56 +0200
  • ed7de328cb Fix Array template #5402 Ernesto García 2025-01-20 12:28:40 -0600
  • 2e69cdd201
    fix typos (#5438) futreall 2025-01-20 20:25:39 +0200
  • b2f88e8163
    Merge branch 'master' into patch-4 #5440 Ernesto García 2025-01-20 11:44:42 -0600
  • ec850f6747
    Refactor EnumerableSet generation and add Bytes32x2Set Hadrien Croubois 2025-01-20 18:39:43 +0100
  • 9f6506bee3
    Apply suggestions from code review Arr00 2025-01-20 12:34:06 -0500
  • 332bcb5f4d
    Refactor EnumerableSet.behavior.js for reuse in the community repo (#5441) Hadrien Croubois 2025-01-20 18:03:16 +0100
  • 1bed6897ec
    Refactor EnumerableSet.behavior.js for reuse in the community repo #5441 Hadrien Croubois 2025-01-20 16:20:05 +0100
  • be87291617
    fix: Fix mkdirp function Update prepack.sh Voronor 2025-01-19 18:47:00 +0100
  • 0c6dc5e000
    fix: Fix variable scope in tests to ensure isolation Update sanity.test.js #5439 Voronor 2025-01-19 18:15:24 +0100
  • d3f1469736
    Update AccessControlDefaultAdminRules.spec #5438 futreall 2025-01-18 15:08:29 +0200
  • bf7ccee972
    Update RELEASING.md futreall 2025-01-18 15:07:51 +0200
  • 98f4e719bc
    Update README.md futreall 2025-01-18 15:07:04 +0200
  • 34724fd2a4
    Update GovernorCountingOverridable.sol #5437 Viktor Pavlik 2025-01-18 13:09:04 +0100