tempo
tempo copied to clipboard
the blockchain for payments
### Describe the feature To bloat the state, we should create a tool that sets up a large number of TIP20s / accounts with direct DB access, so that we...
Adds a Code Style section to document formatting and linting expectations for contributors.
Adds a Development Setup section to help new contributors build and test Tempo locally.
## Motivation Improve the devex by introducing an API that feels like native Rust and, at the same time, closer to the usual Solidity patterns. This PR closes #860 and...
Document where users can get help and support for Tempo.
Closes #1288 Adds blacklist authorization check in `decrement_balance_or_transfer_from()` before operating on internal balances. Previously, users with sufficient internal balance bypassed TIP20 transfer policy checks since no actual token transfer occurred.
### Describe the feature Finalization of DKG ceremonies should happen speculatively and only on request from the application. Further, this construction should not end the ceremony: in case validators do...
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...
precompile events had a bug previously and we couldn't test events but was fixed. Adding back the checks for tempo events `test_FlipOrderExecution` event ordering fails - it does `Transfer` `OrderFilled`...
Uses createx bytecode with immutables set. value grabbed from etherscan deployed contract at 0xba5ed... Fixes: https://github.com/tempoxyz/tempo/issues/1274