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

[v10.10.0] Code cleaning #2937

Merged
merged 40 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
7fe6b46
split vector file
Ouziel Jan 13, 2025
17439b5
Move python tests from counterparty-rs to counterparty-core
Ouziel Jan 13, 2025
eb25e84
introduce tools module
Ouziel Jan 13, 2025
34b2465
Remove counterparty-wallet
Ouziel Jan 13, 2025
fc7d0d1
continue to move files
Ouziel Jan 13, 2025
0682954
rename mpma_util to utils
Ouziel Jan 13, 2025
d164bab
move address.py in messages.utils
Ouziel Jan 13, 2025
cc27c6a
move more files
Ouziel Jan 13, 2025
91abaf2
move more files
Ouziel Jan 13, 2025
f3f44c6
fix cli
Ouziel Jan 14, 2025
a2b4620
Clean script.py; Move more files and functions
Ouziel Jan 14, 2025
12ba3f1
Clean script.py; Move more files and functions; ruff
Ouziel Jan 14, 2025
a7f92ef
more cleaning
Ouziel Jan 14, 2025
d860824
more cleaning; add utils module
Ouziel Jan 14, 2025
c23bd6f
more cleaning
Ouziel Jan 14, 2025
42272f9
more cleaning
Ouziel Jan 14, 2025
cf47698
util.py almost clean
Ouziel Jan 14, 2025
eea083b
clean util.py
Ouziel Jan 14, 2025
d75e8dc
more cleaning
Ouziel Jan 15, 2025
cbc0580
remove _ from files names
Ouziel Jan 15, 2025
57d2b67
clean api/util.py
Ouziel Jan 15, 2025
4303533
Merge branch 'develop' into cleaning
Ouziel Jan 15, 2025
71ccee8
Kill util.CURRENT_BLOCK_INDEX
Ouziel Jan 15, 2025
0befea3
try to kill util.CURRENT_BACKEND_HEIGHT
Ouziel Jan 15, 2025
3546adb
fix tests; finish to kill CURRENT_BACKEND_HEIGHT
Ouziel Jan 15, 2025
a3a2bdf
kill util.CURRENT_BLOCK_TIME; fixes
Ouziel Jan 15, 2025
c43fa92
fixe tests
Ouziel Jan 16, 2025
c019679
No more globals
Ouziel Jan 16, 2025
1652446
use yoyo migrations to initialize Ledger DB
Ouziel Jan 16, 2025
85eb071
Remove globals BLOCK_LEDGER and BLOCK_JOURNAL
Ouziel Jan 16, 2025
21ee60f
clean custom exceptions
Ouziel Jan 16, 2025
3d29a7d
fixes
Ouziel Jan 16, 2025
288b1b2
clean ledger import
Ouziel Jan 16, 2025
41ebe8f
fix circular import
Ouziel Jan 16, 2025
95221bc
Revert "clean ledger import"
Ouziel Jan 16, 2025
0207d6a
fix import, start to split ledger.py
Ouziel Jan 16, 2025
8936396
progress in ledger.py splitting
Ouziel Jan 16, 2025
85a5807
progress in ledger.py cleaning
Ouziel Jan 16, 2025
ce96d22
finish to clean ledger.py
Ouziel Jan 16, 2025
6dffdfe
add release notes
Ouziel Jan 16, 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 counterparty-core/counterpartycore/lib/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import cli # noqa F401
73 changes: 0 additions & 73 deletions counterparty-core/counterpartycore/lib/address.py

This file was deleted.

Loading
Loading