rust-web3 icon indicating copy to clipboard operation
rust-web3 copied to clipboard

Support for recieve function

Open jrhea opened this issue 4 years ago • 3 comments

I get this error:

Error: Abi(SerdeJson(Error("Invalid operation type.", line: 1, column: 4729)))

when interacting with a contract that contains the recieve() function. This PR openethereum/ethabi#187 was opened to add support, but progress seems to have stalled. I am opening this issue for awareness so that once openethereum/ethabi#187 is merged and a new release is made, this repo can update it's ethabi dependency.

jrhea avatar Nov 17 '20 17:11 jrhea

The PR rust-ethereum/ethabi#187 has been merged and a new version of ethabi has been released today (14.0.0). According to this changelog : https://github.com/rust-ethereum/ethabi/blob/970d47018e0f457440851752a7b46a4dbf793a0b/CHANGELOG.md contains the fix for this issue.

Sanghren avatar Mar 31 '21 15:03 Sanghren

@tomusdrw This still hasn't made it's way into a release, it seems. Is there a way you could release a 0.15.1 with this?

bryanapperson avatar May 22 '21 20:05 bryanapperson

@bryanapperson released 0.16.0 just now, let me know if that's good enough or if there are some unwanted changes and you'd rather have 0.15.1.

tomusdrw avatar May 24 '21 11:05 tomusdrw