Vadim Macagon

Results 52 comments of Vadim Macagon

TODO: - [x] Remove legacy code that handled receipts before they were moved to `receipts_db` (https://github.com/loomnetwork/loomchain/pull/1387) - [x] Fix EVM tx hash generation so it's no longer the hash of...

1. They've made some tweak to the custom reactor API in https://github.com/tendermint/tendermint/pull/3771 - we should merge those changes back to our fork at some point. 2. They've changed a bunch...

Our initial attempt at making the EVM tx hashes deterministic also resulted in them no longer being unique in some cases, we need to take another stab at this.

Delegations to the limbo validator earn 5% right now, right?

Dunno, but it's not just receipts we need to disable, everything else that's stored in that DB needs to be disabled too, bloom filters, tx hash index, etc.

Also related https://github.com/loomnetwork/loomchain/issues/229

Requirements for the improved Address Mapper: - DAppChain account can be mapped to multiple foreign accounts on the same foreign chain. - DAppChain account can be mapped to foreign accounts...

First step is to handle the multi chain mapping better, the removal of mappings can be implemented later once we've considered the implications of doing so.

No, this is a separate nonce that needs to be tracked for each DAppChain address we create a mapping for. For example if you map a local (DAppChain) account A...