bsh98

Results 3 issues of bsh98

### Motivation Resolves https://github.com/quilt/etk/issues/79 ### Approach Added `uintN()`, a built-in expression macro to convert negative evaluating expressions to positive values. A new expression type `Uint` was added to account for...

## 📝 Summary Currently, if a bundle includes a transaction that has the same sender and nonce as a transaction in the mempool (i.e. attempting to replace a mempool transaction...

Updated occurrences of torch.load to include map_location parameter. When attempting to train with --device set to cpu, torch.load may attempt to load a file with GPU tensors, which will lead...