antazoey

Results 333 comments of antazoey

https://github.com/software-mansion/starknet.py/pull/316

Note that gas price is only available on Gateway blocks right now

I don't think this possible in Starknet yet, so we are waiting

Also note that I need to have this transaction encoded while it is unsigned because I am sending it off to my Ledger device to get signed and the device...

Hello @kclowes ! Thank you for the response and for looking this so much :) > What value do you expect? I am not 100% sure on the exact value,...

> Is the value you're handing to the Ledger an rlp encoded transaction or a keccak hash of the rlp encoded transaction? Yes, I am looking for the RLP. That...

It was weird because these transaction classes look like RLP encode-able transactions, but yeah I think they just assume signed? I am not sure! But I can use the unsigned...

I am also occasionally running into this error.

@fubuloubu > Wonder if it makes sense as an extra (and don't add flattener CLI if vyper not installed?) Spitballing here This was my thought as well. Another option I...

> can you mark this in an issue? https://github.com/ApeWorX/ape-vyper/issues/114