2072 Commits

Author SHA1 Message Date
Daniil Polyakov
e3b93b6e9a feat: add restriction clippy lints 2026-03-17 21:25:30 +03:00
Daniil Polyakov
efe8393ba0 feat: add pedantic clippy lints 2026-03-17 21:25:30 +03:00
Moudy
3998a2562c
Clarify privacy handling in programmability section 2026-03-17 14:59:40 +01:00
jonesmarvin8
b44e066e84 fix constructor 2026-03-17 09:29:00 -04:00
Pravdyvy
2fb8c2c87f fix: suggestions fix 2 2026-03-17 15:18:12 +02:00
Pravdyvy
8a8c7f722b fix: suggestions fix 2026-03-17 15:10:12 +02:00
Daniil Polyakov
756f2f4135 feat: add workspace lints to every crate 2026-03-17 15:13:44 +03:00
jonesmarvin8
dd64f0b1f8 Merge branch 'main' into marvin/nonce 2026-03-16 11:22:24 -04:00
jonesmarvin8
d665540495
Merge pull request #357 from logos-blockchain/marvin/issue_295
[Issue 295] ensure! in public transaction
2026-03-16 09:49:52 -04:00
jonesmarvin8
620dd3ad10 Merge branch 'main' into marvin/refactor-amm-state-tests 2026-03-16 09:37:24 -04:00
jonesmarvin8
6e74cca512 fixed unit test 2026-03-16 09:12:29 -04:00
fryorcraken
d941fd3b8b
Merge pull request #365 from logos-blockchain/hex
fix: display HashType as hex string in Debug output
2026-03-16 16:21:16 +11:00
fryorcraken
55c930d784
update artifacts 2026-03-16 14:35:29 +11:00
fryorcraken
e20860ea97
fix: use base58 encoding for program_owner instead of hex
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 14:04:17 +11:00
fryorcraken
546c3d0986
fix: remove unused bytemuck dep and apply nightly fmt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 13:46:20 +11:00
fryorcraken
339c0dc048
Prefer hex string to vector of number for stdout 2026-03-13 13:46:19 +11:00
fryorcraken
5f2d33f90e
fix: display HashType as hex string in Debug output
The derived Debug impl printed HashType as a raw byte array, while
Display (and the sequencer logs) used hex encoding. Replace the derived
Debug with a custom impl identical to Display so both representations
are consistent.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 13:46:19 +11:00
Daniil Polyakov
3464d15d89
Merge pull request #364 from logos-blockchain/bash-completion
Bash completion for `wallet`
2026-03-10 22:55:35 +03:00
Daniil Polyakov
3256e3d470
Merge pull request #381 from logos-blockchain/weboko/pinata-auth-transfer
feat: ensure pinata recipient initialized
2026-03-10 22:29:40 +03:00
Daniil Polyakov
0b66903cb9
Merge pull request #376 from logos-blockchain/moudyellaz-explorer
Revise README for sequencer and node setup
2026-03-10 22:29:26 +03:00
jonesmarvin8
b5d0d2d0c1 fmt and lint 2026-03-09 13:05:29 -04:00
jonesmarvin8
b1747548b2 fix nullifer typo 2026-03-09 12:23:57 -04:00
jonesmarvin8
d029def7c7 add ensure test 2026-03-09 12:21:44 -04:00
jonesmarvin8
a5119dc3f3 fix wallet configs 2026-03-09 11:50:37 -04:00
jonesmarvin8
1cfc710024 Merge branch 'main' into marvin/bip-32-comp 2026-03-09 05:23:24 -04:00
Moudy
2d04946a64 added remove rocksdb from main 2026-03-07 17:00:54 +01:00
Sergio Chouhy
1e3b60feae
Merge pull request #385 from logos-blockchain/arjentix/fix-unrecognized-commitment-set-digest-error
Fix unrecognized commitment set digest error
2026-03-07 11:51:27 -03:00
Daniil Polyakov
7f0d41104d fix: replace old keys with new ones in configurations 2026-03-07 15:41:47 +03:00
Daniil Polyakov
7a9d02af31 feat: adjust just clean command 2026-03-06 22:41:27 +03:00
Daniil Polyakov
39d8c89c17
Merge pull request #384 from logos-blockchain/Pravdyvy/shared-secret-receiver-usage-fix
Shared secret receiver usage fix
2026-03-05 21:59:16 +03:00
Daniil Polyakov
0aec6028f6 fix: remove unused serde_json dev-dependency from key_protocol 2026-03-05 21:14:25 +03:00
Pravdyvy
4950c1277c fix: suggestions fix 2026-03-05 17:25:53 +02:00
Pravdyvy
fa406e7a86 fix: removed redundant logging 2026-03-05 15:20:22 +02:00
Pravdyvy
cf92157728 fix: artifacts updates 2026-03-05 14:41:52 +02:00
Daniil Polyakov
a7607b4525
Merge pull request #383 from logos-blockchain/arjentix/explorer-blocks-right-order
feat: sort blocks from latest to oldest in explorer
2026-03-05 15:24:57 +03:00
Pravdyvy
cb57baaa36 fix: integartion test on claiming path for token updated 2026-03-05 14:13:13 +02:00
Pravdyvy
e3764e1911 fix: shared secret receiver fix 2026-03-05 12:35:18 +02:00
Daniil Polyakov
ec1018deac feat: sort blocks from latest to oldest in explorer 2026-03-04 21:54:36 +03:00
Daniil Polyakov
db5d1e5cf7
Merge pull request #382 from logos-blockchain/Pravdyvy/pinata-buff
Pinata Buff
2026-03-04 21:36:29 +03:00
Pravdyvy
06665160c6 fix: updated pinata balance 2026-03-04 17:47:38 +02:00
Pravdyvy
44a11bd3f1 fix: state interactions fix 2026-03-04 14:12:39 +02:00
Sasha
ddecae8c40
feat: ensure pinata recipient initialized 2026-03-03 23:21:18 +01:00
Pravdyvy
9df121704f
Merge pull request #380 from logos-blockchain/Pravdyvy/block-sorting-while-resubmit
feat: block ordering while resubmit
wallet-ffi-0.1.0
2026-03-03 10:13:13 +02:00
Moudy
9d7cf58f6f
Revise README for sequencer and node setup
Updated instructions for running the explorer
2026-03-03 01:29:42 +01:00
jonesmarvin8
7daf32611a add necessary typo back in 2026-03-02 16:42:32 -05:00
jonesmarvin8
6000d61bf2 artifacts update 2026-03-02 16:27:11 -05:00
jonesmarvin8
181d43e6d2 test fixing 2026-03-02 16:13:23 -05:00
jonesmarvin8
84abe02573 add serialize/deserialize impls 2026-03-02 11:54:41 -05:00
Pravdyvy
ed299932c5 fear: final state field 2026-03-02 18:25:22 +02:00
jonesmarvin8
71d07ccdf7 fmt 2026-03-02 10:51:30 -05:00