fix: resolve PostgreSQL type mismatches and add willexecutor debug logging
- Fix get_next_address_index: use try_get::<i32> for PG SERIAL/INTEGER columns - Fix search_tx: use try_get::<i32> for PG status column - Fix execute_insert: parse locktime (String→i64) and in_vout (String→i32) before binding to PG INTEGER columns - Fix execute_insert: bind tbl_out vout as i32, amount as String for PG - Fix save_new_address: cast xpub i64 to i32 for PG INTEGER column - Fix get_pending_txs: cast i64 bind params to i32, use try_get::<i32> for reads - Fix get_stats: use try_get::<i32> for all numeric PG INTEGER columns - Add trace logging in parse_request_transactions for xpub address matching - Add trace logging in get_all_addresses_by_xpub for query debugging
This commit is contained in:
3
docker/s6-rc.d/bal-pusher/run
Executable file
3
docker/s6-rc.d/bal-pusher/run
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/command/with-contenv sh
|
||||
exec s6-setsid logutil-service bal-pusher \
|
||||
/usr/local/bin/bal-pusher
|
||||
1
docker/s6-rc.d/bal-pusher/type
Normal file
1
docker/s6-rc.d/bal-pusher/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
||||
3
docker/s6-rc.d/bal-server/run
Executable file
3
docker/s6-rc.d/bal-server/run
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/command/with-contenv sh
|
||||
exec s6-setsid logutil-service bal-server \
|
||||
/usr/local/bin/bal-server
|
||||
1
docker/s6-rc.d/bal-server/type
Normal file
1
docker/s6-rc.d/bal-server/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
||||
0
docker/s6-rc.d/user/contents.d/bal-pusher
Normal file
0
docker/s6-rc.d/user/contents.d/bal-pusher
Normal file
0
docker/s6-rc.d/user/contents.d/bal-server
Normal file
0
docker/s6-rc.d/user/contents.d/bal-server
Normal file
Reference in New Issue
Block a user