Paul Lange

Results 12 comments of Paul Lange

Any progress or ideas on this? Would be helpful for me as well.

I just tried building this locally and ran into the following. Is there some dependency that I'm missing? ``` # github.com/celo-org/celo-bls-go/bls ld: warning: directory not found for option '-L/Users/paul/go/pkg/mod/github.com/celo-org/[email protected]/bls/../libs/aarch64-apple-darwin' ld:...

> Yeah, I'll implement it asap @jsvisa It would be great if you find the time to create a PR for this.

@jsvisa Thanks a lot for looking into this. I don't have much experience with this code, but someone from team is going to have a look. It might take a...

We found the problem. It's basically this part of the test: https://github.com/raiden-network/raiden/blob/9ddcfea09f36aea9346e8b22926fe35edfdad27b/raiden/tests/unit/test_channelstate.py#L1712-L1735 Before that a withdraw of 20T was requested. Then the same withdraw over 20T is tried again. There...

Further discussion: - Don't emit `ContractSend` and `SendMessage` events from the state transition, only store them in the `State` - Make the queues (`pending_transactions` and `queueids_to_queues`) ordered and *versioned*, so...

Just two links: - https://github.com/raiden-network/raiden/issues/4951 - https://github.com/raiden-network/raiden/issues/4755

This involves this function: https://github.com/celo-org/celo-blockchain/blob/de3f84b741d3472846a05754d49910e1bceb54dd/core/types/transaction.go#L604-L628

Yes, I see your point. Feel free to close this issue then.

@huitseeker This is on 0bc7d1984 (tag: devnet-0.14.1) from 3 weeks ago.