0.0.29 • Published 3 years ago
@haveanicedavid/cosmos-groups-ts v0.0.29
cosmos-groups-ts
Re-generating
- Copy proto files from cosmos sdk into
/proto - run
buf export buf.build/cosmos/cosmos-sdk:$(curl -sS https://api.github.com/repos/cosmos/cosmos-sdk/commits/v0.46.1 | jq -r .sha) --output ./protofrom the root directory (replacing with whatever branch of cosmos is used) yarn codegen- note: you might have to fix some errors in the proto files for this to run (typically issues with;;semicolons)
Manual updates
These aren't ideal, and might point to an issue with type generation (or possibly something on the SDK side), but for the short term it's easiest just to run a manual search and replace on .ts files:
- Make all
paginationtypes optional (replacepagination:withpagination?:in.tsfiles) - Change passed parameters in
src/codegen/cosmos/group/v1/query.lcd.tstosnake_case(should be fixed with this issue) - Change
GroupPolicyInforesponse type:decision_policy: Any;->decision_policy: ThresholdDecisionPolicy | PercentageDecisionPolicy;
TODO
Paginationdoesn't seem to be working- Amino signing doesn't seem to be working correctly
- Types aren't perfect.
tscwon't run, and the project is forced to use babel to compile despite errors
0.0.28
3 years ago
0.0.29
3 years ago
0.0.25
3 years ago
0.0.26
3 years ago
0.0.27
3 years ago
0.0.24
3 years ago
0.0.23
3 years ago
0.0.22
3 years ago
0.0.21
3 years ago
0.0.20
3 years ago
0.0.19
3 years ago
0.0.18
3 years ago
0.0.17
3 years ago
0.0.16
3 years ago
0.0.15
3 years ago
0.0.14
3 years ago
0.0.13
3 years ago
0.0.12
3 years ago
0.0.11
3 years ago
0.0.10
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago