-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first shot * first shot * checkpoint * checkpoint * well that works * default data argument to null * get rid of SendMessageCollection * get_connection converted to static type * make records init only * lint * update coverlet * make get_block_chain_state statically type * make BlockRecord methods statically typed * convert to static types * convert to static types * convert to static types * consistent naming * Add Coin type * lint * add TrasnactionRecord and associated types * add serialization tests * ensure snake case serialization of json content * wrap communciation failures in ResponseException * lint * static typing * static type GetBlocks * replace List<T> with IEnumerable<T> * add UnfinishedHeaderBlock types * add WalletInfo type * add PoolState type * CoinRecord * Delete transactions.json * ProperCase * move chia types to sub-folder * version bump * replace IEnumerable with ICollection * add DateTime helper properties * fix get additions and removals * check * update to fix GetAdditionsAndRemovals test * version bump * ICollection * commenta * mempool start * core mempoolitem serizilaer * static types get_all_mempool_items * Add ConvertList * static types GetPuzzleAndSolution * static types GetRecentSignagePoint * static types GetRecentEOS * lint * nump version * static type * comments * static types * comments * lint * allow serivce names to be used for config endpoint * ConvertList not ToObject * cleaning up * comments * make AbsorbRewards static * add TODOs for remaining dyanmic return types * static types * static types * make static types * static types * static types * fixing up tests * test cleanup * test cleanup * test cleanup * test cleanup * alias Name as TransactionId * test cleanup * comments * comments
- Loading branch information
Showing
64 changed files
with
6,029 additions
and
491 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.