espresso-sequencer icon indicating copy to clipboard operation
espresso-sequencer copied to clipboard

Results 399 espresso-sequencer issues
Sort by recently updated
recently updated
newest added

It's all in the code comments: https://github.com/EspressoSystems/espresso-sequencer/blob/26a6b299ce260a210e6fa3253bbd50fb57f3023d/sequencer/src/block/full_payload/ns_table.rs#L115-L127

tech debt
serialization-breaking-change

`NamespaceId` has a lot of tech debt to replay. See code comments: https://github.com/EspressoSystems/espresso-sequencer/blob/26a6b299ce260a210e6fa3253bbd50fb57f3023d/sequencer/src/transaction.rs#L9-L27

tech debt
serialization-breaking-change

### This PR: fix comment ### This PR does not: ### Key places to review:

Hi, when will the public testnet start?

- Add newtype for L1 block number. - Implement serialization in backwards compatible manner. Although there is currently no test for this backwards compatibility. - Don't ignore "actual" files created...

Discussion on [zulip](https://espresso.zulipchat.com/#narrow/stream/330967-Sequencer/topic/Serializing.20amounts.20as.20decimals). - [x] Make it backwards compatible so that we can still de-serialize the old hex strings. - [ ] Use hex strings for L1 data but decimal...

Informal Systems had an issue where one of their DA nodes, after a restart, got into a loop where all DB operations were failing because the current transaction was aborted....

cappuccino-followup

It's broken since we enabled more feature with sqlx-macros probably due to the `tls-native-tls` feature. I have disable the workflow now so the breakage doesn't confuse anyone who opens a...

maintenance