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

Qa test #237

Merged
merged 35 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
2cc419e
Fixed LBC deploy
gsoares85 Feb 21, 2024
2efcab0
Merge pull request #221 from rsksmart/bugfix/fixLBCDeploy
gsoares85 Feb 23, 2024
016f0be
chore: remove build folder from .gitignore
Luisfc68 Feb 27, 2024
7f76691
Merge pull request #222 from rsksmart/feature/GBI-1696
Luisfc68 Mar 8, 2024
2cab01b
chore: lbc dev env deploy
Luisfc68 Mar 8, 2024
da2c521
chore: install btc lib from public registry (#225)
Luisfc68 Mar 20, 2024
35559e9
fix: remove initializeV2 function
Luisfc68 Apr 15, 2024
aa08a8b
Merge pull request #228 from rsksmart/bugfix/GBI-1813
Luisfc68 Apr 17, 2024
e01e502
feat: add lp url update capability
Luisfc68 Apr 17, 2024
a99aebd
Merge branch 'QA-Test' into feature/GBI-1735
Luisfc68 Apr 25, 2024
7fce963
Merge pull request #229 from rsksmart/feature/GBI-1770
Luisfc68 Apr 25, 2024
ddcd3ac
Merge branch 'QA-Test' into feature/GBI-1735
Luisfc68 Apr 25, 2024
217a812
fix: add development to network array
Luisfc68 Apr 25, 2024
48d3015
chore: move rpc urls to env
Luisfc68 Apr 25, 2024
45bae1e
Merge pull request #223 from rsksmart/feature/GBI-1735
Luisfc68 Apr 25, 2024
ed66d73
refactor: update BtcUtils version
Luisfc68 May 16, 2024
f320818
fix: merge withdraw collateral functions
Luisfc68 May 16, 2024
1c48b85
chore: add npm login for priv pkg
Luisfc68 May 17, 2024
7bdf9fd
Merge pull request #230 from rsksmart/bugfix/GBI-1873
Luisfc68 May 20, 2024
46f0a94
chore: deploy in dev environment
Luisfc68 May 21, 2024
ad009bc
chore: update btc lib version
Luisfc68 May 21, 2024
5c10f48
docs: update readme
Luisfc68 May 21, 2024
5fd58be
Merge branch 'dev-deploy' into security-preparation
Luisfc68 May 21, 2024
fff32f7
chore: fix vulnerable packages
Luisfc68 May 21, 2024
0e39bf1
chore: update deployment scripts
Luisfc68 May 22, 2024
8d59a96
1.2.0
Luisfc68 May 22, 2024
1a5ecfc
chore: dev deployment
Luisfc68 May 22, 2024
23f70b7
chore: Upgrade LBC to v2
gsoares85 May 22, 2024
7540ad7
Merge pull request #231 from rsksmart/security-preparation
Luisfc68 May 22, 2024
c3e32ed
chore: btc lib update
Luisfc68 Jul 25, 2024
3300dd1
Merge pull request #235 from rsksmart/feature/GBI-2026
Luisfc68 Jul 25, 2024
2d43fc4
chore: upgraded LBC
gsoares85 Jul 25, 2024
16236b0
Merge pull request #236 from rsksmart/chore/upgrade-LBC-contract
gsoares85 Jul 25, 2024
efcf401
Merge branch 'Stable-Test' into conflict-fix
Luisfc68 Jul 25, 2024
fa8d119
Merge pull request #238 from rsksmart/conflict-fix
Luisfc68 Jul 25, 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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# test network
.openzeppelin/unknown-1337.json
node_modules
build
.vscode
.idea
coverage
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

Loading
Loading