Skip to content
Draft
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
da8e0be
feat: cow-swap
khanti42 Sep 1, 2025
0c8f25e
fix: include missing metadata on intent swap transaction
khanti42 Sep 3, 2025
cf9d91d
Merge branch 'main' into wip/cow-swap-intent
dawnseeker8 Sep 8, 2025
6cc5fe4
Fix all lint relative error and give proper type declaration.
dawnseeker8 Sep 8, 2025
c2bf9a2
Fix pipeline lint issue,
dawnseeker8 Sep 8, 2025
c76a00c
fix node 22 lint and build issue.
dawnseeker8 Sep 8, 2025
73604f1
Merge branch 'main' into wip/cow-swap-intent
dawnseeker8 Sep 8, 2025
63dc8ac
Update snapshot for unit tests.
dawnseeker8 Sep 8, 2025
331bec5
Fix all unit tests failure for bridge-status-controller.test.ts
dawnseeker8 Sep 8, 2025
37f72b5
Add stub module called `Intent-manager`
dawnseeker8 Sep 10, 2025
2493ab2
add ts-bridge as dev dependancies for build
dawnseeker8 Sep 10, 2025
1673f1f
wip: buildable version of intent manager and bridge-status-controller.
dawnseeker8 Sep 10, 2025
2ea099e
wip: fix the build issue.
dawnseeker8 Sep 10, 2025
74e6893
WIP: Remove the generateQuote and relative private method calls.
dawnseeker8 Sep 10, 2025
19fdb0e
feat: add a temp onlyIntent parameter.
dawnseeker8 Sep 24, 2025
dc76678
Merge branch 'main' into wip/intent-swap-architecture-refactory
dawnseeker8 Sep 24, 2025
018cd69
rebase from main
dawnseeker8 Sep 24, 2025
fdf4f04
Rebase from main
dawnseeker8 Sep 24, 2025
4e200c7
revert back to main version
dawnseeker8 Sep 24, 2025
83a36c1
update lock file
dawnseeker8 Sep 24, 2025
6a6ee79
update lock file to fix the pipeline failure
dawnseeker8 Sep 24, 2025
608187f
Merge branch 'main' into wip/intent-swap-architecture-refactory
dawnseeker8 Sep 24, 2025
7516d3b
fix unit tests and pipeline issue.
dawnseeker8 Sep 24, 2025
3e9f379
Try to fix the pipeline failure of lock file change.
dawnseeker8 Sep 24, 2025
9445620
try to avoid the pipeline failure of lock file change.
dawnseeker8 Sep 24, 2025
7f670b5
refactor: simplify logic for determining transaction hashes in Bridge…
dawnseeker8 Sep 24, 2025
e8eb450
Fix the lint error in node 22 version
dawnseeker8 Sep 24, 2025
ce7a2d1
Fix weird lock file change failure issue in pipeline.
dawnseeker8 Sep 24, 2025
7547553
Run prettier format the README.md file.
dawnseeker8 Sep 24, 2025
5d56313
change lock file again
dawnseeker8 Sep 24, 2025
07c15ac
Merge branch 'main' into wip/intent-swap-architecture-refactory
dawnseeker8 Sep 24, 2025
c5a0678
Merge branch 'main' into wip/intent-swap-architecture-refactory
dawnseeker8 Sep 25, 2025
60a4a13
update lock file after rebase from main to resolve conflict.
dawnseeker8 Sep 25, 2025
ae7c3cc
Reapply lock version with correct hash to pass the pipeline.
dawnseeker8 Sep 25, 2025
48b8230
Try to fix th lock file change pipeline broken
dawnseeker8 Sep 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions packages/Intent-manager/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2025 MetaMask

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading
Loading