Mike Cohen

Results 84 comments of Mike Cohen

Hi - i think the activation criteria for this SIP requires a community vote ? If so the activation criteria sections needs to be updated to reflect this? For example,...

Hi Please update the activation criteria to include the community vote. Something like the following will be great. ### Activation Since this SIP requires a change to the stacks consensus...

Hey - I just tried `cargo chainhook-install` on Ubuntu 23.10 and end up with error ; ``` error: failed to run custom build command for `librocksdb-sys v0.10.0+7.9.2` Caused by: process...

with the panic removed (#333 ) and after restarting and indexing from the previous contract i see a **lot** of these lines in the log; ``` 2023-10-28T15:53:03.882353Z DEBUG update: romeo::state:...

After spinning up a node with this change i get lots of logging like this... ``` 2023-10-28T15:37:38.671959Z DEBUG update: romeo::state: Ignoring Broadcasted status update for a Stacks transaction that is...

Thanks Marvin - i remember this issue and also think its important to communication between UI (creating deposit commitments), revealer api and other parts of sBTC system. At present the...

Has value ``` 50929b74c1a04954b78b4b6035e97a5e078a5a0f28ec96d547bfee9ace803ac0 ``` so this looks good !

Changed state.rs:342 to ``` if statuses_updated != 1 { if config.strict { panic!( "Unexpected number of Stacks statuses updated: {}", statuses_updated ); } else { debug!("Unexpected number of Stacks statuses...

Some discussion - [fatal-unsupported-frontend-protocol](https://stackoverflow.com/questions/59190010/psycopg2-operationalerror-fatal-unsupported-frontend-protocol-1234-5679-serve) - [sslmode disable](https://github.com/ansible-semaphore/semaphore/issues/901) Trying `PG_DATABASE=postgres?sslmode=disable"` on the postgres container.

@wileyj, wondering if you've seen an issue like this before or if there may be a known fix? cc @AshtonStephens