Commit Graph

  • c447dcfb9d
    Update 2017-03.md Danyll 2024-11-27 16:30:35 +0100
  • 94cce889e8
    fix typos README.md Danyll 2024-11-27 16:28:04 +0100
  • 7152220754
    Apply suggestions from code review Hadrien Croubois 2024-11-27 12:55:04 +0100
  • 3c107fac4d
    Rewrite assembly slot offset for consistencty Hadrien Croubois 2024-11-27 12:49:47 +0100
  • 9f70de36d0
    lint ernestognw 2024-11-26 17:38:49 -0600
  • 20adb72398
    Mention upgradeable version in Natspec note ernestognw 2024-11-26 17:38:13 -0600
  • 01c38d2ac4
    Implement audit feedback ernestognw 2024-11-26 17:28:42 -0600
  • 737d0e14e5
    Implement feedback for M-01, L-08, L-09 ernestognw 2024-11-26 17:22:26 -0600
  • 0ad88f3b4d
    Fixed a small but significant issue in prepare-docs.sh witty 2024-11-26 21:35:07 +0300
  • fdf7012d3b
    Optimize `log256`'s binary search (#5284) cairo 2024-11-26 19:15:53 +0100
  • 2377ccd0d7 Revert audit changes #5321 Ernesto García 2024-11-26 12:01:41 -0600
  • bf2d786700
    Update contracts/utils/NoncesKeyed.sol Ernesto García 2024-11-26 11:48:53 -0600
  • 8d04788f83 Added changeset #5322 Ernesto García 2024-11-26 10:49:56 -0600
  • 4769e6d612 Make `_asset` overrideable in ERC4626 Ernesto García 2024-11-26 10:46:24 -0600
  • 4afd599329
    Document canonicalization in CAIP2 and CAIP10 libraries (#5319) Ernesto García 2024-11-26 10:33:52 -0600
  • c174090dbb update comment Arr00 2024-11-26 11:19:56 -0500
  • 133adf8fbd Apply review #5319 Ernesto García 2024-11-26 10:10:08 -0600
  • 3206080a88
    Merge branch 'master' into feat/sequential-proposal-id-alt-2 Arr00 2024-11-26 10:47:22 -0500
  • 74bdb35f6c require proposal count to be strictly increasing Arr00 2024-11-26 10:44:36 -0500
  • 006c45caac lint Ernesto García 2024-11-26 09:04:19 -0600
  • 5356798580 Change CAIP-2 note Ernesto García 2024-11-26 08:58:49 -0600
  • 554ba9135d
    Update contracts/utils/CAIP10.sol Ernesto García 2024-11-26 08:40:34 -0600
  • a3579a78cb
    Update AccessControl.sol Maks 2024-11-26 15:18:18 +0100
  • 161753c817
    Update 2017-03.md Maks 2024-11-26 14:49:22 +0100
  • e51f0a58f8 Fix codespell Ernesto García 2024-11-25 16:04:07 -0600
  • cc309efccd Document canonicalization in CAIP2 and CAIP10 libraries Ernesto García 2024-11-25 16:01:10 -0600
  • 33bbf24bd0 Fix conflicts (?) Ernesto García 2024-11-25 15:52:58 -0600
  • 00a4489a36 Avoid shadowing proposalSnapshot Ernesto García 2024-11-25 15:49:55 -0600
  • 0df841d2d7
    Complete docstrings L-10 (#5315) Arr00 2024-11-25 15:31:30 -0500
  • 5b7c893800
    Merge branch 'master' into fix/l-10 #5315 Arr00 2024-11-25 13:02:59 -0500
  • c3cb7a0295
    Deduplicate logic in Votes.sol (#5314) Hadrien Croubois 2024-11-25 18:47:55 +0100
  • 2562c11f25
    Document VotesExtended assumptions (#5306) Hadrien Croubois 2024-11-25 18:43:21 +0100
  • e1d44e0342
    Add `factory()`, `factoryData()` and `paymasterData()` helpers to ERC4337Utils (#5313) Hadrien Croubois 2024-11-25 18:35:09 +0100
  • 2eb856e34e add return value info Arr00 2024-11-25 12:29:59 -0500
  • 0513853ca5
    Rephrase `VoteReduced` event docs (#5318) Ernesto García 2024-11-25 11:28:59 -0600
  • 3e015fc0b7 Rephrease event docs #5318 Ernesto García 2024-11-25 11:24:24 -0600
  • ed98138a78
    Add missing docstrings (#5311) Ernesto García 2024-11-25 11:15:23 -0600
  • 59239622df
    Update test/account/utils/draft-ERC4337Utils.test.js #5313 Ernesto García 2024-11-25 11:08:04 -0600
  • 76d57a22a6
    code style uniformity Hadrien Croubois 2024-11-25 15:01:05 +0100
  • f8cfe02767
    interface Id Hadrien Croubois 2024-11-25 14:56:32 +0100
  • cd0299aff9
    Various changes to code clarity (Fix N-07) Hadrien Croubois 2024-11-25 11:28:43 +0100
  • fa9a059d60
    Rewrite some docstring for better consistency #5311 Hadrien Croubois 2024-11-25 11:11:01 +0100
  • 334b617fa3
    fix lint #5306 Hadrien Croubois 2024-11-25 11:08:53 +0100
  • b3ce884628
    Refactor `parseUint`, `parseInt` and `parseHexUint` to check bounds (#5304) Ernesto García 2024-11-25 18:05:40 +0800
  • b1088344ff
    Fix: Ensure cross-platform compatibility for sed command in CI script #5316 Voronor 2024-11-23 12:17:11 +0100
  • 41d49c4967 fix repropose bug Arr00 2024-11-22 17:57:57 -0500
  • 3e49fb902c add patch Arr00 2024-11-22 11:12:15 -0500
  • 04624b4f96
    Merge branch 'master' into fix/m-01 #5304 Hadrien Croubois 2024-11-22 16:58:49 +0100
  • d11ed2fb0a
    fix: typos in documentation files (#5305) leopardracer 2024-11-22 17:48:56 +0200
  • a68f785ef5
    Update contracts/governance/utils/VotesExtended.sol Hadrien Croubois 2024-11-22 16:47:15 +0100
  • 393f2a4efd
    Merge branch 'master' into fix/l-02 Hadrien Croubois 2024-11-22 16:46:07 +0100
  • 23f4452b21
    Document voting counting until casted in GovernorCountingOverridable (#5309) Ernesto García 2024-11-22 23:45:05 +0800
  • d24c6f4c1c
    Update contracts/governance/utils/VotesExtended.sol Ernesto García 2024-11-22 12:41:57 +0800
  • 3f8c9f5912 additional comments Arr00 2024-11-21 15:13:34 -0500
  • eb51fbc662
    Update contracts/governance/utils/Votes.sol #5314 Arr00 2024-11-21 14:52:58 -0500
  • c11ce22480
    Apply suggestions from code review Hadrien Croubois 2024-11-21 17:00:29 +0100
  • 6af97d1ef6
    Votes: deduplicate logic Hadrien Croubois 2024-11-21 16:58:39 +0100
  • 85f683260c
    run ci ernestognw 2024-11-21 23:48:42 +0800
  • 3803803c1e
    Update contracts/interfaces/draft-IERC7579.sol Ernesto García 2024-11-21 23:45:16 +0800
  • 8368fb28c1
    Update contracts/interfaces/draft-IERC7579.sol Ernesto García 2024-11-21 23:44:48 +0800
  • ccb39d2765
    Improve general documentation for 5.2 (#5310) Ernesto García 2024-11-21 22:43:13 +0700
  • 9429f80f31
    Merge branch 'master' into fix/m-01 Ernesto García 2024-11-21 22:40:52 +0700
  • 7105693e3c
    Change NoncesKeyed._useNonce to return a keyed value (#5312) Hadrien Croubois 2024-11-21 16:34:00 +0100
  • a277d472d6
    Fix typo in GUIDELINES.md (#5297) wizard 2024-11-21 17:20:14 +0300
  • 7d6c3d603e
    Fix typo cairo 2024-11-21 15:08:18 +0100
  • 1c762d8199
    Lint #5309 ernestognw 2024-11-21 22:00:43 +0800
  • 785940737f
    Update contracts/governance/extensions/GovernorCountingOverridable.sol Ernesto García 2024-11-21 21:53:05 +0800
  • 316d8d4f4a
    Update contracts/governance/extensions/GovernorCountingOverridable.sol Ernesto García 2024-11-21 21:52:58 +0800
  • 7364d10e2b
    Update contracts/governance/extensions/GovernorCountingOverridable.sol Hadrien Croubois 2024-11-21 13:37:44 +0100
  • eec4f8f05c most of l-10 addressed Arr00 2024-11-20 22:29:54 -0500
  • 539ca9828f
    fix Hadrien Croubois 2024-11-20 21:08:38 +0100
  • a338e88853
    Update Nonces.behavior.js #5312 Hadrien Croubois 2024-11-20 20:44:43 +0100
  • ee74caf3d4
    coverage Hadrien Croubois 2024-11-20 20:39:55 +0100
  • 2eb1be16af
    ERC4337Utils: add paymasterData() Hadrien Croubois 2024-11-20 20:29:38 +0100
  • 621dea3ddc
    ERC4337Utils: add factory() and factoryData() helpers Hadrien Croubois 2024-11-20 20:06:01 +0100
  • d977260646
    NoncesKeyed._useNonce includes key Hadrien Croubois 2024-11-20 19:34:04 +0100
  • d5e388e975
    Apply suggestions from code review Hadrien Croubois 2024-11-20 12:17:08 +0100
  • 419b7d25ba
    Update contracts/governance/extensions/GovernorCountingOverridable.sol Ernesto García 2024-11-20 17:59:16 +0700
  • c233ed99a4
    Add missing docstrings ernestognw 2024-11-20 17:55:36 +0700
  • 8f2e9e7d64
    typo Hadrien Croubois 2024-11-20 11:38:58 +0100
  • 0918409df0
    Update Strings.sol Hadrien Croubois 2024-11-20 11:30:03 +0100
  • 160104cc5d
    Skip early if end is not in bound. Hadrien Croubois 2024-11-20 11:21:08 +0100
  • 979151da5b
    Update contracts/governance/extensions/GovernorCountingOverridable.sol Ernesto García 2024-11-20 17:02:01 +0700
  • 1050f88362
    Merge branch 'master' into fix/l-08 #5310 ernestognw 2024-11-20 16:40:30 +0700
  • ff30cd42fc
    Improve general documentation for 5.2 ernestognw 2024-11-20 16:39:05 +0700
  • faa2d3d5e9
    Apply review comments ernestognw 2024-11-20 16:14:19 +0700
  • f4bf2909c0
    Merge branch 'master' into fix/l-04 Hadrien Croubois 2024-11-20 09:30:09 +0100
  • ccb5f2d8ca
    Fix 5.2 audit L-05, N-03, N-04, N-05 and N-06 issues (#5308) Hadrien Croubois 2024-11-20 09:21:49 +0100
  • c6e22571f2
    Document voting counting until casted in GovernorCountingOverridable ernestognw 2024-11-20 14:33:18 +0700
  • b06e3c7ee4
    Update SECURITY.md #5297 wizard 2024-11-20 09:29:29 +0300
  • 782ff4ee15
    Lint ernestognw 2024-11-20 10:06:44 +0700
  • ffca412299
    Note native ERC20 behavior in VestingWallet (#5299) Ernesto García 2024-11-20 09:59:49 +0700
  • f7ece38afb
    Apply suggestions from code review Hadrien Croubois 2024-11-19 21:10:56 +0100
  • e1bc7d77b8
    Update VotesExtended.sol Hadrien Croubois 2024-11-19 19:58:34 +0100
  • 1816bb2db0
    Update contracts/account/utils/draft-ERC4337Utils.sol #5308 Hadrien Croubois 2024-11-19 19:54:49 +0100
  • 317329f891
    Update VotesExtended.sol Hadrien Croubois 2024-11-19 18:10:32 +0100
  • fa30a20c52
    N-03 Hadrien Croubois 2024-11-19 18:09:22 +0100
  • 4c5935a2ce
    N-04 Hadrien Croubois 2024-11-19 18:08:17 +0100
  • 1fa253262d
    N-05 Hadrien Croubois 2024-11-19 18:07:33 +0100
  • e23fc0be41
    L-05 Hadrien Croubois 2024-11-19 18:05:15 +0100