Alexander Peters
bfb4d31fca
Consolidate MaxWasmSize constraints into a single var ( #826 )
...
* Convert MaxWasmSize to var
Also removes redundant maxWasmSize param
* Convert MaxWasmSize to int
* Update CHANGELOG
* Complete max wasm size changes
* Update compile flags
Co-authored-by: Cole Brown <bigswim@gmail.com>
2022-04-29 18:54:06 +02:00
pinosu
07153801fc
Add cosmwasm project prefix to REST query paths ( #743 )
...
* Add cosmwasm project prefix to REST query paths
2022-02-08 08:34:04 +01:00
Ethan Frey
fb568e3ef7
Allow sending tokens along with governance wasm_execute proposal
2022-01-24 21:18:29 +01:00
Ethan Frey
0a96e26fba
Remove RunAs from Migrate proposal
2022-01-24 20:00:01 +01:00
Ethan Frey
6bd6ffe90b
Compile proto files
2022-01-24 19:54:26 +01:00
Alexander Peters
dfba1395d9
Fix message representation for signing ( #658 )
...
* Introduce RawContractMessage type
* Add json signbytes test for proposals
* No assumptions on MsgIBCSend.data content
* Smart query uses RawContractMessage
* Revert method signature change to be consistent
* Review comment
* Update after discussions
2021-10-25 15:23:19 +02:00
Alex Peters
b7a99e69ee
Query all pinned code ids
2021-10-07 13:52:06 +02:00
Alex Peters
7ea8cd788d
Add organisation to grpc gateway path
2021-08-04 17:00:04 +02:00
Ethan Frey
18741cb19a
Used reserved keyword in protobuf
2021-07-28 11:26:51 +02:00
Ethan Frey
701c0c1ace
Remove source, builder from proto files
2021-07-28 11:24:44 +02:00
Ethan Frey
0ebb1efb9e
Recompile protobuf files
2021-07-27 14:25:33 +02:00
Ethan Frey
e144b2ea76
{Init,Migrate}Msg -> Msg in proposals as well
2021-07-27 14:25:33 +02:00
Ethan Frey
1fa2165806
Rename 2 fields and regenerate protobuf
2021-07-27 14:25:33 +02:00
Alex Peters
c377d7110e
List contract address without other data
2021-04-23 15:15:54 +02:00
Alexander Peters
d90bf6ec3f
Extend ContractInfo for custom data ( #492 )
...
* Extend ContractInfo with custom data
* Review comments
2021-04-16 13:38:21 +02:00
Alexander Peters
cfcfa64ecc
Restructure protobuf files ( #466 )
...
* Restructure protobuf dir and generation
* Format protobuf definitions
2021-03-22 15:50:23 +01:00