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

Arbitrum L1 to L2 messaging proposal #13516

Merged
merged 39 commits into from Apr 4, 2024

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    f0cbaf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85376b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    247edf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0608f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    b9c3467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20939ee View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    506fdc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09aada2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cd79c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd41637 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80b6fe6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14273ca View commit details
    Browse the repository at this point in the history
  7. fix(deps): update dependency express [security] (unlock-protocol#13524)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and blahkheart committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    6709e11 View commit details
    Browse the repository at this point in the history
  8. fix(deps): update dependency unified to v11, remark-html to v15, rema…

    …rk-parse to v11 (unlock-protocol#13531)
    
    * Updated unified & related dependencies
    
    * Updated remark
    SVell authored and blahkheart committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    a6942e4 View commit details
    Browse the repository at this point in the history
  9. Revert "fix(deps): update dependency unified to v11, remark-html to v…

    …15, remark-parse to v11" (unlock-protocol#13532)
    
    Revert "fix(deps): update dependency unified to v11, remark-html to v15, rema…"
    
    This reverts commit 80969a6.
    julien51 authored and blahkheart committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b54ffa4 View commit details
    Browse the repository at this point in the history
  10. feat(unlock-app): changed the UI for refunds per Dappcon Team requests (

    unlock-protocol#13528)
    
    * changed the UI for refunds per Gnosis
    
    * refactored receipt number
    julien51 authored and blahkheart committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    347d6bf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98935ee View commit details
    Browse the repository at this point in the history
  12. Ccarfi microcopy fixes on referrals and refunds (unlock-protocol#13536)

    * Update Referrals.tsx
    
    microcopy fix
    
    * Update CancellationForm.tsx
    
    microcopy update
    
    * Update UpdateReferralFee.tsx
    
    microcopy update
    ccarfi authored and blahkheart committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    e98703b View commit details
    Browse the repository at this point in the history
  13. feat(docs): add changelog for Unlock 13 and PublicLock 14 (unlock-pro…

    …tocol#13534)
    
    * add publicLock changelog
    
    * add Unlock changelog
    clemsos authored and blahkheart committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    6c9f33a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3e817b7 View commit details
    Browse the repository at this point in the history
  15. feat(governance): allow test execution of proposal from tx id (unlock…

    …-protocol#13509)
    
    * allow test execution of proposal from tx id
    
    * parse and pass correctly tx args
    
    * add unlock addresses in whales
    
    * allow proposal id only for votes
    
    * pass odwn tx receipt
    
    * herlpes for gov contract
    
    * log events after proposal execution
    
    * Update governance/scripts/gov/index.js
    
    ---------
    
    Co-authored-by: Julien Genestoux <julien.genestoux@gmail.com>
    2 people authored and blahkheart committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    39b4e79 View commit details
    Browse the repository at this point in the history
  16. fix(deps): update dependency @nuintun/qrcode to v4 (unlock-protocol#1…

    …3541)
    
    * Updated nuintun/qrcode
    
    * Update qrcode.ts
    SVell authored and blahkheart committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    24d81c3 View commit details
    Browse the repository at this point in the history
  17. fix(deps): update dependency unified to v11, remark-html to v16, rema…

    …rk-parse to v11 (unlock-protocol#13535)
    
    * Updated unified & related dependencies
    
    * Updated remark
    
    * Fixed dependencies in unlock-app
    SVell authored and blahkheart committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    eabfe4d View commit details
    Browse the repository at this point in the history
  18. fix(locksmith) fixing export (unlock-protocol#13542)

    fixing export
    julien51 authored and blahkheart committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    cbdfb95 View commit details
    Browse the repository at this point in the history
  19. feat(networks): add support for Base sepolia (unlock-protocol#13529)

    * add basic network file
    
    * readme typo
    
    * add verification
    
    * remove unused param
    
    * unlock deploymeny
    
    * etherscan api key
    
    * update base scan api key again
    
    * correct unlock address
    
    * use actual proxy address
    
    * add subgraph
    
    * update readme
    
    * add multisig
    
    * add provider
    
    * Update packages/networks/src/networks/base-sepolia.ts
    
    * use unlock provider
    
    ---------
    
    Co-authored-by: Julien Genestoux <julien.genestoux@gmail.com>
    2 people authored and blahkheart committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    fa63c3d View commit details
    Browse the repository at this point in the history
  20. cleanup: removed goerli (unlock-protocol#13540)

    * removed goerli
    
    * removed stale include
    
    * linting
    
    * using op instead of goerli in tests
    
    * fixing tests
    julien51 authored and blahkheart committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    0f7ec36 View commit details
    Browse the repository at this point in the history
  21. Updated PR to address comments

    * Replaced arbLog with regular console log
    * Removed changes in .env.copy
    * Used fixed version numbers for arbitrum sdk packages
    * Used env variables place holder for privateKey and API keys
    * Move addresses to separate config file `config.js`
    * Changed excessFeeRefundAddress to timelock address
    * Added comments in front of function params to provide their names
    * Formated Proposal description correctly
    blahkheart committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    ce0e970 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    c1fd7d7 View commit details
    Browse the repository at this point in the history
  2. Updated PR

    * Downgraded to ethers 6.10.0
    * Switched L2RPC to Unlock RPC for Arbitrum
    * Moved createRetyrableTicket Params to variable for consistency
    * Capitalize constant names
    blahkheart committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7bced2f View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 3, 2024

  1. Updated PR:

    * Used providers, and addresses from networks package
    * Renamed config.js to constants.js
    * Used suggested style guide for variable names
    * More detailed description
    blahkheart committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c9a28c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d42172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c33c977 View commit details
    Browse the repository at this point in the history
  4. use ethers5

    clemsos committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    79327c5 View commit details
    Browse the repository at this point in the history
  5. refactor proposal

    clemsos committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ace2d13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    794914d View commit details
    Browse the repository at this point in the history
  7. * Revert change to .gitignore, and .env.copy

    * Use actual amount of ARB tokens required
    blahkheart committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a82a7c0 View commit details
    Browse the repository at this point in the history
  8. * Update proposal description

    * Use correct proposal amount
    * Revert .gitignore, and .env.copy changes
    blahkheart committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    debbbdf View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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