Results 118 comments of Will Winder

Here's an example showing the failure: ```java @Test public void TxnZeroFeeEncodeDecode() throws Exception { Transaction tx = Transaction.PaymentTransactionBuilder() .sender(DEFAULT_ACCOUNT.getAddress()) .flatFee(0) .firstValid(1) .lastValid(10) .amount(1) .genesisHash(new Digest()) .receiver(DEFAULT_ACCOUNT.getAddress()) .build(); assertThat(tx.fee).isEqualTo(0); String encoded2...

Blocked by https://github.com/algorand/go-algorand-internal/issues/623

I wonder why this isn't autogenerated. It appears to be in the OpenAPI spec: https://github.com/algorand/go-algorand/blob/master/daemon/algod/api/algod.oas2.json#L2466

It's because `Account` is shared between the OpenAPI spec in go-algorand and Indexer, but the Indexer version is used to generate the model types. The Indexer spec doesn't include min-balance...

@srayhunter no. Is there a specific reason you would like to see us remove Java7 support?

@chicopaec Many of the parameters are configurable with the `config.*` files, but not all of them. Aside from archival, which would definitely be nice for private network nodes, did you...

UGS is rapidly becoming more than just a "Sender", so I think that a lot of this feedback is extremely useful. I particularly like the idea of having the visualizer...

Lots of people using GRBL don't have limit switches and have no interest in figuring out work coordinates. That's no problem. @dastultz you're right I misunderstood your suggestion. This suggestion...