celo-org / developer-tooling

🛠️ SDKs and CLI for interacting with Celo
Apache License 2.0
10 stars 6 forks source link

work to be done near when cip66 is merged into node code #298

Open shazarre opened 1 month ago

shazarre commented 1 month ago

This tracks work on how to automatically add the cip66 maxFeeInFeeCurrency field to gas token transactions in viem. Currently there's no way to add arbitrary data fields to transactions in viem. so part of this is looking at how that might happen. seeing what the viem team thinks. etc

### Tasks
- [ ] https://github.com/celo-org/developer-tooling/issues/302
- [ ] https://github.com/celo-org/celo-blockchain-planning/issues/453
- [ ] https://github.com/celo-org/celo-blockchain-planning/issues/225
aaronmgdr commented 1 month ago

the solution here might be to not to automatically calculate it but to provide some function that calculates it and allows devs to add to their transations.

also important not to default to cip 66