Tomasz Kulik
|
276870dc9d
|
feat: IBCv2 WriteAcknowledgement handler (#2173)
* feat: Async ack support for IBCv2
* chore: Refactoring
|
2025-05-22 18:17:56 +02:00 |
James Niken
|
e923c880db
|
replace dead cosmos links to system.go (#2265)
|
2025-05-21 08:43:45 +02:00 |
Aumetra Weisman
|
b88345d756
|
Proper protobuf decoding
|
2025-05-20 13:16:59 +02:00 |
Aumetra Weisman
|
81c3ee58d5
|
Update tests/wasmibctesting/utils.go
Co-authored-by: Tomasz Kulik <tomek.kulik2@gmail.com>
|
2025-05-20 12:43:24 +02:00 |
Aumetra Weisman
|
92d48e9f7f
|
Update contract
|
2025-05-20 10:58:39 +02:00 |
Tomasz Kulik
|
23895b4f73
|
chore: Fix tests
|
2025-05-19 16:00:01 +02:00 |
autofix-ci[bot]
|
1ec20c06d1
|
[autofix.ci] apply automated fixes
|
2025-05-19 12:50:35 +00:00 |
Tomasz Kulik
|
06a32e1a55
|
chore: Update test - use method for parsing v2 acks
|
2025-05-19 14:49:06 +02:00 |
Aumetra Weisman
|
a41da18082
|
Run everything in one go
|
2025-05-19 11:33:39 +02:00 |
Aumetra Weisman
|
c3b16413ff
|
Add logic to relay acknowledgements (I think?)
|
2025-05-19 11:18:11 +02:00 |
Aumetra Weisman
|
09af10fcab
|
Merge branch 'main' into aw/ibc2_ack_recv
|
2025-05-19 10:23:32 +02:00 |
Aumetra Weisman
|
07ed7e971d
|
Add non-functional test
|
2025-05-16 17:15:04 +02:00 |
Tomasz Kulik
|
adea2f982e
|
feat: Add support for IBCv2 Send entry point (#2252)
* feat: Add support for IBCv2 Send entry point
* chore: Update tests
* chore: Update
* chore: Changelog
* fix: Fix ContractInfo IBCv2 port ID insertion
|
2025-05-16 16:38:29 +02:00 |
Tomasz Kulik
|
d3f6f431a4
|
chore: Bump wasmvm 2.2.3 -> 3.0.0-ibc2.0
|
2025-04-29 17:33:37 +02:00 |
Tomasz Kulik
|
be71f5b502
|
Merge branch 'main' into feat/ibc_v2
|
2025-04-29 14:24:24 +02:00 |
Tomasz Kulik
|
0ca2754731
|
feat: IBCv2 timeout handler (#2226)
|
2025-04-29 13:57:01 +02:00 |
Tomasz Kulik
|
22b96eb67d
|
chore: source_client instead of channel_id in IBCv2 (#2223)
|
2025-04-18 13:40:06 +02:00 |
dependabot[bot]
|
0d5da9152e
|
chore(deps): bump golang.org/x/net in /tests/system (#2222)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.38.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-04-18 12:05:32 +02:00 |
Tomasz Kulik
|
b8d1fba35c
|
fix: Use seconds instead of nanoseconds for IBCv2 msg
|
2025-04-14 19:06:28 +02:00 |
Jan Woźniak
|
adc8e58eb7
|
Review fixes
Better comments and naming as well as removed some dead code
|
2025-04-10 11:12:22 +02:00 |
Jan Woźniak
|
a114fc6620
|
Adapt to counters initial value at 0
|
2025-04-10 09:16:17 +02:00 |
autofix-ci[bot]
|
5d04181b77
|
[autofix.ci] apply automated fixes
|
2025-04-09 18:44:21 +02:00 |
Jan Woźniak
|
c8b9fb747e
|
Add E2E test for IBC2SendMsg (#2165)
|
2025-04-09 18:22:59 +02:00 |
futreall
|
8bf5e68e45
|
Update relay_pingpong_test.go
|
2025-03-30 13:48:57 +03:00 |
Skylar Ray
|
f73b9872d3
|
Update migrations_integration_test.go
|
2025-03-25 00:09:09 +02:00 |
linghuying
|
5d2f157482
|
chore: make function comment match function name (#2177)
Signed-off-by: linghuying <1599935829@qq.com>
|
2025-03-20 12:51:20 +01:00 |
LesCyber
|
7cc1768e6b
|
refactor: replace golang.org/x/exp with stdlib (#2148)
Signed-off-by: LesCyber <andi4cing@gmail.com>
|
2025-03-19 15:51:55 +01:00 |
dependabot[bot]
|
a41252baf1
|
Bump golang.org/x/net from 0.30.0 to 0.36.0 in /tests/system (#2163)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.30.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.30.0...v0.36.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-19 13:34:55 +01:00 |
Pino' Surace
|
3e4ed94426
|
Bump cosmos-sdk to v0.50.13 (#2176)
|
2025-03-19 13:32:54 +01:00 |
futreall
|
6655b4a02d
|
fix correction comments (#2175)
* Update README.md
* Update group_test.go
|
2025-03-19 10:38:02 +01:00 |
Jan Woźniak
|
e91c91d6bf
|
Review fixes
|
2025-03-12 13:10:00 +01:00 |
Tomasz Kulik
|
ef8de68fa7
|
feat: Add IBCv2 receive packet entrypoint call
|
2025-03-12 07:52:01 +01:00 |
Tomasz Kulik
|
0b867957aa
|
chore: update ibc-go v10 to rc.3
|
2025-03-04 12:28:50 +01:00 |
Tomasz Kulik
|
2b4efde8d7
|
feat: Replace ibc-go 9.0.2 with release/10.0.x (#2125)
|
2025-02-19 17:02:03 +01:00 |
dependabot[bot]
|
1c59c51c06
|
Bump github.com/golang/glog from 1.2.2 to 1.2.4 in /tests/system (#2106)
Bumps [github.com/golang/glog](https://github.com/golang/glog) from 1.2.2 to 1.2.4.
- [Release notes](https://github.com/golang/glog/releases)
- [Commits](https://github.com/golang/glog/compare/v1.2.2...v1.2.4)
---
updated-dependencies:
- dependency-name: github.com/golang/glog
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-01-30 16:38:09 +01:00 |
Tomasz Kulik
|
c5cec22bc8
|
chore: Cleanup in IBC tests (#2097)
|
2025-01-21 12:18:25 +01:00 |
Tomasz Kulik
|
219453c8f9
|
feat: Bump ibc-go version to 9.0.2 (#2095)
|
2025-01-20 18:26:58 +01:00 |
Christoph Otter
|
4708ebd3f3
|
Merge pull request #2059 from CosmWasm/dependabot/go_modules/tests/system/github.com/cosmos/cosmos-sdk-0.50.11
Bump github.com/cosmos/cosmos-sdk from 0.50.10 to 0.50.11 in /tests/system
|
2025-01-07 10:45:31 +01:00 |
Pino' Surace
|
f1ac5d88e7
|
Fix typo (#2081)
|
2025-01-02 13:02:19 +01:00 |
Pino' Surace
|
460b947c33
|
Fix AcceptListGrpcQuerier concurrency issues (#2065)
* Fix AcceptListGrpcQuerier concurrency issues
* Fix tests
* Fix
* Fix
|
2024-12-20 18:39:53 +01:00 |
Christoph Otter
|
cb91d774da
|
Add test for StoreCode simulation
|
2024-12-19 16:09:25 +01:00 |
dependabot[bot]
|
c67581a05c
|
Bump github.com/cosmos/cosmos-sdk in /tests/system
Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.50.10 to 0.50.11.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.50.11/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.50.10...v0.50.11)
---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-18 18:06:26 +00:00 |
dependabot[bot]
|
3336848c7e
|
Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /tests/system (#2066)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.28.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.28.0...v0.31.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-18 19:04:59 +01:00 |
cuibuwei
|
bf8aca0278
|
chore: fix some function names in comment
Signed-off-by: cuibuwei <cuibuwei@gmail.com>
|
2024-12-02 20:42:17 +08:00 |
dependabot[bot]
|
91ee0f35a1
|
Bump cosmossdk.io/math from 1.3.0 to 1.4.0 in /tests/system (#2038)
Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmos-sdk/compare/log/v1.3.0...log/v1.4.0)
---
updated-dependencies:
- dependency-name: cosmossdk.io/math
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-21 11:20:36 +01:00 |
Christoph Otter
|
d824a11666
|
Fix typos
|
2024-11-12 19:29:45 +07:00 |
autofix-ci[bot]
|
0a8c40d05a
|
[autofix.ci] apply automated fixes
|
2024-11-11 11:57:30 +00:00 |
Christoph Otter
|
9b2b246471
|
Merge pull request #1946 from CosmWasm/co/ibc-fees
IBC Fees
|
2024-11-11 15:49:27 +07:00 |
Christoph Otter
|
40b8010765
|
Merge pull request #1989 from CosmWasm/co/customizable-limits
Add customizable WasmLimits
|
2024-11-08 20:20:06 +07:00 |
Pino' Surace
|
dc00129f81
|
Upgrade go version and bump cometbft to v0.38.15 (#2028)
* Bump cometbft to v0.38.15
* Update go version in Dockerfile and circleci
* Update Dockerfile
* Update golangci-lint
* Fix lint
|
2024-11-08 09:38:37 +01:00 |