-
Notifications
You must be signed in to change notification settings - Fork 199
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
Contract Upgrade #1449
Contract Upgrade #1449
Commits on Jan 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 999eb6c - Browse repository at this point
Copy the full SHA 999eb6cView commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d52cc7a - Browse repository at this point
Copy the full SHA d52cc7aView commit details -
Add MigrateContract, UpdateAdmin & ClearAdmin to MsgServer
Also implement UpdateAdmin & ClearAdmin in keeper
Configuration menu - View commit details
-
Copy full SHA for 14e05eb - Browse repository at this point
Copy the full SHA 14e05ebView commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e3f8dff - Browse repository at this point
Copy the full SHA e3f8dffView commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1233992 - Browse repository at this point
Copy the full SHA 1233992View commit details
Commits on Feb 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 977948e - Browse repository at this point
Copy the full SHA 977948eView commit details
Commits on May 22, 2023
-
Merge remote-tracking branch 'origin/master' into HEAD
# Conflicts: # cosmwasm/enclaves/shared/contract-engine/src/contract_validation.rs # x/compute/internal/keeper/keeper.go # x/compute/internal/types/keys.go # x/compute/internal/types/types.go
Configuration menu - View commit details
-
Copy full SHA for 43ea6d5 - Browse repository at this point
Copy the full SHA 43ea6d5View commit details -
Added migrate flow and admin proof for contract upgrades.
Up next: migrate contract key & update validation function on exec
Configuration menu - View commit details
-
Copy full SHA for bd2006a - Browse repository at this point
Copy the full SHA bd2006aView commit details -
Changed contract key to new format
Fixed proto files Added validation for new contract key & proof
Configuration menu - View commit details
-
Copy full SHA for efe5269 - Browse repository at this point
Copy the full SHA efe5269View commit details
Commits on May 23, 2023
-
(...other tests kind of broken still, but hey, progress)
Configuration menu - View commit details
-
Copy full SHA for 9e5d930 - Browse repository at this point
Copy the full SHA 9e5d930View commit details -
Configuration menu - View commit details
-
Copy full SHA for be73d99 - Browse repository at this point
Copy the full SHA be73d99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 652a3a3 - Browse repository at this point
Copy the full SHA 652a3a3View commit details
Commits on May 24, 2023
-
Deriving admin proof from contract_key
Added check for admin == sender in keeper Added tests to check that storage can be read post-migration Added test for trying to migrate with different address
Configuration menu - View commit details
-
Copy full SHA for fbe8ccd - Browse repository at this point
Copy the full SHA fbe8ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b74ee - Browse repository at this point
Copy the full SHA 95b74eeView commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2e01065 - Browse repository at this point
Copy the full SHA 2e01065View commit details
Commits on Jun 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e86e395 - Browse repository at this point
Copy the full SHA e86e395View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f9ae7e - Browse repository at this point
Copy the full SHA 4f9ae7eView commit details
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e3ee65d - Browse repository at this point
Copy the full SHA e3ee65dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b0560f - Browse repository at this point
Copy the full SHA 9b0560fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b09c7 - Browse repository at this point
Copy the full SHA f3b09c7View commit details
Commits on Jun 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 415672e - Browse repository at this point
Copy the full SHA 415672eView commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 78656e4 - Browse repository at this point
Copy the full SHA 78656e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a48ff6 - Browse repository at this point
Copy the full SHA 3a48ff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08502da - Browse repository at this point
Copy the full SHA 08502daView commit details
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 614cb13 - Browse repository at this point
Copy the full SHA 614cb13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 869095f - Browse repository at this point
Copy the full SHA 869095fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d52d739 - Browse repository at this point
Copy the full SHA d52d739View commit details -
Cont. to fix protobuf stuff & rename things
Also remove duplicate output events
Configuration menu - View commit details
-
Copy full SHA for 0bafad5 - Browse repository at this point
Copy the full SHA 0bafad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e73847 - Browse repository at this point
Copy the full SHA 6e73847View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c3391 - Browse repository at this point
Copy the full SHA 04c3391View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26acec7 - Browse repository at this point
Copy the full SHA 26acec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61e98ea - Browse repository at this point
Copy the full SHA 61e98eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for da0aae2 - Browse repository at this point
Copy the full SHA da0aae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35d47b7 - Browse repository at this point
Copy the full SHA 35d47b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b94627 - Browse repository at this point
Copy the full SHA 9b94627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19cc11e - Browse repository at this point
Copy the full SHA 19cc11eView commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bc34a4d - Browse repository at this point
Copy the full SHA bc34a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd852a - Browse repository at this point
Copy the full SHA 7bd852aView commit details -
Fix ambiguous err var segfaults after migrate
Also: - Make it less ambiguous in init & exec - TestMigrateVmError
Configuration menu - View commit details
-
Copy full SHA for 18d32bd - Browse repository at this point
Copy the full SHA 18d32bdView commit details -
Use migrate error code when mograte fails
Instead of execute error code
Configuration menu - View commit details
-
Copy full SHA for 4c29eb4 - Browse repository at this point
Copy the full SHA 4c29eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ae101 - Browse repository at this point
Copy the full SHA a1ae101View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee1bab9 - Browse repository at this point
Copy the full SHA ee1bab9View commit details
Commits on Jun 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9dda5ce - Browse repository at this point
Copy the full SHA 9dda5ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf0818 - Browse repository at this point
Copy the full SHA cbf0818View commit details -
Configuration menu - View commit details
-
Copy full SHA for c08d1bf - Browse repository at this point
Copy the full SHA c08d1bfView commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f608d41 - Browse repository at this point
Copy the full SHA f608d41View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4da131 - Browse repository at this point
Copy the full SHA f4da131View commit details -
Add admin_proof_secret & contract_key_proof_secret
Otherwise, both can be forged when sent into the enclave. This is done using the same method as when we prove a callback_sig.
Configuration menu - View commit details
-
Copy full SHA for 0b7555a - Browse repository at this point
Copy the full SHA 0b7555aView commit details
Commits on Jun 26, 2023
-
Implement update admin inside the enclave
- Fix contract key proof generation in migrate - Fix contract key usage in handle start_engine() - Rename some vars/funcs for readability - Fix admin proof check on migrate - Fix contract key proof check on handle - refactor verify_params() to have less input params
Configuration menu - View commit details
-
Copy full SHA for f0b92f4 - Browse repository at this point
Copy the full SHA f0b92f4View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3d79d50 - Browse repository at this point
Copy the full SHA 3d79d50View commit details -
Refactor contract_key validation & fix it in query
Query was not validating contract_key for migrated contracts, and didn't use the correct contract_key for state encryption
Configuration menu - View commit details
-
Copy full SHA for 585b429 - Browse repository at this point
Copy the full SHA 585b429View commit details -
Updated CI to use `make build-test-contracts` instead of `make build-test-contract`
Configuration menu - View commit details
-
Copy full SHA for a499efe - Browse repository at this point
Copy the full SHA a499efeView commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bfb09df - Browse repository at this point
Copy the full SHA bfb09dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb02097 - Browse repository at this point
Copy the full SHA fb02097View commit details -
Configuration menu - View commit details
-
Copy full SHA for c84ea98 - Browse repository at this point
Copy the full SHA c84ea98View commit details -
Fix updating of contract_key after a migrate & refactor contract_key …
…to be more explicit
Configuration menu - View commit details
-
Copy full SHA for fbccfb7 - Browse repository at this point
Copy the full SHA fbccfb7View commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a371f7 - Browse repository at this point
Copy the full SHA 0a371f7View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a457796 - Browse repository at this point
Copy the full SHA a457796View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f85986 - Browse repository at this point
Copy the full SHA 1f85986View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38231a2 - Browse repository at this point
Copy the full SHA 38231a2View commit details
Commits on Jul 2, 2023
-
Update codeID in contractInfo on migrate
Also set CurrentContractKey = ogContractKey on init (not necessary ATM but can prevent bugs in the enclave in the future)
Configuration menu - View commit details
-
Copy full SHA for ff15766 - Browse repository at this point
Copy the full SHA ff15766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 105a9d9 - Browse repository at this point
Copy the full SHA 105a9d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47c1a8c - Browse repository at this point
Copy the full SHA 47c1a8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8dc1e6 - Browse repository at this point
Copy the full SHA d8dc1e6View commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f00a813 - Browse repository at this point
Copy the full SHA f00a813View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef51d8a - Browse repository at this point
Copy the full SHA ef51d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3ce5d - Browse repository at this point
Copy the full SHA 3f3ce5dView commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2e9df9a - Browse repository at this point
Copy the full SHA 2e9df9aView commit details -
More migrate/update admin tests
- TestCannotChangeAdminIfNotAdmin - TestAdminCanChangeAdmin - TestFailMigrateAndChangeAfterClearAdmin - TestFailMigrateAndChangeAdminByOldAdmin - TestOldAdminCanChangeAdminByPassingOldProof - TestOldAdminCanMigrateChangeAdminByPassingOldProof
Configuration menu - View commit details
-
Copy full SHA for c40d891 - Browse repository at this point
Copy the full SHA c40d891View commit details -
Test fake admin vlaues passed to the enclave
TestEnclaveFailsAdminIsNotSender
Configuration menu - View commit details
-
Copy full SHA for 3171ca5 - Browse repository at this point
Copy the full SHA 3171ca5View commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9f0cea7 - Browse repository at this point
Copy the full SHA 9f0cea7View commit details -
Add support for contracts sending Migrate/Update/Clear messages
Tests: - TestContractIsAdminOfAnotherContractMigrate - TestContractIsAdminOfAnotherContractUpdateAdmin - TestContractIsAdminOfAnotherContractClearAdmin - TestContractFailsToMigrateAnotherContractBecauseNotAdmin - TestContractFailsToMigrateAnotherContractBecauseStdError - TestContractFailsToUpdateAdminOfAnotherContractBecauseNotAdmin - TestContractFailsToClearAdminOfAnotherContractBecauseNotAdmin
Configuration menu - View commit details
-
Copy full SHA for 2befcec - Browse repository at this point
Copy the full SHA 2befcecView commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d1f1d33 - Browse repository at this point
Copy the full SHA d1f1d33View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb2c0ff - Browse repository at this point
Copy the full SHA eb2c0ffView commit details
Commits on Jul 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dcf863f - Browse repository at this point
Copy the full SHA dcf863fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1405304 - Browse repository at this point
Copy the full SHA 1405304View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7262ad6 - Browse repository at this point
Copy the full SHA 7262ad6View commit details -
- Bug fix: ra_msg now uses the same logic as wasm_msg, this will stop it from failing if there's an earlier wasm_msg that failed before it got dequeued from the light client - Move light client validation from should_verify_sig_info to should_verify_input - Rename some vars - Add some code comments
Configuration menu - View commit details
-
Copy full SHA for 52e3c83 - Browse repository at this point
Copy the full SHA 52e3c83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3aa6f - Browse repository at this point
Copy the full SHA 3f3aa6fView commit details
Commits on Jul 16, 2023
-
Test migration of IBC contracts
- TestContractBecmesIbcEnabledAfterMigrate - TestContractNoLongerIbcEnabledAfterMigrate
Configuration menu - View commit details
-
Copy full SHA for 83764e0 - Browse repository at this point
Copy the full SHA 83764e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e9bb71 - Browse repository at this point
Copy the full SHA 1e9bb71View commit details -
Make v1.2 (Supernova) migrations compile after v1.10 type changes
Even though this v1.2 migrations will never be called again
Configuration menu - View commit details
-
Copy full SHA for 139a0eb - Browse repository at this point
Copy the full SHA 139a0ebView commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe7457a - Browse repository at this point
Copy the full SHA fe7457aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 271f063 - Browse repository at this point
Copy the full SHA 271f063View commit details -
Configuration menu - View commit details
-
Copy full SHA for 863fd95 - Browse repository at this point
Copy the full SHA 863fd95View commit details -
Configuration menu - View commit details
-
Copy full SHA for b041426 - Browse repository at this point
Copy the full SHA b041426View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfcf17f - Browse repository at this point
Copy the full SHA cfcf17fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a3b1c - Browse repository at this point
Copy the full SHA 14a3b1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d515dff - Browse repository at this point
Copy the full SHA d515dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f9260c - Browse repository at this point
Copy the full SHA 2f9260cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c0b57 - Browse repository at this point
Copy the full SHA 37c0b57View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5185bf - Browse repository at this point
Copy the full SHA a5185bfView commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 08856c3 - Browse repository at this point
Copy the full SHA 08856c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbc872f - Browse repository at this point
Copy the full SHA fbc872fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf36901 - Browse repository at this point
Copy the full SHA cf36901View commit details -
Test migrating contracts between all scenarios of (v0.10,v1)
- v0.10 -> v0.10 - v0.10 -> v1 - v1 -> v0.10 - v1 -> v1
Configuration menu - View commit details
-
Copy full SHA for 941df10 - Browse repository at this point
Copy the full SHA 941df10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0366af1 - Browse repository at this point
Copy the full SHA 0366af1View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0b4cd8d - Browse repository at this point
Copy the full SHA 0b4cd8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a7c182 - Browse repository at this point
Copy the full SHA 4a7c182View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f94908 - Browse repository at this point
Copy the full SHA 4f94908View commit details -
LocalSecret: enable light client msgs validation
Still not verifying the validators whitelist though
Configuration menu - View commit details
-
Copy full SHA for 9779337 - Browse repository at this point
Copy the full SHA 9779337View commit details -
Derive current_contract_key from og_contract_key as well
Prior to that, a malicious actor could pass the wasm and current_contract_key of contract A, and the state and og_contract_key of contract B. Then we verified current_contract_key and passed og_contract_key for state decryption, which would allow malicious code to decrypt the state of any contract. Co-authored-by: Eshel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54cccba - Browse repository at this point
Copy the full SHA 54cccbaView commit details -
CI: enable light client msgs validation for LocalSecret
Still not verifying the validators whitelist though
Configuration menu - View commit details
-
Copy full SHA for c618f9d - Browse repository at this point
Copy the full SHA c618f9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65d66b3 - Browse repository at this point
Copy the full SHA 65d66b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60e6d41 - Browse repository at this point
Copy the full SHA 60e6d41View commit details
Commits on Jul 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ba52635 - Browse repository at this point
Copy the full SHA ba52635View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 770f51a - Browse repository at this point
Copy the full SHA 770f51aView commit details -
Allow tests to skip light client validation
Also implement but comment out updateLightClientHelper in go tests
Configuration menu - View commit details
-
Copy full SHA for 76c4331 - Browse repository at this point
Copy the full SHA 76c4331View commit details -
Configuration menu - View commit details
-
Copy full SHA for a40c8a7 - Browse repository at this point
Copy the full SHA a40c8a7View commit details -
Use TxBytes isnteda of SignBytes for light client verification
That's because SignBytes can be either Amino or Protobuf encoded, while the data in the light client is always sourced from TxBytes which is always Protobuf encoded
Configuration menu - View commit details
-
Copy full SHA for f29c579 - Browse repository at this point
Copy the full SHA f29c579View commit details
Commits on Jul 30, 2023
-
Fix IBC messages drop from the mempool
There's a mempool optimization in IBC where a tx doesn't enter the block if one of the messages failed in the mempool (yeah they execute the messages). On Secret if a message goes to CosmWasm, we verify the input against the signed bytes and against the signed block commit. The issue was that it couldn't find an IBC ack message in the signed block. Turned out to be a simulation in the mempool so there isn't a signed block at this point. https://github.com/cosmos/ibc-go/blob/v4.3.1/modules/core/ante/ante.go#L35 https://github.com/cosmos/ibc-go/blob/v4.3.1/modules/core/ante/ante.go#L45 https://github.com/cosmos/ibc-go/blob/v4.3.1/modules/core/ante/ante.go#L55
Configuration menu - View commit details
-
Copy full SHA for 383c636 - Browse repository at this point
Copy the full SHA 383c636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e24ad - Browse repository at this point
Copy the full SHA 49e24adView commit details -
Fix
SignDoc::from_bytes()
to parse according totype_url
instead ……of `VerifyParamsType` This fixes an issue where it sometimes not parse correctly and fail txs for no reason
Configuration menu - View commit details
-
Copy full SHA for 280ed5f - Browse repository at this point
Copy the full SHA 280ed5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e05a4 - Browse repository at this point
Copy the full SHA 27e05a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b71679 - Browse repository at this point
Copy the full SHA 1b71679View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d0b32f - Browse repository at this point
Copy the full SHA 0d0b32fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d05a138 - Browse repository at this point
Copy the full SHA d05a138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c43a18 - Browse repository at this point
Copy the full SHA 7c43a18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3133ecc - Browse repository at this point
Copy the full SHA 3133eccView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa1a33a - Browse repository at this point
Copy the full SHA fa1a33aView commit details -
CI: Build-LocalSecret with the go-tests feature to skip light client …
…validation in go tests
Configuration menu - View commit details
-
Copy full SHA for ffdc0e4 - Browse repository at this point
Copy the full SHA ffdc0e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 754cac3 - Browse repository at this point
Copy the full SHA 754cac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce56e61 - Browse repository at this point
Copy the full SHA ce56e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10310c0 - Browse repository at this point
Copy the full SHA 10310c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a4ae0 - Browse repository at this point
Copy the full SHA 52a4ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42bce5c - Browse repository at this point
Copy the full SHA 42bce5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71326f4 - Browse repository at this point
Copy the full SHA 71326f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d7cea0 - Browse repository at this point
Copy the full SHA 0d7cea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8e4b59 - Browse repository at this point
Copy the full SHA c8e4b59View commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5c8772d - Browse repository at this point
Copy the full SHA 5c8772dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c41dca - Browse repository at this point
Copy the full SHA 4c41dcaView commit details -
Revert "CI: disable cache fobur Build-LocalSecret (debugging why go t…
…ests fail)" This reverts commit 5c8772d.
Configuration menu - View commit details
-
Copy full SHA for 1c0f5e5 - Browse repository at this point
Copy the full SHA 1c0f5e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb39d32 - Browse repository at this point
Copy the full SHA eb39d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90b6081 - Browse repository at this point
Copy the full SHA 90b6081View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0486de - Browse repository at this point
Copy the full SHA b0486deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 047a723 - Browse repository at this point
Copy the full SHA 047a723View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4230622 - Browse repository at this point
Copy the full SHA 4230622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 049e75e - Browse repository at this point
Copy the full SHA 049e75eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 678b720 - Browse repository at this point
Copy the full SHA 678b720View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53637cb - Browse repository at this point
Copy the full SHA 53637cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a1446 - Browse repository at this point
Copy the full SHA 05a1446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89a31cd - Browse repository at this point
Copy the full SHA 89a31cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0220403 - Browse repository at this point
Copy the full SHA 0220403View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4251a5 - Browse repository at this point
Copy the full SHA e4251a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c80122 - Browse repository at this point
Copy the full SHA 1c80122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70d9981 - Browse repository at this point
Copy the full SHA 70d9981View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6f84e7 - Browse repository at this point
Copy the full SHA c6f84e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33889ed - Browse repository at this point
Copy the full SHA 33889edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f57132 - Browse repository at this point
Copy the full SHA 2f57132View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99fda9c - Browse repository at this point
Copy the full SHA 99fda9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aca987a - Browse repository at this point
Copy the full SHA aca987aView commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0b6ce5c - Browse repository at this point
Copy the full SHA 0b6ce5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9baace1 - Browse repository at this point
Copy the full SHA 9baace1View commit details -
Merge pull request #1493 from scrtlabs/ibc-hooks-sudo
IBC Hooks: send acks & timeouts to `sudo()` instead of `execute()`
Configuration menu - View commit details
-
Copy full SHA for 3a988d4 - Browse repository at this point
Copy the full SHA 3a988d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for aebaf2f - Browse repository at this point
Copy the full SHA aebaf2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7b3548 - Browse repository at this point
Copy the full SHA d7b3548View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e9598 - Browse repository at this point
Copy the full SHA b0e9598View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fa5c8b - Browse repository at this point
Copy the full SHA 9fa5c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4faf6eb - Browse repository at this point
Copy the full SHA 4faf6ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for a642bdb - Browse repository at this point
Copy the full SHA a642bdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 775df5d - Browse repository at this point
Copy the full SHA 775df5dView commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d957687 - Browse repository at this point
Copy the full SHA d957687View commit details -
Configuration menu - View commit details
-
Copy full SHA for c01b07b - Browse repository at this point
Copy the full SHA c01b07bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80f80b0 - Browse repository at this point
Copy the full SHA 80f80b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66d3b33 - Browse repository at this point
Copy the full SHA 66d3b33View commit details -
Implement is_code_hash_allowed()
For contracts that were deployed before v1.10 and have been migrated using the hardcoded admin feature. These contracts might have other contracts that call them with a wrong code_hash, because those other contracts have it stored from before the migration.
Configuration menu - View commit details
-
Copy full SHA for 10c4c75 - Browse repository at this point
Copy the full SHA 10c4c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bea166 - Browse repository at this point
Copy the full SHA 3bea166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72fdda8 - Browse repository at this point
Copy the full SHA 72fdda8View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5d80ceb - Browse repository at this point
Copy the full SHA 5d80cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2150af - Browse repository at this point
Copy the full SHA e2150afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ca157 - Browse repository at this point
Copy the full SHA 29ca157View commit details -
Configuration menu - View commit details
-
Copy full SHA for f782cde - Browse repository at this point
Copy the full SHA f782cdeView commit details