Will Winder
Will Winder
There is a new tool for generating the node configuration table from source [in the docs repo](https://github.com/algorand/docs/pull/1007). Currently the [developer documentation](https://developer.algorand.org/docs/run-a-node/reference/config/#algod-configuration-settings) is better than the source comments. Update the comments...
The generated code defines `Block` and `SignedTransaction` as a generic structure specified by `map[string]interface{}`. In the spec this is just a JSON `object`. The generated type was intended to express...
This PR adds MIDI Thru support for simplifying connectivity. On the hardware side you connect VCC/GND/ TX->RX. It should support an arbitrary number of keyboards, at the moment I only...
## Problem Sandbox environment variables are overridden in the test harness and the SDKs which causes the repositories to be tightly coupled. If a new parameter is added to sandbox,...
Related to #243 A unit test for each SDK might be needed to ensure the header is properly set.
Add a test for an algod/indexer response that has been GZIP encoded.
We had to create a couple new steps to add parameters to existing steps without breaking old stuff: ``` @unit.indexer.rekey Scenario Outline: LookupAssetTransactions path for rekey When we make a...
Better transaction details. The current version prints raw msgpack data of the transaction, this could be more readable. Some ideas: * Formatted section for common transaction headers (sender, receiver, fee,...
Add filters to the block explorer to show only blocks matching some expression. Example expressions: * proposer equals * contains transaction: * for asset * for application * for Account
Similar to the block explorer tab, you should be able to select an account and get details. Some initial brainstorming for details that could be included: * Created Apps /...