Commit 35dd88b
authored
feat: cleanup cosmwasm deployer and cosmos types (#4029)
- clean up deployer
- add migration functionality
- start work on better cosmos types (tired of dealing with prost types)
- various improvements to cosmos-client apis
TODO: feature gate proto properly in unionlabs. likely this won't even
be necessary as all of the proto types will be split out of this crate
anyways. for now, "proto" is always enabled in unionlabs.File tree
45 files changed
+1927
-731
lines changed- cosmwasm
- deployer
- src
- ibc-union/app/ucs03-zkgm/src
- drip/src
- lib
- cosmos-client/src
- unionlabs/src
- cosmos
- auth
- bank
- msg_send
- base
- crypto
- staking
- tx
- cosmwasm
- wasm
- msg_execute_contract
- msg_instantiate_contract2
- msg_migrate_contract
- msg_store_code
- msg_update_admin
- msg_update_instantiate_config
- google/protobuf
- tools
- voyager/plugins/transaction/cosmos-sdk/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+1927
-731
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
34 | | - | |
35 | | - | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | | - | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
287 | 291 | | |
288 | 292 | | |
289 | 293 | | |
290 | | - | |
| 294 | + | |
291 | 295 | | |
292 | 296 | | |
293 | 297 | | |
| |||
303 | 307 | | |
304 | 308 | | |
305 | 309 | | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
306 | 348 | | |
307 | 349 | | |
308 | 350 | | |
| |||
343 | 385 | | |
344 | 386 | | |
345 | 387 | | |
346 | | - | |
| 388 | + | |
347 | 389 | | |
348 | 390 | | |
349 | 391 | | |
| |||
380 | 422 | | |
381 | 423 | | |
382 | 424 | | |
383 | | - | |
| 425 | + | |
384 | 426 | | |
385 | 427 | | |
386 | 428 | | |
| |||
417 | 459 | | |
418 | 460 | | |
419 | 461 | | |
420 | | - | |
| 462 | + | |
421 | 463 | | |
422 | 464 | | |
423 | 465 | | |
| |||
442 | 484 | | |
443 | 485 | | |
444 | 486 | | |
445 | | - | |
| 487 | + | |
446 | 488 | | |
447 | 489 | | |
448 | 490 | | |
| |||
524 | 566 | | |
525 | 567 | | |
526 | 568 | | |
527 | | - | |
| 569 | + | |
528 | 570 | | |
529 | 571 | | |
530 | 572 | | |
| |||
584 | 626 | | |
585 | 627 | | |
586 | 628 | | |
| 629 | + | |
587 | 630 | | |
588 | 631 | | |
589 | 632 | | |
| |||
612 | 655 | | |
613 | 656 | | |
614 | 657 | | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
615 | 664 | | |
616 | 665 | | |
617 | 666 | | |
618 | 667 | | |
619 | | - | |
620 | 668 | | |
621 | 669 | | |
622 | 670 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
0 commit comments