Results 86 comments of extraymond

Using native runtime instead of steam runtime allows me to bypass this error and face the 303 instead, but at least it's working. **system setup**: os: ubuntu 22.04 desktop environment:...

> @extraymond it makes me sad that we didn't go forward sooner with this PR, sorry! I really like what you implemented here. In the long run, it would make...

@xermicus @seanyoung Rebased to current master. Some failed tests are ignored as suggested. Looking forward for your review.

Ah! Got it. > @extraymond FYI the rust source files need a `SPDX` header, this is why the Lints job failed (unfortunately it'll just time out if there are some...

@xermicus I think it would be nice to tap into debug buffer when contract trapped. It's very hard to debug why it's trapped within the test.

> > @xermicus I think it would be nice to tap into debug buffer when contract trapped. It's very hard to debug why it's trapped within the test. > >...

@seanyoung I think one of my forced push for rebase cleared your original change request. I believe I have implemented the suggestion back then.

@maxcountryman It can work as long as you disable sse and tcp_listener module, which used task::spawn which is not available on wasm platform for async-std. You can use the tide::Server::respond...

Unfortunately I'm not that productive with typescript, I'll check with the typescript guy in our team and see if he got the bandwidth to carry this. I'm thinking maybe Ink...

It seems web3.js only stored the address as string, so not limited by the address length. https://github.com/web3/web3.js/blob/a7b5dea0e98c0b7742c2477c511cb16acc1f27c2/packages/web3-eth-contract/types/index.d.ts#L35