Simon Warta
|
31fae80b0e
|
Add type test
|
2022-10-10 12:05:56 +02:00 |
|
Simon Warta
|
7435ea8d23
|
Use JsonObject in 3 more places
|
2022-10-10 12:05:47 +02:00 |
|
Paul
|
5f508c40d0
|
fix: fixed the cosmwasm msg types
|
2022-10-10 11:55:31 +02:00 |
|
Simon Warta
|
63961f79dc
|
Add isDefined
|
2022-10-09 18:28:40 +02:00 |
|
Simon Warta
|
8170471333
|
Set version 0.29.1
|
2022-10-09 16:34:31 +02:00 |
|
Simon Warta
|
7fb06c808e
|
Add address to "Account does not exist on chain." error message
|
2022-10-01 23:52:29 +02:00 |
|
Simon Warta
|
720d3b211e
|
Set version 0.29.0
|
2022-09-15 13:06:27 +02:00 |
|
Simon Warta
|
f7ab4a5685
|
Use toUtf8 instead of toAscii in some test code
|
2022-09-15 09:58:40 +02:00 |
|
Simon Warta
|
c9ca6ca721
|
Accept non-ASCII inputs in query requests of queryContractSmart
|
2022-09-15 09:58:31 +02:00 |
|
Simon Warta
|
186cdb1718
|
Remove uint64 range limit from parseCoins
|
2022-09-15 09:34:59 +02:00 |
|
Simon Warta
|
fa0987c0ee
|
Test trimming in parseCoins
|
2022-09-15 09:24:09 +02:00 |
|
Simon Warta
|
0292982f23
|
Set version 0.29.0-rc.1
|
2022-09-08 12:09:36 +02:00 |
|
Simon Warta
|
46100c8f32
|
Export createCrysisAminoConverters, createEvidenceAminoConverters,
createSlashingAminoConverters and createVestingAminoConverters
|
2022-09-07 18:34:07 +02:00 |
|
Simon Warta
|
3c919014fe
|
Fix typo freegrant -> feegrant
|
2022-09-07 18:21:39 +02:00 |
|
Simon Warta
|
503bd40ab1
|
Add setupAuthzExtension, setupFeegrantExtension and setupSlashingExtension
|
2022-09-07 18:21:29 +02:00 |
|
Simon Warta
|
e39204599a
|
Merge ./module re-exports into one block
|
2022-09-07 18:17:18 +02:00 |
|
Simon Warta
|
cc2e36995a
|
Finalize feegrant code
|
2022-09-07 17:50:57 +02:00 |
|
Simon Warta
|
c959343cac
|
Test feegrant
|
2022-09-07 16:35:17 +02:00 |
|
arnabghose997
|
b1bba0911e
|
removed assignment of payer and granter to empty string
|
2022-09-07 15:31:07 +02:00 |
|
arnabghose997
|
d843da4a60
|
granter and payer are added in the StdFee interface
|
2022-09-07 15:31:07 +02:00 |
|
arnabghose997
|
3d5863be8f
|
feePayer field is made optional
|
2022-09-07 15:31:07 +02:00 |
|
arnabghose997
|
4e7490ee5f
|
lint fix
|
2022-09-07 15:31:07 +02:00 |
|
arnabghose997
|
45ee5fe15a
|
reciprocated makeAuthInfoBytes function changes
|
2022-09-07 15:31:07 +02:00 |
|
arnabghose997
|
5a40cdd3bb
|
add feePayer param for assignment of granter field in AuthInfo
|
2022-09-07 15:31:07 +02:00 |
|
arnabghose997
|
b712a0ac1c
|
add granter field in StdFee
|
2022-09-07 15:31:07 +02:00 |
|
Simon Warta
|
5e3e6f7c7d
|
Merge pull request #1257 from cosmos/use-caret
Use caret for internal version numbers
|
2022-09-07 14:23:20 +02:00 |
|
Simon Warta
|
de29827513
|
Use caret for internal version numbers
|
2022-09-05 17:02:38 +02:00 |
|
Simon Warta
|
771829f928
|
Add height parameter to QueryClient.queryUnverified
|
2022-09-05 15:05:21 +02:00 |
|
Simon Warta
|
289e30e740
|
Set version 0.29.0-alpha.3
|
2022-08-18 17:52:56 +02:00 |
|
Simon Warta
|
9be967a1c4
|
Set version 0.29.0-alpha.2
|
2022-08-18 17:35:21 +02:00 |
|
Simon Warta
|
6b11defd4c
|
Allow configuring faucet cooldown value via env var FAUCET_COOLDOWN_TIME
|
2022-08-18 16:45:37 +02:00 |
|
Simon Warta
|
3216b838dc
|
Add pagination support to BankExtension.totalSupply
|
2022-08-11 22:20:38 +02:00 |
|
Simon Warta
|
26557c1c20
|
Simplify PageRequest generation
No need to set default values
|
2022-08-11 22:14:51 +02:00 |
|
Simon Warta
|
e91367d8da
|
Rename codeSpace to codespace
|
2022-08-10 19:06:12 +02:00 |
|
Simon Warta
|
775e433c2d
|
Create and use BroadcastTxError
|
2022-08-10 18:45:03 +02:00 |
|
Simon Warta
|
40686bc105
|
Add Supported Cosmos SDK versions for CosmJS 0.29.0 to README
Closes #1232
|
2022-08-10 15:28:02 +02:00 |
|
Simon Warta
|
e3309210e8
|
Format text
|
2022-08-10 15:27:24 +02:00 |
|
Simon Warta
|
e4968eee76
|
Set version 0.29.0-alpha.1
|
2022-08-05 15:31:54 +02:00 |
|
Simon Warta
|
0136d127e6
|
Add Amino JSON support for MsgCreateVestingAccount
|
2022-08-05 14:57:58 +02:00 |
|
Simon Warta
|
62fb92d4f2
|
Unpublish Tendermint 0.35 client
|
2022-08-04 11:52:10 +02:00 |
|
Simon Warta
|
2f2ae9b55f
|
Use txBytes in simulation
|
2022-08-03 18:47:47 +02:00 |
|
Simon Warta
|
b73487acbb
|
Remove the usage of the simapp42 backend
|
2022-08-03 18:43:06 +02:00 |
|
Simon Warta
|
6ffcc622e1
|
Fix slowSimappEnabled implementation
|
2022-08-03 18:11:15 +02:00 |
|
Simon Warta
|
cad4352775
|
Fix some more tests for 0.46
|
2022-08-03 15:57:50 +02:00 |
|
Simon Warta
|
bc53005832
|
Adapt test to latest vote option behaviour
|
2022-08-03 15:57:21 +02:00 |
|
Simon Warta
|
780b61509e
|
Fix queryVerified tests
|
2022-08-03 15:57:21 +02:00 |
|
Simon Warta
|
287de1df79
|
Revert "Switch to Tendermint 0.35 client"
This reverts commit bedb7e76a6c8ea7e17979ae3fd88464e50295b2f.
|
2022-08-03 15:57:21 +02:00 |
|
Simon Warta
|
181c7af927
|
Adapt gas values to Cosmos SDK 0.46
|
2022-08-03 15:57:21 +02:00 |
|
Simon Warta
|
c5fed6bdd7
|
Switch to Tendermint 0.35 client
|
2022-08-03 15:57:21 +02:00 |
|
Simon Warta
|
9b0478d425
|
Add SIMAPP46_ENABLED/SLOW_SIMAPP46_ENABLED env variabled and add to CI
|
2022-08-03 15:57:21 +02:00 |
|