Peter Broadhurst

Results 65 comments of Peter Broadhurst

Hi @mfolnovic, A slightly incomplete, and potted history, of the off-chain EVM based private transactions might help here: 1. Quorum implemented it with Constellation as extra fields in `eth_sendTransaction` -...

fyi for anyone looking to submit Tessera style EVM off-chain transactions via FireFly APIs, you will need https://github.com/hyperledger/firefly/pull/844 to be able to specify the `privateFrom`+`privateFor` or `privacyGroupId` on your blockchain...

I think `privacyType: besu # or quorum` would be better. It's the Tessera side-car with either Enterprise Ethereum runtime, it's actually the JSON/RPC interface of the blockchain node itself that...

Hmmmn, well I also can't create a new environment I just created...

``` ➜ firefly-cli git:(main) ./ff/ff init --multiparty=false gw2 1 initializing new FireFly stack... Stack 'gw2' created! To start your new stack run: ff start gw2 Your docker compose file for...

Ok - with a bit more testing, I think the scope of the issue is: - v1.2 environments - v1.3 environments that _haven't been started_ (`init` run, but not `start`)

Link to the detailed Discord thread: https://discord.com/channels/905194001349627914/1004496575059476570/1020402585628319845

The summary observations from the final run for 1.1 were: - We are now spending a lot of time processing receipts, and updating operations, with how chatty EVMConnect is. Large...

> which we used to do, in order to check for duplicates. I'm not sure if this is required or not, but wanted to call it out. @nguyer (fyi @EnriqueL8)...

> Multiple filters that clash with each other... so probably need to check that This comment you made is highlighted, but there's no commentary on where you got to with...