Andrew Rogers

Results 11 issues of Andrew Rogers

# Submitting Pull Requests ## General - [x] Make sure you use [semantic commit messages](https://seesparkbox.com/foundry/semantic_commit_messages). Examples: `"fix(google): Fixed foobar bug"`, `"feat(accounts): Added foobar feature"`. - [x] All Python code must...

Needs improvement

When a stex application recieves a request, it would be nice to attach a unique id to every log that arrises from that request. that way logs could be tracked...

enhancement

when a transaction is submitted, we should check if it's transaction hash is in memory and return temERROR rigth away in the case of a malformed transaction

submitting a transaction with an empty string in a field (TransactionType, Destination, Amount) returns tesSUCCESS

bug

It is my understanding that tefALREADY should be returned when trying to submit a transaction that is already being applied to a ledger. From discussions with @MonsieurNicolas , this is...

From the ReserveAmerica website: "Attention CA State Park Customers: California State Parks is transitioning to a new reservation system. Starting August 1, reservations will be made through ReserveCalifornia. All existing...

This error is due to the fact that we're trying to sign a transaction that has a non-number type where a number type should be. Line 91 of serializedobject.js tries...

bug

jared informs me this is due to rounding, but it looks really weird to have multiple orders in the order book showing up as 0. maybe we should do something...

ready
Trading

Similar to how we do it in Saved Pairs or under the "You Hold" box, we should show the name of the currency issuer in the Current Orders tab (eg...

Trading