Moncef AOUDIA

Results 89 comments of Moncef AOUDIA

I'll try to do it. Is there any specific difficulty due to Microsoft SQL server driver ? or it's similar to Posgresql implementation ?

It's harder than I taught, even MySQL R2DBC doesn't have support for this feature. Correct me if I'm wrong, we need a specific [Lexer](https://github.com/pgjdbc/r2dbc-postgresql/blob/main/src/main/java/io/r2dbc/postgresql/PostgresqlSqlLexer.java) for MSSQL SQL queries ?

Hi @mp911de, I'm interested to work on this issue, please could you give me more information about it Thanks

Hi @nhojpatrick , I'll do it. thanks

> @aoudiamoncef can we merge this in prepare-testnet-16 ? I think that it's ready for `main`

In protocol, we receive a Vec of operations from a node identified with it's NodeID. if only one operation is invalid, we'll ban this node ? and ignore all remaining...

Good catch, any fit better our usecase. Thank you

related to https://github.com/massalabs/massa/issues/2799

> @aoudiamoncef are you able you reproduce it ? Yes, as you cant see: ```log Error: `massa_signature` error: Parsing error: public key bs58_check parsing error: invalid checksum, calculated checksum: '[123,...

What do you think about this possible solution: ```rust fn visit_str(self, v: &str) -> Result where E: serde::de::Error, { KeyPair::from_str(v).map_err(serde::de::Error::custom) } ``` See https://serde.rs/string-or-struct.html