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

RSK swaps #306

Merged
merged 26 commits into from
Nov 19, 2023
Merged
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
1385e99
feat: add rootstock
dni Nov 8, 2023
61c282c
add rbtc icon
dni Nov 8, 2023
07730de
RBTC
dni Nov 13, 2023
b0566ba
WIP implement RSK swaps
michael1011 Nov 8, 2023
dee57e3
button color and hr's
dni Nov 13, 2023
b46524b
remove debugger
dni Nov 13, 2023
372945f
feat: RSK reverse swaps claims
michael1011 Nov 15, 2023
31c3944
fix: RBTC pair on testnet
michael1011 Nov 15, 2023
ce3f87d
fix: nicer handling of pending ethereum transactions
michael1011 Nov 15, 2023
4cb1f44
refactor: cleanup create call
michael1011 Nov 15, 2023
63c86ca
remove disconnect button
dni Nov 16, 2023
377aba6
rsk blockexplorer links
dni Nov 16, 2023
bd19513
refactor: show tx links for RSK (#318)
michael1011 Nov 17, 2023
d542c8c
Merge branch 'main' of https://github.com/BoltzExchange/boltz-webapp-…
michael1011 Nov 17, 2023
380140b
fix: imports
michael1011 Nov 17, 2023
269b2ee
Merge branch 'main' of https://github.com/BoltzExchange/boltz-webapp-…
michael1011 Nov 18, 2023
4bd251d
feat: verify contract code
michael1011 Nov 18, 2023
61e6322
show disconnect on hover
michael1011 Nov 18, 2023
cb39c88
feat: RSK refunds
michael1011 Nov 18, 2023
f98c3b5
test: new RSK components
michael1011 Nov 19, 2023
defd701
Merge branch 'main' of https://github.com/BoltzExchange/boltz-webapp-…
michael1011 Nov 19, 2023
8e7423e
fix: tests
michael1011 Nov 19, 2023
6373d9c
Merge branch 'main' of https://github.com/BoltzExchange/boltz-webapp-…
michael1011 Nov 19, 2023
1acfe88
fix: lower webln test timeout
michael1011 Nov 19, 2023
bf4d2f7
refactor: use JS ecc in validation
michael1011 Nov 19, 2023
5febd86
refactor: change Ethereum naming
michael1011 Nov 19, 2023
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: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ jobs:
- run: npm ci
- run: npm run prettier-check
- run: npm run test
- run: npm run tsc
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ tags

*.log
dist/
node_modules
ts-out/
coverage/
node_modules/
src/config.js
src/bitcore-lib.js
src/bitcore-lib.min.js
Loading