-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update osmosis tests, using code id to predict addresses #528
Update osmosis tests, using code id to predict addresses #528
Conversation
commit c22c908 Merge: da4366d 0a301a1 Author: Buckram <[email protected]> Date: Wed Nov 6 16:29:41 2024 +0200 Merge remote-tracking branch 'origin/main' into buckram/update-osmosis-tests-code-id-in-state commit da4366d Author: Buckram <[email protected]> Date: Wed Nov 6 16:27:28 2024 +0200 update account instantiation commit d86ee7e Merge: 868f061 35046ee Author: Buckram <[email protected]> Date: Wed Nov 6 15:57:49 2024 +0200 Merge remote-tracking branch 'origin/main' into buckram/update-osmosis-tests-code-id-in-state commit 868f061 Author: Buckram <[email protected]> Date: Wed Nov 6 14:16:58 2024 +0200 update modules tests commit 04552f9 Author: Buckram <[email protected]> Date: Wed Nov 6 13:27:34 2024 +0200 framework tests pass commit 26316dc Author: Buckram <[email protected]> Date: Tue Nov 5 15:19:55 2024 +0200 test fix init commit 162c055 Author: Buckram <[email protected]> Date: Tue Nov 5 14:52:53 2024 +0200 adapter changes commit 19a2eeb Author: Buckram <[email protected]> Date: Tue Nov 5 14:07:51 2024 +0200 update uses commit b4c94e9 Merge: 29975b3 1f496f9 Author: Buckram <[email protected]> Date: Tue Nov 5 10:36:09 2024 +0200 Merge remote-tracking branch 'origin/main' into buckram/update-osmosis-tests-code-id-in-state commit 29975b3 Author: Buckram <[email protected]> Date: Tue Nov 5 10:34:01 2024 +0200 creator unknown until publish commit f237470 Author: Buckram <[email protected]> Date: Fri Oct 25 15:46:20 2024 +0300 remove patch section commit afcb4a1 Merge: 69e620d 8a369b2 Author: Buckram <[email protected]> Date: Fri Oct 25 15:41:59 2024 +0300 Merge remote-tracking branch 'origin/main' into buckram/update-osmosis-tests commit 69e620d Author: Buckram <[email protected]> Date: Thu Oct 24 18:58:56 2024 +0300 mock-deployment for apps/adapters wasm commit fef1b4d Author: Buckram <[email protected]> Date: Thu Oct 24 15:51:59 2024 +0300 update hakari commit 016f9fc Author: Buckram <[email protected]> Date: Thu Oct 24 15:43:03 2024 +0300 unused dep commit 18f3397 Author: Buckram <[email protected]> Date: Thu Oct 24 15:40:09 2024 +0300 update osmosis tests
As a nice bonus this PR significantly decreases wasm sizes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's very good thank you. Some remarks:
- We can hide and potentially cache more thing from the users (for instance the contract info query that you do EVERYWHERE)
- We need to discuss storing the creator address in a once-cell or something simiar
Why though ? haha seems weird to me |
Bech32 generation quite expensive! |
…s-tests-code-id-squashed
…s-tests-code-id-squashed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is wonderful.
We need to bump to 0.25 version though as this is VERY breaking
Should we hold a bit and merge it when we ready for 0.25 release, in case there will be more 0.24.x patches? |
Yes ! This is not pressing for testnet |
…s-tests-code-id-squashed
This PR aims to refactor predicting addresses to relying on creator of the code id instead of hardcoded values in wasms