Closed cyberhorsey closed 6 days ago
Could you create a new API? But not break eth's origin
eth_sendRawTransaction
.
this doesn't break it, the two new arguments are optional. We can create a new API if we want, but perhaps this is easier for wallets to implement?
Could you create a new API? But not break eth's origin
eth_sendRawTransaction
.this doesn't break it, the two new arguments are optional. We can create a new API if we want, but perhaps this is easier for wallets to implement?
Maybe using a new API can be more clear, especially because this PR caused a large number of files to be changed.
Could you create a new API? But not break eth's origin
eth_sendRawTransaction
.this doesn't break it, the two new arguments are optional. We can create a new API if we want, but perhaps this is easier for wallets to implement?
Maybe using a new API can be more clear, especially because this PR caused a large number of files to be changed.
I agree to use a new API. This will avoid breaking the interface in some libs depending on eth's native SendTransaction.
Could you create a new API? But not break eth's origin
eth_sendRawTransaction
.this doesn't break it, the two new arguments are optional. We can create a new API if we want, but perhaps this is easier for wallets to implement?
Maybe using a new API can be more clear, especially because this PR caused a large number of files to be changed.
I agree to use a new API. This will avoid breaking the interface in some libs depending on eth's native SendTransaction.
The team building the preconfs wants to use the same API for the testnet. ![Uploading Screenshot_20240627-084607.png…]()
Lets keep these changes in another branch instead of taiko
branch.
Unless it is a version upgradation, please do not add extra logs or blank lines in unmodified areas.
Please use the unique CHANGE(taiko):
tag when making any modifications.
Please use the unique
CHANGE(taiko):
tag when making any modifications.
yep, when this PR is ready for review I'll tag you, it's just constant crap rn because I push changes to log and test stuff.
Could you create a new API? But not break eth's origin
eth_sendRawTransaction
.