Jayant Krishnamurthy
da72b6e250
[entropy] First cut at EVM executor ( #1148 )
...
* executor
* executor tests
* basic test works
* cleanup
* cleanup
* fix ci
2023-11-27 06:45:43 -08:00
Amin Moghaddam
6cebfef1df
[evm] Evm runs ( #1099 )
...
* Show chain id when checking proposals
* Reduce number of optimizations to 200 in order to defeat the Spurious Dragon
2023-10-13 15:45:35 +02:00
Mohammad Amin Khashkhashi Moghaddam
272f3c1984
[contract-manager] Contract manager improvements ( #1000 )
...
* Use arrays instead of separate files per config
* Remove redundant endpoint on cosmwasm
* Add functions for upgrading the wormhole guardian sets
* Add wormhole contract management on evm and cosmwasm
* Add getter functions to check what sort of wormhole-deployment is used
* Reorganize contract manager package to be used via other packages
* Remove .env files per network and create a script that outputs the same file
* Use env variables in truffle config and output config in deployments
* Add executeUpdatePriceFeed to contract interface
* Add update pricefeed script
* Add saving functionality to store
* Save new contract configs automatically on Evm
* Make deploy script use the create-env.js internally
* Add utility function to get implementation address for Evm Proxy contracts
* Add shimmer testnet and replace evmos nunfunctional rpc
* New procedure for contract verification
* Update docs and remove duplicate configurations
* Remove shimmer configs
* Read default data source configs via contract manager
* Remove flattened contract before compiling/deploying
2023-08-07 14:13:29 +02:00
Mohammad Amin Khashkhashi Moghaddam
175dfef5bd
Deploy to the latest shimmer testnet ( #1001 )
2023-08-02 16:59:39 +01:00
Ali Behjati
928027a270
chore(ethereum): deploy to base and syndr_testnet ( #988 )
2023-07-27 16:16:45 +03:30
Mohammad Amin Khashkhashi Moghaddam
741f763375
Fix mainnet values on fuji and chiado and remove oasis network ( #979 )
2023-07-25 11:31:45 +03:30
Ali Behjati
e63490be48
[eth] Add EOS network ( #963 )
2023-07-18 23:00:47 +03:30
Mohammad Amin Khashkhashi Moghaddam
9bdc493ce6
Update evm chain and contract configs ( #961 )
...
Remove ropsten and shimmer_testnet network as they are deprecated
Provide neon rpc url as it is not private anymore
2023-07-18 10:36:26 +02:00
Ali Behjati
c86e4f2610
[eth] Add linea ( #956 )
...
* [eth] Add linea
* Fix pre-commit
2023-07-17 17:51:22 +03:30
guibescos
a77ee78d13
[eth] Deploy to mantle ( #948 )
...
* Deploy mantle
* Update pyth-evm-ks
* Update docs
2023-07-12 14:18:56 +01:00
Ali Behjati
2a4045504d
[eth] Add Linea goerli network ( #947 )
...
* [eth] Add Linea goerli network
* Add linea_testnet to eth/sdk/js
2023-07-11 11:15:22 +01:00
Ali Behjati
aa0e6fdf22
[eth] Add WEMIX network ( #940 )
...
* [eth] Add WEMIX network
* Fix pre-commit
* Remove unnecessary change
* Fix prettier
---------
Co-authored-by: Guillermo Bescos <[email protected] >
2023-07-05 18:15:43 +01:00
Ali Behjati
e39277dd9c
[eth] Add setWormholeAddress governance message ( #917 )
...
* [eth] Add setWormholeAddress governance message
* Address review feedbacks
* Add signatures to errors
This will help with debugging
* Update abi
2023-06-26 11:31:19 +02:00
Ali Behjati
11a0ba17d0
[eth] Deploy to gnosis mainnet ( #892 )
2023-06-15 20:58:39 +02:00
Ali Behjati
bdc3fede24
[eth] Deploy to Kava ( #859 )
...
* [eth] Deploy to Kava
* [eth] Bump sdk/js package version
* [eth] Fix pre-commit
2023-06-07 15:29:03 +02:00
guibescos
11cb14ca76
Deploy neon ( #854 )
...
* Push
* Add config
* Sync up optimization for hardhat and truffle
2023-06-02 11:29:35 +01:00
Ali Behjati
1d59e9052b
[tilt] Fix issues ( #801 )
2023-05-05 15:31:57 +02:00
Ali Behjati
85b9c80e2a
[eth] Add Canto mainnet ( #751 )
...
* [eth] Add Canto mainnet
This deployment also enables contract rewards on canto. Since the
changed code is only specific to the Canto network and is used only
in initialization, only the diff is added as a file.
* Remove ds store
* Add some doc to deploying.md
2023-04-07 17:49:01 +02:00
Ali Behjati
71da520647
[eth] Deploy to Conflux eSpace ( #748 )
2023-04-07 16:23:20 +02:00
Ali Behjati
2db5a26752
[eth] Deploy to testnet Mantle ( #742 )
2023-04-04 13:34:32 +02:00
Ali Behjati
111b0fa09f
[eth] Deploy to meter ( #731 )
...
* [eth] Deploy to meter testnet
* Add mainnet
2023-03-31 18:51:18 +02:00
Cinque McFarlane-Blake
38a8c2831a
[evm] Deploy on Canto Testnet ( #725 )
...
* [evm] Deploy on Canto Testnet
* Redeploy
* Address feedbacks
---------
Co-authored-by: Ali Behjati <[email protected] >
2023-03-29 19:15:08 +02:00
Ali Behjati
272f11aac2
[eth] Redeploy shimmer testnet ( #724 )
2023-03-28 10:11:56 +02:00
Jayant Krishnamurthy
7dad38ea89
[evm] Deploy on Polygon ZkEVM mainnet ( #723 )
...
* [evm] Deploy on Polygon ZkEVM mainnet
* Trigger CI
* clippy
---------
Co-authored-by: Ali Behjati <[email protected] >
2023-03-27 08:18:09 -07:00
Jayant Krishnamurthy
c45664c951
[evm] Polygon ZKEVM deployment ( #711 )
...
* gr
* doc
* add zkevm deployment
* gr
* zkevm deployment
* add zkevm testnet
2023-03-22 13:04:47 -07:00
guibescos
156fb23f24
[evm] deploy neon devnet ( #693 )
...
* add evmos_testnet deployment files
* fix precommit
* Deploy to neon
* Precommit
* Add to evm-js
* Fix precommit
---------
Co-authored-by: Daniel Chew <[email protected] >
2023-03-14 22:48:46 -05:00
Daniel Chew
de0096efd4
[eth] add evmos mainnet ( #686 )
...
* add evmos mainnet
* add evmos to sdk
2023-03-14 18:12:49 +09:00
Daniel Chew
533181cc80
[eth] add evmos testnet ( #683 )
...
* add evmos_testnet deployment files
* fix precommit
* fix precommit
* bump
2023-03-14 14:11:23 +09:00
Ali Behjati
085f08055a
[eth] Add zksync mainnet ( #682 )
...
* [eth] Add zksync mainnet
Also adds verify url for shimmer testnet
* Bump client version
* Update dummy value
2023-03-13 09:12:46 +01:00
Ali Behjati
1771a8a98a
[eth] Add new testnets ( #669 )
...
- Add chiado (gnosis testnet) and shimmer testnet
- Add chiado and shimmer_testnet and base_goerli addr to js sdk
2023-03-08 10:01:05 +01:00
Ali Behjati
70c006176b
Add base goerli config ( #668 )
2023-03-08 09:48:24 +01:00
Jayant Krishnamurthy
bbe10ba553
[sdk] Move JS sdks into this repo ( #611 )
...
* move files to subdir and js sdk here
* update pointer
* fix move
* delete lib
* fix this
* gitignore
* aptos sdk
* gitignore
* terra js
* gitignore
* move price pusher
* add lib to gitignore
* move examples
* fix workflow
* gr
* contracts
* hm
* fix
* gr
* grrr
* fix dockerfile
* wtf
* fix
2023-02-22 13:44:42 -08:00