Commit Graph

1396 Commits

Author SHA1 Message Date
fkneeland fe7ee710ba changelog update 2021-10-14 16:39:25 -06:00
fkneeland 193f517739 remove unused flags from cmd prompt 2021-10-14 16:38:13 -06:00
Ethan Frey 6a471a4a16
Merge pull request #639 from CosmWasm/635-better-app-benchmarks
More realistic benchmarks
2021-10-11 23:28:44 +02:00
Ethan Frey e18e679616
Merge pull request #640 from CosmWasm/upgrade-to-1.0.0-beta
Upgrade wasmvm to v1.0.0-beta
2021-10-11 23:08:22 +02:00
Simon Warta 2afcdb4ae9 Upgrade wasmvm to v1.0.0-beta 2021-10-11 16:40:45 +02:00
Ethan Frey dee6b696e6 Initial account creation also creates cw20 balances 2021-10-08 23:47:20 +02:00
Ethan Frey 6ffc73bc22 All messages send to different recipient 2021-10-08 23:37:38 +02:00
Ethan Frey 80e9cb00b8 Setup unused accounts 2021-10-08 23:21:26 +02:00
Ethan Frey 4cd1118bee Add leveldb tests 2021-10-08 23:04:13 +02:00
Ethan Frey 60ddb826d8 First table tests 2021-10-08 22:57:59 +02:00
Ethan Frey 48405fe012 Refactor wasm setup more 2021-10-08 22:43:36 +02:00
Ethan Frey e57cffb6fb Pull out test initialization 2021-10-08 22:26:18 +02:00
Ethan Frey a64479ad94
Merge pull request #638 from CosmWasm/benchmark-app
Initial benchmarks of wasm contracts compared to sdk modules
2021-10-08 22:11:27 +02:00
Ethan Frey 13aebec71d Add bank/cw20 benchmarks to CI 2021-10-08 21:37:32 +02:00
Ethan Frey 6c23ff950d Update contracts 2021-10-08 21:36:11 +02:00
Ethan Frey b416224eb6 Pull setup code into this dir, so we can use leveldb 2021-10-08 21:36:11 +02:00
Ethan Frey b36e25db3c Set up cw20 transfer test case 2021-10-08 21:36:11 +02:00
Ethan Frey de84b07e85 Download test contracts 2021-10-08 21:36:11 +02:00
Ethan Frey 7c16476f76 Run batches of 20tx / block 2021-10-08 21:36:11 +02:00
Ethan Frey 9efce30d4e Use WasmApp as test case 2021-10-08 21:36:11 +02:00
Ethan Frey 510edb18bb Copy over basic bank benchmark from cosmos-sdk 2021-10-08 21:36:11 +02:00
Alexander Peters dcb042550f
Changelog and compatibility map update (#637)
* Changelog + compatibility update

* Review feedback
2021-10-08 17:06:48 +02:00
Alexander Peters bc7a52260d
Update gas costs (#636)
* Update gas costs

* Review feedback

* Review comments
2021-10-08 14:34:44 +02:00
Ethan Frey 08ee11d405
Benchmarks for gas pricing (#634)
* Run benchmarks on circle CI

* Add benchmark for secp256k1 verification

* Add compilation benchmark

* Move parallelism back to 1 for benchmarks

* Review comments

Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
2021-10-08 12:21:03 +02:00
Ethan Frey 53a6476676
Merge pull request #633 from CosmWasm/596-query-pinned-contracts
Query all pinned code ids
2021-10-07 15:27:55 +02:00
Alexander Peters 62e976a551
Upgrade wasmvm-v1.0.0-soon2 (#628)
* Upgrade wasmvm-v1.0.0-soon2

* Improve comment on DefaultGasMultiplier

Co-authored-by: Simon Warta <simon@warta.it>
2021-10-07 14:11:37 +02:00
Alex Peters b7a99e69ee
Query all pinned code ids 2021-10-07 13:52:06 +02:00
Ethan Frey 2b7d28a9a1
Merge pull request #630 from CosmWasm/450-reply-gas-costs
Treat all contracts as pinned for gas costs in reply
2021-10-07 12:47:04 +02:00
Ethan Frey 61bf2353cb Last gas fix 2021-10-07 12:34:16 +02:00
Ethan Frey 50458e000f
Merge pull request #629 from CosmWasm/593-finalize-ibc-events
Reference standard IBC events
2021-10-07 12:26:43 +02:00
Ethan Frey e878842136 Adjust gas prices in tests 2021-10-07 12:26:25 +02:00
Ethan Frey e5dc6fe583 Treat all contracts as pinned for gas costs in reply 2021-10-07 11:23:58 +02:00
Ethan Frey 1b79f81f89 Reference standard IBC events 2021-10-07 11:12:06 +02:00
Alexander Peters 5e88752011
Merge pull request #627 from CosmWasm/upgrade_sdk
Upgrade Cosmos-sdk v0.42.10
2021-10-06 16:52:09 +02:00
Alex Peters b605a30a14
Upgrade Cosmos-sdk v0.42.10 2021-10-06 16:46:35 +02:00
Ethan Frey c0890283c0
Merge pull request #626 from CosmWasm/fix_capabilities_setup
Add capabilities to begin block
2021-10-06 16:46:02 +02:00
Alex Peters 23ffdc9dc2
Add capabilities to begin block 2021-10-06 16:35:03 +02:00
Alexander Peters 58f3776f6e
Implement tx counter for transaction info (#621)
* Implement tx counter for transaction info

* Count tx before pre-conditions

* Doc update
2021-09-27 21:53:01 +02:00
Alexander Peters b32f53e9a0
Merge pull request #622 from CosmWasm/584-contract_info_query
Handle contract info query
2021-09-27 17:26:26 +02:00
Alex Peters bc785a4f01
Handle contract info query 2021-09-27 12:55:51 +02:00
Alexander Peters fc8d33eddc
Merge pull request #619 from assafmo/patch-1
Fix inconsistent return of contractAddress from keeper/init()
2021-09-23 10:54:47 +02:00
Assaf Morami ed96573c53 Fix inconsistent return of contractAddress from keeper/init()
This will not affect functionality whatsoever, it just makes for a more consistent code, as discussed in issue #616.
2021-09-22 21:59:47 +03:00
Ethan Frey 6bd917268c
Merge pull request #617 from CosmWasm/cosmwasm-1.0-soon
Update to Cosmwasm v1.0.0-soon
2021-09-22 20:05:22 +02:00
Ethan Frey 5c42c10b71 Adjust gas prices for new contracts 2021-09-22 19:19:58 +02:00
Ethan Frey f5dc720926 Important: add iterator feature support 2021-09-22 19:11:49 +02:00
Ethan Frey f93461daf4 Use v1.0.0-soon contracts 2021-09-22 19:09:59 +02:00
Ethan Frey 5822a58cc6 Bump dependencies to wasmvm v1.0.0-soon 2021-09-22 19:07:17 +02:00
Alexander Peters 2900e6c276
Merge pull request #615 from CosmWasm/dependabot/go_modules/github.com/spf13/viper-1.9.0
Bump github.com/spf13/viper from 1.8.1 to 1.9.0
2021-09-22 10:45:34 +02:00
dependabot[bot] 7025a4503c
Bump github.com/spf13/viper from 1.8.1 to 1.9.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.8.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 08:29:09 +00:00
Alex Peters 5491498d03
Update changelog 2021-09-15 13:48:24 +02:00