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
Jimmy Claw
45ae8063b1
fix(wallet): poll every 2s for up to 3 blocks (45s) instead of 30 × 1s
...
Block time in lssa is 15s, so 3 blocks = 45s is the right timeout.
Polling every 2s (23 attempts) is responsive without hammering the sequencer.
2026-03-02 20:58:31 +00:00
Jimmy Claw
30c78cbfbd
fix(wallet): await on-chain confirmation before returning from deploy-program
...
The DeployProgram command previously submitted the transaction and
immediately returned success, even if the sequencer rejected it. Now it
polls get_transaction_by_hash until the transaction appears in a block,
exiting non-zero with a clear error message after a 30s timeout.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 20:32:38 +00: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
jonesmarvin8
d863b763d1
Merge branch 'main' into marvin/nonce
2026-03-02 10:49:07 -05:00
jonesmarvin8
227f006179
add clone property and shift feature restriction
2026-03-02 10:15:55 -05:00
Pravdyvy
416f16bfc6
feat: block ordering while resubmit
2026-03-02 14:22:11 +02:00
Pravdyvy
2e5a1d29ad
fix: branched retry on inscriptions
2026-03-02 09:30:13 +02:00
jonesmarvin8
ab41bff5cc
update config files
2026-02-27 18:30:54 -05:00
Daniil Polyakov
226ebe3e0e
Merge pull request #369 from logos-blockchain/arjentix/fix-indexer-docker-startup
...
fix: fix docker builds and runs
2026-02-27 22:20:43 +03:00
Daniil Polyakov
7d4409fdf9
fix: fix docker builds and runs
2026-02-27 21:20:22 +03:00
Daniil Polyakov
4e112bc520
Merge pull request #368 from logos-blockchain/Pravdyvy/http-retries-in-seq-client
...
HTTP retries in sequencer client
2026-02-27 21:19:34 +03:00
Pravdyvy
9dc6025537
fix: http retries
2026-02-27 19:11:26 +02:00
jonesmarvin8
5a0ef060fd
Merge branch 'main' into marvin/bip-32-comp
2026-02-27 11:32:30 -05:00
jonesmarvin8
157495ad59
fix lint
2026-02-27 10:49:00 -05:00
jonesmarvin8
87c251b6e2
incorporate lip_supply_init to this refactoring
2026-02-27 10:24:47 -05:00
Moudy
bdeca0185f
Merge pull request #367 from logos-blockchain/schouhy/fix-sequencer-config-npk
...
Update sequencer config npks
2026-02-27 16:08:03 +01:00
jonesmarvin8
3c677ce78c
Merge branch 'main' into marvin/refactor-amm-state-tests
2026-02-27 09:34:13 -05:00
Andrea Franz
71de2f7754
Merge pull request #359 from logos-blockchain/fix/amm-initial-lp
...
chore(programs/amm): fix initial LP supply calculations
2026-02-27 14:33:52 +01:00
Sergio Chouhy
d5c75cbd98
update public account ids
2026-02-27 10:25:07 -03:00
Sergio Chouhy
99069c84b1
update sequencer config npks
2026-02-27 10:06:54 -03:00
Daniel Sanchez
10770bd99e
Merge pull request #366 from logos-blockchain/dsq/nix-circuits-deps
...
chore(nix): Add circuits dependency
2026-02-27 12:18:09 +00:00
danielSanchezQ
6887131364
Add circuits dependency
2026-02-27 12:13:25 +00:00
Andrea Franz
fee1ab30e9
chore(programs/amm): fix initial LP supply calculations
...
ift-ts:sc:logos:2026q1-amm-core-improvements:fix-initial-lp-calc
2026-02-27 09:21:43 +01:00
fryorcraken
d9b2b0c824
update zsh completion
2026-02-27 15:26:57 +11:00
fryorcraken
e2175132f5
Add bash completion script
2026-02-27 15:23:03 +11:00
Pravdyvy
18d9d80105
Merge pull request #354 from logos-blockchain/Pravdyvy/indexer-explorer-integration-fixes
...
Indexer<->Explorer integration fixes
2026-02-26 21:39:15 +02:00
Pravdyvy
1ea3aab3f1
fix: limts fix
2026-02-26 20:42:39 +02:00
Daniil Polyakov
51a21c42fc
Merge pull request #360 from logos-blockchain/arjentix/fix-indexer-image
...
fix: add r0vm and logos circuits in indexer image
2026-02-26 21:41:06 +03:00
Daniil Polyakov
1f01f7c06a
fix: add r0vm and logos circuits in indexer image
2026-02-26 21:06:39 +03:00
Pravdyvy
c622f3540a
fix: logging, config
2026-02-26 20:05:16 +02:00
jonesmarvin8
b9324bf03b
Merge branch 'main' into marvin/bip-32-comp
2026-02-26 12:41:50 -05:00
jonesmarvin8
3c10263023
Merge branch 'main' into marvin/issue_295
2026-02-26 12:41:00 -05:00
Daniil Polyakov
67f49697f7
Merge pull request #358 from logos-blockchain/arjentix/standalone-sequencer-deploy
...
Standalone sequencer deploy
2026-02-26 20:19:26 +03:00
Pravdyvy
5eb4e0af1f
fix: downgrades of logs
2026-02-26 19:18:41 +02:00
Pravdyvy
3c8e81c11c
Merge branch 'main' into Pravdyvy/indexer-explorer-integration-fixes
2026-02-26 17:14:11 +02:00
Sergio Chouhy
f48b116754
Merge pull request #350 from logos-blockchain/schouhy/compress-proofs
...
Compress R0 proofs
2026-02-26 11:54:14 -03:00
Sergio Chouhy
70471f0a54
compress proofs
2026-02-26 11:19:55 -03:00
Daniil Polyakov
9bb4d95f0b
feat: optimize r0vm installation for sequencer docker image for x86_64 platform
2026-02-26 17:06:45 +03:00
Daniil Polyakov
ea7beaaaef
feat: build standalone sequencer docker image
2026-02-26 17:06:45 +03:00
Daniil Polyakov
c59d3efbcc
Merge pull request #353 from logos-blockchain/arjentix/configurable-block-size
...
Configurable block size & human-readable config values
2026-02-26 17:05:50 +03:00
Daniil Polyakov
72ce3ff1e4
chore: rebuild artifacts
2026-02-26 16:35:07 +03:00
Daniil Polyakov
184d378c90
docs: add just command docs
2026-02-26 16:25:24 +03:00
Daniil Polyakov
529dfce413
fix: ensure wallet data is fully synced with fs
2026-02-26 16:25:24 +03:00
Daniil Polyakov
803708ea1e
fix: set wallet-ffi default features to false in workspace to fix tps test
2026-02-26 16:25:24 +03:00
Daniil Polyakov
437e5addb4
feat: use human-readable byte sizes and durations
2026-02-26 16:25:24 +03:00