Pavlos Polianidis

Results 15 comments of Pavlos Polianidis

What is the status of this? @ignlg I tried to follow your instructions but with no luck. I'm getting the following error ``` Connection fails: { [MongoError: auth failed] name:...

Hi guys, Has there been any progress with this feature?

I had the exact same issue when using a custom `Initializable` contract.

Hey guys 👋 any update on this issue? Is it currently possible to send a tx that utilizes LUT into an an anchor-based program?

@Lanjiejie you should simply use the RLP encoded tx to make this work. I think you should be able to do that like this: ``` let signed = futures::executor::block_on(web3.accounts().sign_transaction(tx, &seckey));...

@tomusdrw Thanka for the explanation. The rationale of keeping a consistent with the JSON-RPC methods makes sense. At the same time I believe that keccak256 is such a common task...

I totally understand that. My use case is pretty much replicate the following `keccak256(abi.encodePacked(data))` The above is a solidity code that off-chain services tend to use quite often. So I...

Is there a reason the token program allows creating Mint accounts with 18 decimals? The `supply` being an `u64` does not leave too much room for practical application of such...

Hey @omershlo that was a super fast reply 😆 Thanks for letting me know. Are you referring to this https://github.com/ZenGo-X/multi-party-ecdsa?