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

add: Initial create order implementation (WIP) #9

Merged
merged 20 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9e8b926
feat: added utils with nostr-tools for now
AndreaDiazCorreia Nov 12, 2024
3bca235
feat: initial order with nip59
AndreaDiazCorreia Nov 12, 2024
c78748f
Merge branch 'MostroP2P:main' into main
AndreaDiazCorreia Nov 12, 2024
52edb4c
feat: new order in client and publish event in utils
AndreaDiazCorreia Nov 13, 2024
a51f3c3
chore(structure): change package build to copy from nostr
ciegovolador Nov 12, 2024
192df07
chore(pipeline): replace pnpm github actions with just
ciegovolador Nov 12, 2024
922938e
chore(pipelie): use bun in github actions
ciegovolador Nov 12, 2024
22d4628
chore(build): add the requested changes
ciegovolador Nov 12, 2024
ac4ec39
chore(build): add the requested changes
ciegovolador Nov 12, 2024
d3a3614
chore(build): use just in github actions
ciegovolador Nov 13, 2024
983985c
chore(build): add package-lock.json
ciegovolador Nov 13, 2024
51b96a9
chore(build): add alias path support and coderabbit config
ciegovolador Nov 13, 2024
0a3f441
chore: add lint and format commands
ciegovolador Nov 13, 2024
77b9f6b
feat: added utils with nostr-tools for now
AndreaDiazCorreia Nov 12, 2024
fa1f2f9
Merge branch 'MostroP2P:main' into main
AndreaDiazCorreia Nov 13, 2024
e20f2b2
fix: nostr utils error with de relay connection
AndreaDiazCorreia Nov 14, 2024
1ab35de
fix: issues with dependencies and imports
AndreaDiazCorreia Nov 14, 2024
6db9745
refactor: refactor with the comments from coderabbit
AndreaDiazCorreia Nov 14, 2024
ea218b1
refactor: test base in the comments from code rabbit, todo: improve t…
AndreaDiazCorreia Nov 14, 2024
525db35
Update src/client/order.ts
AndreaDiazCorreia Nov 14, 2024
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
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
bunx --no -- commitlint --edit $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
just test

Binary file modified bun.lockb
Binary file not shown.
Loading
Loading