Tanishk Goyal
Tanishk Goyal
Hi, I am facing issues with signing messages using Signer, in Starknet, and I think that the issue stems from the ec.keyFromPrivate function ( I am using the starknet js...
Adds a gas schedule for 2d nonces as written in the spec. Without this the node can be susceptible to storage DOS vectors. We also do a minor update in...
We have made the decision in this slack thread to remove DAA - https://tempoxyz.slack.com/archives/C09KCGR4LQ4/p1764877813295829 We first need to stop new accounts from generating DAA accounts, by changing the handler and...
### Describe the feature To add key authorization while maintaining backward compatibility during testnet hardforks, we had to add a pretty ugly encoding format. We should remove this before mainnet...
Currently setting an access key using key authorization and setting spending limits is basically free in the protocol. Since every authorized key and every spending limit requires 1 SSTORE, this...
The old tests didn't run on the rust implementation properly. This PR adds a correct implementation of the AccountKeychain precompile, and adds tests for it. We need to bump the...
POC implementation for a token controller, which allows you to multiplex a single stablecoin into multiple stablecoins on the chain using a simple wrapping mechanism. Will primarily be used by...
Precompiles have been feature freezed, but fixes have started to drift from solidity implementation again. Solidity team should be notified for any future changes to precompiles, so we can review...
## Summary Add the ability to restrict Access Keys to specific destination addresses, enabling more granular permission scoping. ## Context Currently, Access Keys support two configuration options: - **Spending limits**...
### Describe the change ## Summary -- Key authorization signatures in the protocol are currently RLP-encoded, which makes them difficult to sign with common wallets like MetaMask. We should migrate...