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
975cfb9ec6
feat: fully integrate Sequencer, Indexer and Explorer with Bedrock
2026-02-12 16:31:13 +03:00
Pravdyvy
2a2fe1347a
fix: new model rewrite
2026-01-22 14:44:48 +02:00
Daniil Polyakov
a714e3c563
feat: enhance rustfmt config
2025-11-26 00:33:09 +03:00
Oleksandr Pravdyvyi
5840f9b779
fix: cli full refactor
2025-10-28 16:02:30 +02:00
Sergio Chouhy
e1085e1907
fmt
2025-10-17 16:20:31 -03:00
Sergio Chouhy
93fd485622
move common errors to own module. Remove unused ExecutionFailureKind variants
2025-10-17 16:16:11 -03:00
Sergio Chouhy
7d85424948
remove unnecessary rs_merkle dep
2025-10-17 16:07:59 -03:00
Sergio Chouhy
b93c0aa390
rename TreeHashType to HashType
2025-10-17 16:04:09 -03:00
Sergio Chouhy
c3ca1c4804
remove unused common/src/utxo_commitment.rs file
2025-10-17 15:39:17 -03:00
Sergio Chouhy
f669f10d9e
remove outdated common/src/execution_input.rs file
2025-10-17 15:37:57 -03:00
Sergio Chouhy
983865d31f
remove outdated common/src/commitment.rs file
2025-10-17 15:36:04 -03:00
Sergio Chouhy
e0fd94152a
remove outdated common/sec/nullifier.rs file
2025-10-17 15:35:06 -03:00
Oleksandr Pravdyvyi
5747070e39
fix: merge fixes
2025-09-08 09:09:32 +03:00
Oleksandr Pravdyvyi
b4f21b2f09
fix: checks added
2025-09-03 10:29:51 +03:00
Oleksandr Pravdyvyi
6967c0c22f
fix: update to pr 104
2025-09-02 09:01:33 +03:00
Oleksandr Pravdyvyi
80620b6aac
fix: wallet fix
2025-08-19 14:14:09 +03:00
Sergio Chouhy
20a7dad9a0
Merge branch 'Pravdyvy/node-wallet-rewrite' into schouhy/implement-nssa-v0.1-public-state-tmp
2025-08-09 18:00:58 -03:00
Sergio Chouhy
ef6af9a967
solve linking problem
2025-08-08 10:51:23 -03:00
Oleksandr Pravdyvyi
17b6851d00
fix: cleanup
2025-08-07 14:07:34 +03:00
Oleksandr Pravdyvyi
4f95cef08f
fix: code cleanup and final removals
2025-08-05 14:59:20 +03:00
Oleksandr Pravdyvyi
41b65521f9
fix: comments fix 1
2025-07-24 16:05:27 +03:00
Oleksandr Pravdyvyi
3eee533a17
Merge branch 'schouhy/add-signatures-to-transactions' into Pravdyvy/state-transition-token-transfer
2025-07-22 12:27:35 +03:00
Sergio Chouhy
6e48bcfd9e
sign transactions from node's end
2025-07-16 13:30:24 -03:00
Oleksandr Pravdyvyi
14b35a93c0
feat: new public transaction kind
2025-07-16 12:31:47 +03:00
Oleksandr Pravdyvyi
cb22a95df2
fix: smt/imt replaced with sets
2025-05-23 09:04:04 +03:00
Oleksandr Pravdyvyi
00297db3ab
feat: indexed tree migration 1
2025-05-22 00:13:17 +03:00
Oleksandr Pravdyvyi
8e4956891c
fix: refactor 1
2025-04-16 16:17:53 +03:00
Rostyslav Tyshko
bbb84cd849
add new type of error, since we have a new interaction
2025-04-09 01:30:10 -04:00
Oleksandr Pravdyvyi
470d1ae3ec
fix: gas calculation model
2025-02-28 12:32:54 +02:00
Oleksandr Pravdyvyi
443ee9bb4e
fix: merge fix
2025-02-14 10:58:54 +02:00
Oleksandr Pravdyvyi
bd8b4b8fa8
fix: error propagation
2025-02-05 12:24:09 +02:00