Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
v0.42.1 (#52)
Browse files Browse the repository at this point in the history
* feat: add token factory

* feat: add gasless and an integration test

* chore: remove test file

* chore: add e2e tests for gasless contracts

* chore: remove redundan files

* chore: comment bindings wasm tokenfactory

* chore: add e2e tests docker

* fix: tokenfactory params to orai & enable capabilities

* chore: add tokenfactory integration tests

* chore: add e2e upgrade tests tokenfactory

* chore: add e2e docker upgrade tests

* chore: add token factory e2s docker upgrade tests

* chore: remove redundant files

* feat: disable force transfer & add cw bindings tests

* chore: add ignore logs to better view test results

* chore: reduce docker test logs

* feat: update code & tests for evm cosmos mapping balance and nonce sync

* chore: pass e2e docker tests

---------

Co-authored-by: trung2891 <[email protected]>
Co-authored-by: Trung Nguyen <[email protected]>
  • Loading branch information
3 people authored Jul 12, 2024
1 parent c29cd6b commit 8a71cdf
Show file tree
Hide file tree
Showing 42 changed files with 582 additions and 1,189 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Cosmos based blockchain integrated with Smart Contracts [Orai](https://orai.io).

```bash
# dev
docker build -t <image-tag> -f orai/Dockerfile --build-arg WASMVM_VERSION=v1.5.2 --build-arg VERSION=v0.42.0 .
docker build -t <image-tag> -f orai/Dockerfile --build-arg WASMVM_VERSION=v1.5.2 --build-arg VERSION=v0.42.1 .

# prod
docker build -t <image-tag> -f orai/Dockerfile.prod --build-arg WASMVM_VERSION=v1.5.2 --build-arg VERSION=v0.42.0 .
docker build -t <image-tag> -f orai/Dockerfile.prod --build-arg WASMVM_VERSION=v1.5.2 --build-arg VERSION=v0.42.1 .
```

## Upgrade command

```bash
oraid tx gov submit-proposal software-upgrade "v0.42.0" --title "upgrade Oraichain network to v0.42.0" --description "Please visit https://github.com/oraichain/orai/releases/tag/v0.42.0 to view the CHANGELOG for this upgrade" --from wallet --upgrade-height 21627705 --upgrade-info "https://github.com/oraichain/orai/releases/download/v0.42.0/manifest.json" --deposit 10000000orai --chain-id Oraichain -y -b block --gas-prices 0.001orai --gas 20000000 --node https://rpc.orai.io:443
oraid tx gov submit-proposal software-upgrade "v0.42.1" --title "upgrade Oraichain network to v0.42.1" --description "Please visit https://github.com/oraichain/orai/releases/tag/v0.42.1 to view the CHANGELOG for this upgrade" --from wallet --upgrade-height 21627705 --upgrade-info "https://github.com/oraichain/orai/releases/download/v0.42.1/manifest.json" --deposit 10000000orai --chain-id Oraichain -y -b block --gas-prices 0.001orai --gas 20000000 --node https://rpc.orai.io:443
```
1 change: 0 additions & 1 deletion e2e-tests-js/.env.example

This file was deleted.

41 changes: 0 additions & 41 deletions e2e-tests-js/docker-compose.yaml

This file was deleted.

100 changes: 0 additions & 100 deletions e2e-tests-js/index.mjs

This file was deleted.

23 changes: 0 additions & 23 deletions e2e-tests-js/package.json

This file was deleted.

66 changes: 0 additions & 66 deletions e2e-tests-js/simulate.mjs

This file was deleted.

69 changes: 0 additions & 69 deletions e2e-tests-js/utils.mjs

This file was deleted.

Loading

0 comments on commit 8a71cdf

Please sign in to comment.