guibescos
a888ba318c
chore: env variables for rpcs ( #1407 )
...
* chore: env variables for rpcs
* Remove console log
2024-03-29 17:51:56 +00:00
guibescos
9328b73284
chore: publish xc-admin to ghcr ( #1406 )
...
* perf: use solana hash precompile
* chore: xc-admin push to ghcr
* Trigger CI
* Check
* Fix
* Fix boolean
* Fix env variable
* Go
* Push new worflow
* Cleanup
* Go:
* Add packages write
2024-03-28 18:24:52 +00:00
Ali Behjati
86c6ed259d
chore(target_chains/ethereum): add new networks ( #1397 )
...
Add metadata for the following networks:
- Parallel testnet and mainnet
- Polynomial testnet
2024-03-27 14:26:05 +01:00
guibescos
cf16fa3211
feat: add walletconnect ( #1392 )
2024-03-27 11:15:56 +00:00
Aditya Arora
6d3b5234f6
Added polygon_blackberry, optimism_celestia_raspberry,arbitrum_blueberry ( #1391 )
...
* Added 3 new chains
* pre-commit fix
* alphabetical
2024-03-26 16:36:46 -04:00
Ali Behjati
d03f25bfbf
fix(governance/xc_admin): add complete dependencies to the dockerfile ( #1369 )
...
Apparently xc-admin now also needs price service SDK because the
Solana receiver depends on it.
2024-03-18 20:22:30 +01:00
Ali Behjati
62b4b5a729
fix(governance/xc_admin): fix Dockerfiles ( #1368 )
...
xc-admin now depends on Solana receiver's SDK and the Dockerfiles should
include it in their build.
2024-03-18 20:13:29 +01:00
Ali Behjati
ab7560ad35
feat(governance/xc_admin): add initial support for solana receiver ( #1365 )
...
* feat(governance/xc_admin): add initial support for solana receiver
This change adds Solana Receiver IDL to xc-admin to support parsing
them in the xc-admin Frontend. Also adds two CLI commands to request
and accept governance authority transfer.
* chore: address comments
* chore: bump version
2024-03-18 20:00:43 +01:00
guibescos
8b1c29e81a
feat: transaction builder ( #1356 )
...
* Do it
* Remove some duplicate code
* Cleanup
* Cleanup
* Cleanup import
* Correct description
* Fix path
* Cleanup deps
* Unique
* Works
* Continue
* Lint
* Lint config
* Fix ci
* Checkpoint
* Checkpoint
* Gitignore
* Cleanup
* Cleanup
* Continue building the sdk
* build function
* Remove files
* Remove files
* Rename
* Refactor : make transaction builder
* Make commitment
* Move
* Progress
* Checkpoint
* Ephemeral signers 2
* Checkpoint
* Checkpoint
* Fix bug
* Cleanup idls
* Compute units
* Make program addresses configurable
* Handle arrays
* Handle arrays
* Move PythSolanaReceiver
* Cleanup constants
* Contants
* Refactor constants
* Gitignore refactor
* package lock
* Cleanup idl
* Add useful static
* Add useful static
* Add useful static
* Lint
* Add lint config
* Docs
* Comments
* Docs
* Don't touch this
* Readme
* Readme
* Cleanup
* Readme
* Fix
* address readme comments
* from pyth, not pythnet
* Add a couple more comments
* Rename cleanup to close
* Go go go
* Gogogo
* Go
* Fix readme
* Improve readme
* Nit
* Nits
* Refactor withClose
* Update comments
* Cleanup
* First rename
* Rename 2
* Improve error message
2024-03-15 12:11:22 +00:00
Aditya Arora
4534741d6e
chore(target_chains/ethereum): add manta_sepolia ( #1359 )
...
* chore(target_chains/ethereum): add manta_sepolia
* bumped up sdk version
2024-03-14 15:28:18 -04:00
guibescos
7b01f2a1f9
feat(xc_admin_frontend): add priority fees to approval/rejection ( #1353 )
...
* Make room for compute ixs
* Continue
* Fix syntax
* Checkpoint
* Cleanup
* Cleanup
* Go
2024-03-12 14:53:29 +00:00
Daniel Chew
23620cb217
fix footer placement ( #1351 )
2024-03-12 15:57:27 +09:00
Daniel Chew
51667f7af3
feat(xc-admin): add council address mapping ( #1348 )
...
* add council address mapping
* change filepath
* revert filepath
* add logs
* test
* fix
* hardcode path if env var not available
* remove logs
* update mapping
2024-03-12 12:37:17 +09:00
guibescos
926aa55f75
fix: Make room for compute ixs ( #1349 )
...
* Make room for compute ixs
* Continue
* Fix syntax
* Fix contract manager
* Go
* Refacotr import
2024-03-11 18:58:11 +00:00
Daniel Chew
a27eb9a026
feat(xc-admin): add priority fees support to xc-admin ( #1344 )
...
* refactor
* add priority fees to proposal creation
* style fix
2024-03-11 17:14:16 +09:00
Ali Behjati
182db58f83
chore(target_chains/ethereum): add new networks ( #1343 )
...
Add Mantle Sepolia, Merlin (testnet and mainnet), and Sei EVM devnet.
2024-03-07 20:59:55 +01:00
Daniel Chew
2bfbfed6ab
feat(xc-admin): add support for setMaxLatency instruction ( #1328 )
...
* Remove Substack link from SocialLinks component
* Update copyright year in Footer component
* fix useEffect dep
* add support for maxLatency
* update wallet interface
* fix
* fix
* revert import format
* fix
* fix
* fix
* fix
* update anchor to 0.29.0
* remove unneeded casts
2024-03-04 16:12:36 +09:00
Ali Behjati
be902e1248
fix: add solana-utils package to xc-admin frontend dockerfile ( #1339 )
2024-03-01 13:41:10 +01:00
Ali Behjati
8c0a79ccf1
fix(governance/xc_admin): Add solana_utils to xc-admin Dockerfile ( #1337 )
2024-03-01 12:54:30 +01:00
Ali Behjati
316816683e
chore(target_chains/ethereum): add Astar zkEVM mainnet network ( #1336 )
2024-03-01 11:40:33 +01:00
guibescos
e986b69c9a
feat(solana): js sdk ( #1307 )
...
* Do it
* Remove some duplicate code
* Cleanup
* Cleanup
* Cleanup import
* Correct description
* Fix path
* Cleanup deps
* Unique
* Works
* Continue
* Lint
* Lint config
* Fix ci
* Checkpoint
* Checkpoint
* Gitignore
* Cleanup
* Cleanup
* Continue building the sdk
* build function
* Remove files
* Remove files
* Rename
* Refactor : make transaction builder
* Make commitment
* Move
* Progress
* Checkpoint
* Ephemeral signers 2
* Checkpoint
* Checkpoint
* Fix bug
* Cleanup idls
* Compute units
* Make program addresses configurable
* Handle arrays
* Handle arrays
* Move PythSolanaReceiver
* Cleanup constants
* Contants
* Refactor constants
* Gitignore refactor
* package lock
* Cleanup idl
* Add useful static
* Add useful static
* Add useful static
* Lint
* Add lint config
2024-02-28 20:45:48 +00:00
Dev Kalra
38350421f6
chore(contract_manager): deploy price feed and entropy to blast ( #1324 )
...
* deploy blast price feeds
* deploy entropy on blast
* pre commit
* remove api key
* feedback
2024-02-28 19:36:23 +05:30
Amin Moghaddam
a4b9cb7471
chore(evm): new deployments ( #1312 )
2024-02-21 14:05:29 +01:00
Ali Behjati
cc7b57145b
chore(xc_admin/frontend): set pythnet max publishers to 64 ( #1305 )
...
* chore(xc_admin/frontend): set pythnet max publishers to 64
* chore: fix ci
2024-02-21 13:46:06 +01:00
guibescos
6a32844886
Go again ( #1290 )
2024-02-09 19:10:51 +01:00
Ali Behjati
99f6dd99fc
chore(ethereum): add new networks ( #1288 )
...
This change adds the configuration of the following new networks:
- Hedera new testnet and mainnet
- Injective inEVM tesntet and mainnet
- IDEX xChain testnet
It also updates the ethereum sdk README to outline Hedera special
behaviour around update fees.
2024-02-09 12:43:01 +01:00
guibescos
1d0d27ab3d
Revert pythnet ( #1271 )
2024-02-02 14:43:15 +00:00
guibescos
604e30ff75
Remove proposer squad ( #1273 )
2024-02-01 18:56:24 +00:00
Ali Behjati
f5b78e5a8c
chore: remove attester and price service ( #1272 )
2024-02-01 15:53:07 +00:00
Ali Behjati
f01d17e8ad
chore(ethereum): deploy to new networks ( #1270 )
...
also update the ethereum sdk js to include the newly deployed contracts
2024-02-01 12:38:05 +01:00
Dev Kalra
6870209f45
[xc_admin] print hex instead of number ( #1256 )
...
* print hex instead of number
* rename copypubkey
* add spaces
2024-01-29 22:29:30 +05:30
Dev Kalra
f7624d666f
[xc_admin_frontend] parse evm execute ( #1253 )
...
* parse evm execute
* add copy
2024-01-29 21:55:19 +05:30
Dev Kalra
f3ad917c6b
[contract_manager] Support for entropy and evm executor ( #1251 )
...
* Add EvmExecute structures for governance
* Add ExecuteAction file
* uint 256 (#1250 )
* Add in value field in ExecuteAction
* Add value arg in contract manager
* add tests for evm execute (#1252 )
* add tests for evm execute
* add tests for buffer layout
* remove unneccessary test
* accept admin and ownership payload
* rename to add entropy
* update comment
* address comments
* minor rename
---------
Co-authored-by: Amin Moghaddam <amin@pyth.network>
2024-01-29 17:40:53 +05:30
Dev Kalra
7db31aa7b5
[governance] add chain ids ( #1241 )
...
* add chain ids
* pre commit fix
2024-01-24 17:38:39 +05:30
guibescos
4abbbd1a46
Add rpc url override ( #1234 )
2024-01-23 12:05:10 +00:00
Ali Behjati
7529b053e3
chore(ethereum): add new networks
...
This change adds RPC configuration for Filecoin and Hedera and adds the
contract addresses for Filecoin.
2024-01-22 19:36:38 +01:00
Ali Behjati
b6c39ce7bb
chore(ethereum): deploy to new networks
2024-01-11 18:48:19 +01:00
Amin Moghaddam
cee5da93d8
Movement move ( #1211 )
...
* [contract manager] Implement WormholeAptosContract and integrate aptos cli with the manager
* Add getChainId for wormhole contracts
* Add movement contracts
* Simplify aptos cli
2024-01-11 12:35:52 +01:00
Amin Moghaddam
e1606a42b5
Add Base sepolia + some minor improvements ( #1202 )
...
* Add base sepolia
* Fix broken rpc urls
* Small fix
2024-01-03 11:30:17 +01:00
Amin Moghaddam
51d23a2f52
chore(eth) Add zksync-sepolia ( #1190 )
2023-12-18 10:29:59 +01:00
guibescos
1d82f92d80
[xc-admin] Add activate button for drafts ( #1183 )
...
* add proposals
* Revert
* rename
* Add waiting before retrying
* Increase retries, add time between retries
* Bump retries to 10
* Do it
* Update
2023-12-13 22:32:01 +07:00
guibescos
f12df1528b
Update wormhole endpoint ( #1171 )
2023-12-09 00:54:38 +07:00
Amin Moghaddam
8adac4344f
chore(eth) Add bttc ( #1172 )
...
* chore(eth) Add bttc
2023-12-08 22:56:16 +08:00
guibescos
003cba26d6
[xc-admin-proposer] Handle RPC errors ( #1167 )
...
* Fix server
* Add some comments
2023-12-06 13:27:56 +07:00
guibescos
e6d04f9914
Names ( #1164 )
2023-12-04 19:53:57 +07:00
guibescos
5de008fb92
Add staking program and mesh program to xc-admin UI ( #1157 )
...
* Do it
* Small bug
* Fix CI
* Address comments
2023-12-04 14:37:34 +07:00
Amin Moghaddam
8a98279fb2
chore(eth) deploy to mode ( #1159 )
2023-12-03 13:20:38 +03:30
guibescos
57b1367b91
Add staking instructions to xc-admin ( #1160 )
...
* Do it
* Add xc-admin-cli command for proposing deactivate-stake instructions
* Cleanup
---------
Co-authored-by: Thomaz Leite <thomaz@pyth.network>
2023-12-02 01:55:51 +00:00
Jayant Krishnamurthy
99be611684
[stacks] Add constants for Stacks ( #1158 )
...
* add constants for stacks
* di
2023-11-30 11:57:15 -08:00
guibescos
f1bec26581
Do it ( #1155 )
2023-11-29 17:12:10 +00:00