jholdstock
ecf2baa193
Begin module dev cycles.
...
Upcoming changes constitute breaking public API changes to both the
client and types modules, therefore this bumps the version numbers of
both modules and adds local replacements to go.mod files such that the
new versions can be used before they are publicly tagged.
2024-05-29 11:02:50 +01:00
jholdstock
17e97384e5
v3tool: Remove unnecessary err check.
...
err has already been checked and is known to be nil at this point.
2024-05-14 07:27:56 +01:00
jholdstock
1e6b379864
v3tool: Remove hard-coded agenda ID.
...
Getting an agenda ID dynamically so that this doesnt need to be manually
updated for future vote versions.
2023-09-26 10:21:38 +01:00
Jamie Holdstock
81784accb6
Update main module dependencies
2023-09-26 09:23:32 +01:00
jholdstock
d1eddafb52
v3tool: Use shutdown context.
...
Using the shutdown context provided by the internal signal package means
v3tool can exit cleanly if shutdown is requested by the user.
2023-09-19 08:33:42 +01:00
Jamie Holdstock
08ea48f7a3
Update decred dependencies. ( #378 )
...
* webapi: Use types 2.0.0
* v3tool: Use types 2.0.0
* Update decred dependencies.
2023-04-12 08:16:29 -05:00
Jamie Holdstock
6b99c5d2b5
webapi: Use types 2.0.0 ( #376 )
...
* webapi: Use types 2.0.0
* v3tool: Use types 2.0.0
2023-04-12 08:12:53 -05:00
Jamie Holdstock
b5ac64891e
Add v3tool. ( #366 )
...
This commit adds a new executable - v3tool - a developer testing tool which hits endpoints of the vspd API.
2023-03-24 13:10:44 -05:00