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

Make deposit and withdrawal at Citrea #570

Merged
merged 26 commits into from
Mar 4, 2025
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
0327ee8
test: Add common citrea code.
ceyhunsen Feb 26, 2025
1741652
tests: Don't spawn new regtest in create_actors.
ceyhunsen Feb 26, 2025
239f4fa
tests: Add regtest spawner to 2 tests.
ceyhunsen Feb 26, 2025
81ea160
tests(deposit): Add asserts to deposittocitrea test.
ceyhunsen Feb 26, 2025
6966e83
test: Add initial deposit test.
ceyhunsen Feb 26, 2025
4fe5a6c
tests(withdraw): Make 2 deposits.
ceyhunsen Feb 26, 2025
aeab4cf
test(withdraw): Create withdrawal tx for evm.
ceyhunsen Feb 27, 2025
ca2e786
test(withdraw): Refactor bits.
ceyhunsen Feb 27, 2025
143ede6
chore(test/citrea): Move citrea_url config change to update_config_wi…
ceyhunsen Feb 27, 2025
5022dd2
test(withdraw): Add/improve withdraw related calls.
ceyhunsen Feb 28, 2025
783929d
Some improvments (#574)
ekrembal Mar 1, 2025
49a8b76
test(utils): Revert changes in generate_withdrawal_transaction_and_si…
ceyhunsen Mar 1, 2025
da79cc6
tests(citrea): Define more constants.
ceyhunsen Mar 2, 2025
7bc8bed
tests(citrea): Reuse sol types defined in json.
ceyhunsen Mar 2, 2025
a6e0b62
fix(test/utils): Remove erpc creation from create_actors.
ceyhunsen Mar 3, 2025
119a90e
fix(test_utils): Use process cleanup to not kill actor servers.
ceyhunsen Mar 3, 2025
4168fb2
test(utils): Add ServerHandles struct.
ceyhunsen Mar 3, 2025
a6709bb
feat: Add initial Citrea module.
ceyhunsen Mar 3, 2025
f2b2289
feat(citrea): Add new CitreaContractClient type.
ceyhunsen Mar 3, 2025
dfd04ea
fix(citrea): Make secret_key optional for CitreaContractClient.
ceyhunsen Mar 3, 2025
60e69fe
chore: Comment fixes.
ceyhunsen Mar 3, 2025
f910f35
chore: Fix typo in bitcoin_merkle module name.
ceyhunsen Mar 3, 2025
7e6246f
chore: Add comments to Citrea tests.
ceyhunsen Mar 3, 2025
4123d5b
Merge remote-tracking branch 'origin/dev' into ceyhun/citrea_withdrawal
ceyhunsen Mar 3, 2025
12f576e
chore: Fix compilation errors caused by merge.
ceyhunsen Mar 3, 2025
6ee47fe
chore: Don't run coverage test.
ceyhunsen Mar 4, 2025
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/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
coverage:
name: Check code coverage percentage
runs-on: ubicloud-standard-16
if: false

services:
postgres:
Expand Down
Loading
Loading