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

Develop #10

Merged
merged 30 commits into from
Aug 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
dc5238c
Merge pull request #2 from NTF-marketplace/feature/admin-transfer
min-96 May 18, 2024
a2380ee
feat: send depositNftData to api-wallet
min-96 May 19, 2024
550deca
feat: refactor
min-96 May 20, 2024
e3f0210
refactor: deposit transfer(erc721,erc20)
min-96 May 23, 2024
32d0f15
refactor: send deposit
min-96 May 24, 2024
c61564a
Merge pull request #4 from NTF-marketplace/feature/event-depositNft
min-96 May 24, 2024
c6296ca
feat: create wrapper(erc20)
min-96 May 24, 2024
0ef25f3
feat: create wrapper(erc721)
min-96 May 25, 2024
6f89092
refactor: transferService
min-96 May 27, 2024
3890d60
Merge pull request #5 from NTF-marketplace/feature/sendTransaction-erc20
min-96 May 27, 2024
7011182
feat: add ABI
min-96 May 29, 2024
a243759
refactor: nftResponse
min-96 Jun 4, 2024
4551ff5
fix: add chainType of transfer
min-96 Jun 10, 2024
055d00b
refactor: nftResponse
min-96 Jun 28, 2024
b01048a
fix: sendTransaction logic
min-96 Jul 1, 2024
d35b9ef
faet: api account of withdraw and deposit
min-96 Jul 13, 2024
50bfccc
WIP
min-96 Jul 14, 2024
1a5641c
success ERC20 of withdraw
min-96 Jul 14, 2024
4d44ee2
WIP
min-96 Jul 15, 2024
c37d2bd
Merge pull request #7 from NTF-marketplace/feature/api-account
min-96 Jul 18, 2024
e8a0140
refactor: version up and change to FanoutExchange
min-96 Jul 22, 2024
906e009
fix: nftService of findByNft
min-96 Jul 22, 2024
2fb2bac
apply config
min-96 Jul 23, 2024
e5b24f0
feat: test cicd
Jul 25, 2024
07282d3
feat: test cicd
Jul 25, 2024
0b3e3fd
refactor: organize cicd
Jul 25, 2024
e1e66cf
Merge pull request #8 from NTF-marketplace/feat/cicd
dongdorrong Jul 25, 2024
57e2fd5
fix: fix cicd
Jul 25, 2024
c5e51b7
Merge pull request #9 from NTF-marketplace/fix/cicd
dongdorrong Jul 25, 2024
bed431a
fix: infuraTransfer logic
min-96 Jul 29, 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
Prev Previous commit
Next Next commit
refactor: organize cicd
Donghyeon Im committed Jul 25, 2024
commit 0b3e3fde30835e16ba58f85f5b6cf048a599a67e
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
@@ -113,8 +113,7 @@ jobs:
branch: develop

main:
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/feat/cicd'
if: github.ref == 'refs/heads/main'
name: Build and Push Container Image to Amazon ECR
runs-on: ubuntu-latest
env: