Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
74b2d2b
Upgraded lerna
rpanic Feb 5, 2026
e8c94d5
.nx gitignore
rpanic Feb 5, 2026
5a94507
Removed --no-verify-access
rpanic Feb 5, 2026
fb121dd
versions
rpanic Feb 5, 2026
a8fa945
bump git head
rpanic Feb 5, 2026
bde3149
Merge branch 'develop' into release/canary-pre-devnet
rpanic Feb 5, 2026
5d967a3
package-lock
rpanic Feb 5, 2026
99e0289
Merge branch 'develop' into release/canary-pre-devnet
rpanic Feb 5, 2026
af934eb
package-lock 2
rpanic Feb 5, 2026
4ebe9ab
fix: add BridgingModule to appchain and fix network urls
saitunc Feb 5, 2026
5654998
chore(debug): add debug logs for method id registration
saitunc Feb 6, 2026
9143ce5
style: run lint fix
saitunc Feb 6, 2026
73a393f
Fixed linting in cli
rpanic Feb 9, 2026
9614cf4
Fixed and skipped test
rpanic Feb 9, 2026
e103b2d
refactor: separate TestBalances as utils
saitunc Feb 9, 2026
97a70cc
fix: add bridging module for deposit and redeem
saitunc Feb 9, 2026
0737f85
style: run lint fix
saitunc Feb 9, 2026
66817b9
Merge branch 'fix/fix-deploy-command' into release/canary-pre-devnet
rpanic Feb 9, 2026
b799f6a
refactor: move BridgingModule to settlementScript
saitunc Feb 9, 2026
3005eae
style: run lint fix
saitunc Feb 9, 2026
ca4b2bb
refactor: remove debug logs
saitunc Feb 9, 2026
8af4bf7
Fixed configurations
rpanic Feb 9, 2026
50abed0
Merge branch 'fix/fix-deploy-command' into release/canary-pre-devnet
rpanic Feb 9, 2026
138737b
style: run lint fix
saitunc Feb 9, 2026
1329ecb
refactor: move TestBalances to a helpers folder in src
saitunc Feb 9, 2026
b08726a
rebase to canary release
saitunc Feb 9, 2026
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ docs

# dependencies
node_modules
.nx

# IDEs and editors
/.idea
Expand Down Expand Up @@ -42,4 +43,4 @@ lerna-debug.log

docs/save
packages/research
packages/indexer/src/api/generated
packages/indexer/src/api/generated
2 changes: 0 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "independent",
"independent": true,
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
Loading