Simon Warta
|
ef54946899
|
Add Tendermint 0.37 RPC port
|
2023-04-06 17:20:35 +02:00 |
|
Simon Warta
|
ee19ab73a8
|
Add simapp47 scripts folder
|
2023-04-06 17:20:35 +02:00 |
|
Simon Warta
|
9e6a02fb45
|
Fix folder name in README: simapp44 -> simapp46
|
2023-04-06 17:20:35 +02:00 |
|
Simon Warta
|
08776a4a90
|
Use backslash for linebreak
|
2023-04-06 17:20:35 +02:00 |
|
Simon Warta
|
e8e65aa0c1
|
Merge pull request #1410 from cosmos/fix-pendingWithoutSimapp44Or46
Remove unnecessary pendingWithoutSimapp44Or46
|
2023-04-06 17:14:58 +02:00 |
|
Simon Warta
|
7e0edc8170
|
Remove unnecessary pendingWithoutSimapp44Or46
This was needed when we tested against 0.42 backends
|
2023-04-06 16:57:42 +02:00 |
|
Simon Warta
|
1003d22f90
|
Upgrade SDKs
|
2023-04-04 10:14:23 +02:00 |
|
Simon Warta
|
849d134302
|
Merge pull request #1405 from cosmos/upgrade-ts
Upgrade yarn, typescript and typedoc
|
2023-04-03 16:35:26 +02:00 |
|
Simon Warta
|
83353272dd
|
Upgrade typedoc to 0.23
|
2023-04-03 15:58:33 +02:00 |
|
Simon Warta
|
e1e35bb133
|
Upgrade TypeScript to 4.9
|
2023-04-03 15:55:13 +02:00 |
|
Simon Warta
|
cd29c2a2af
|
Upgrade @types/node to v18
|
2023-04-03 15:38:32 +02:00 |
|
Simon Warta
|
54e440b2a6
|
Upgrade yarn
|
2023-04-03 15:31:26 +02:00 |
|
Simon Warta
|
53cadd2719
|
Merge pull request #1402 from cosmos/upgrade-cosmjs-types
Upgrade cosmjs-types to 0.7.2
|
2023-04-03 12:57:43 +02:00 |
|
Simon Warta
|
0ae44ab3b3
|
Merge pull request #1398 from cosmos/discourage-non-empty-msg
Add note on non-empty msg values in instantiate2Address
|
2023-04-03 11:47:27 +02:00 |
|
Simon Warta
|
617c367e2c
|
Upgrade cosmjs-types to 0.7.2
|
2023-04-03 11:44:51 +02:00 |
|
Simon Warta
|
6470176106
|
Add note on non-empty msg values on instantiate2Address
|
2023-03-27 15:57:28 +02:00 |
|
Simon Warta
|
a16755a122
|
Set version 0.30.1
v0.30.1
|
2023-03-22 15:52:16 +01:00 |
|
Simon Warta
|
d5499268cb
|
Merge pull request #1393 from cosmos/bin-dirs
Add missing bin/ directory to cli and faucet files
|
2023-03-22 15:45:24 +01:00 |
|
Simon Warta
|
76d33a7193
|
Add missing bin/ directory to cli and faucet files
|
2023-03-22 15:29:35 +01:00 |
|
Simon Warta
|
50b2be2cda
|
Add CHANGELOG entry for #1358
|
2023-03-22 15:20:18 +01:00 |
|
Simon Warta
|
518a9a99f2
|
Merge pull request #1392 from cosmos/dependabot/npm_and_yarn/webpack-5.76.0
Bump webpack from 5.37.1 to 5.76.0
|
2023-03-22 10:00:14 +01:00 |
|
Simon Warta
|
d2ad114218
|
Merge pull request #1380 from cosmos/tendermint-detect-in-connect
Move version detection from Tendermint{34,37}Client.create to .connect
|
2023-03-15 12:15:46 +01:00 |
|
dependabot[bot]
|
3b84edb800
|
Bump webpack from 5.37.1 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.37.1 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.37.1...v5.76.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-14 16:01:33 +00:00 |
|
Simon Warta
|
41f07c1575
|
Merge pull request #1388 from cosmos/amino-escaping
Amino JSON string escaping (v2)
|
2023-03-13 15:15:46 +01:00 |
|
Simon Warta
|
37944e8f45
|
Add CHANGELOG entry for Amino JSON escaping of &, < and >
|
2023-03-09 18:19:22 +01:00 |
|
Simon Warta
|
2c4e9178f9
|
Migrate to string-based escaping implementation
|
2023-03-09 18:14:44 +01:00 |
|
jinseong.cho
|
a7b8710d10
|
fix: fail amino sign verify with special chars
|
2023-03-09 17:35:23 +01:00 |
|
Simon Warta
|
e0b8c5e43d
|
Set version 0.30.0
v0.30.0
|
2023-03-09 12:36:39 +01:00 |
|
Simon Warta
|
53431ffec5
|
Merge pull request #1385 from cosmos/add-amino-types-to-cosmwasm-client-simon
Add amino types to cosmwasm client (merge PR)
|
2023-03-09 12:26:14 +01:00 |
|
Simon Warta
|
efab86d8b6
|
Merge pull request #1386 from cosmos/revert-1373-issue1367/escape_chars
Revert "fix fail amino sign verify with special chars"
|
2023-03-09 12:24:40 +01:00 |
|
Simon Warta
|
6d5a161b13
|
Revert "fix fail amino sign verify with special chars"
|
2023-03-09 12:24:17 +01:00 |
|
Simon Warta
|
e2632994b3
|
Merge pull request #1373 from loin3/issue1367/escape_chars
fix fail amino sign verify with special chars
|
2023-03-09 12:24:08 +01:00 |
|
Simon Warta
|
41fe29a8cb
|
Format code
|
2023-03-09 10:15:24 +01:00 |
|
Noah Saso
|
2ffe5b1d5a
|
Fixed formatting and added entries to CHANGELOG.md.
|
2023-03-08 15:22:32 -08:00 |
|
Noah Saso
|
0a27b16d3c
|
PR fixes.
|
2023-03-08 13:39:35 -08:00 |
|
Noah Saso
|
6e98cbb6cf
|
Adds default stargaze amino types to cosmwasm client.
|
2023-03-07 09:45:10 -08:00 |
|
Simon Warta
|
50f9187515
|
Set version 0.30.0-beta.1
v0.30.0-beta.1
|
2023-03-07 16:25:54 +01:00 |
|
Simon Warta
|
fca31fa51a
|
Merge pull request #1383 from cosmos/rm-Bech32
Remove Bech32 class
|
2023-03-07 15:45:44 +01:00 |
|
Simon Warta
|
0351a46d97
|
Remove Bech32 class
|
2023-03-07 15:21:09 +01:00 |
|
Simon Warta
|
e89a91401f
|
Merge pull request #1382 from cosmos/upgrade-cosmjs-types-0.7
Upgrade cosmjs-types to 0.7
|
2023-03-07 14:30:35 +01:00 |
|
Simon Warta
|
4657858028
|
Upgrade cosmjs-types to 0.7
|
2023-03-07 14:04:24 +01:00 |
|
Simon Warta
|
97f0803c45
|
Merge pull request #1381 from cosmos/remove-cosmWasmTypes
Remove cosmWasmTypes
|
2023-03-07 11:50:50 +01:00 |
|
Simon Warta
|
c882ee69e3
|
Remove cosmWasmTypes
|
2023-03-07 11:07:17 +01:00 |
|
Simon Warta
|
0aa0268674
|
Move version detection from Tendermint{34,37}Client.create to .connect
|
2023-03-07 10:30:26 +01:00 |
|
Simon Warta
|
2b9b113f86
|
Merge pull request #1253 from cosmos/implement-determinstic-contract-address
Implement determinstic contract addresses
|
2023-03-06 15:58:55 +01:00 |
|
Simon Warta
|
428798391a
|
Add CHANGELOG entry for instantiate2Address
|
2023-03-06 15:40:28 +01:00 |
|
Simon Warta
|
330e0bbe5f
|
Remove msg argument from instantiate2Address and add tests
|
2023-03-06 15:36:41 +01:00 |
|
Simon Warta
|
652c74d159
|
Make msg a string | null
|
2023-03-06 14:51:07 +01:00 |
|
Simon Warta
|
ee5429d1f4
|
Move implementation to @cosmwasm/stargate
|
2023-03-06 14:51:07 +01:00 |
|
Simon Warta
|
bf5e854d08
|
Rename to instantiate2_addresses.ts and add to example runner
|
2023-03-06 14:51:07 +01:00 |
|