guibescos
ecf347909f
chore(solana): use instruction builders ( #1415 )
2024-04-04 11:11:31 +01:00
guibescos
050b8275f7
feat(price_pusher): solana price pusher ( #1408 )
...
* Checkpoint
* Checkpoint
* Checkpoint
* Checkpoint
* fix: pusher
* Checkpoint
* Works
* fix: pass pusher program id
* Add docs
* 0.1.0
* Bump npm package
* Go
* Comment
* Add customizable shard id
* Allow configurable priority fees
2024-04-03 15:42:44 +01:00
guibescos
866b6a5b4b
feat: pyth pull-based push oracle ( #1370 )
...
* feat: implement oracle instance
* Go
* Remove key
* Go
* Add instance id, fix conditional deser
* Go
* Rename
* Revert changes to cli
* Checkpoint
* Cleanup deps
* Refactor tests
* Cleanup deps
* Write test
* Fix comment
* Shard id
* ADd tests
* Extract common test utils
* Fix test
* Better name
* Cleanup
* Instance -> shard
* Update test
* Make shard id a u16
2024-04-01 14:43:47 +01:00
guibescos
0e6484daca
perf: use solana hash precompile ( #1400 )
2024-03-27 15:39:43 +00:00
guibescos
f31ef9e812
docs: update solana readme, add rust sdk readme ( #1387 )
...
* docs: update solana readme, add sdk readme
* Clarify
* Created -> posted
* Cleanup
* Readmes
* More comments
* Typo
2024-03-25 12:31:40 +00:00
guibescos
a8d88fb1a1
chore: bump js sdk ( #1380 )
...
* chore: bump js sdk
* Go
2024-03-22 16:03:16 +00:00
guibescos
6fbe59ad28
chore: no star dependency ( #1384 )
2024-03-22 14:37:53 +00:00
guibescos
981d2d0fdd
Add description ( #1383 )
2024-03-22 13:56:42 +00:00
guibescos
5ef1ff097a
Bump toolchain: ( #1382 )
2024-03-22 12:18:44 +00:00
guibescos
495a2e96b8
chore: add licenses before publishing ( #1379 )
2024-03-21 19:00:37 +00:00
Ali Behjati
f2d5bdc842
chore(target_chains/solana): add verifiable build script ( #1378 )
...
This change adds a Dockerfile based on Anchor's default verifiable
build dockerfile and a script to build the program using that
Dockerfile. The script also prints the sha256sum of the program which
can be used to verify on-chain deployments.
2024-03-21 19:07:17 +01:00
guibescos
4ffeb9f265
chore: use published version of wormhole packages ( #1375 )
...
* Go
* 0.1.0
2024-03-20 20:18:04 +00:00
guibescos
1e5df8537a
feat: add posted slot ( #1372 )
...
* feat(solana): add posted slot
* chore: run pre-commit
* Go
* Fix rebase
* Fix test
* Go
2024-03-20 19:38:33 +00:00
guibescos
f79f205895
feat: separate write-authority from payer ( #1373 )
...
* feat: separate write-authority from payer
* test: update tests
* fix: typo
2024-03-20 19:04:34 +00: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
a007a088ed
fix: release price service sdk ( #1363 )
...
* Go
* 0.1.0
* Clean
* 0.1.1
* Bump
* Go
2024-03-15 19:24:14 +00:00
guibescos
81ff71c8d8
chore: release solana pull oracle sdks ( #1361 )
...
* chore: release rust sdk for solana receiver
* Go
* Publish pythnet sdk
2024-03-15 19:14:20 +00:00
guibescos
6bea697a78
fix: constrain @pythnetwork/price-service-sdk in @pythnetwork/pyth-solana-receiver ( #1362 )
...
* Clean
* 0.0.2
* 0.0.3
* Yes:
* Cleanup
2024-03-15 16:50:08 +00:00
guibescos
854f804d18
chore: release solana pull oracle packages ( #1360 )
2024-03-15 14:39:37 +00: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
guibescos
16cc46e60a
docs: code docs for solana sdk ( #1330 )
...
* 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
2024-03-13 14:28:17 +00: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
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
guibescos
ddf04637c5
fix: solana audit 3 ( #1334 )
...
* Audit 3
* Go
* Move it before sig verification
* Comment
2024-03-01 19:24:49 +00:00
guibescos
e0f94ee164
Pay treasury rent ( #1333 )
2024-03-01 17:59:39 +00:00
guibescos
7bf2782da2
fix: audit feedback 1 ( #1331 )
...
* Audit 1
* Pin wh sdk
* Typo
* Typo
* Add constraint to initialize
2024-03-01 17:57:29 +00:00
guibescos
f9de5430d1
Move deps to the workspace level ( #1332 )
2024-03-01 13:24:41 +00:00
Amin Moghaddam
47470860bf
fix(solana-receiver-js): Add test script to make prepublishOnly work ( #1327 )
2024-02-29 09:45: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
guibescos
8f289307e6
feat(solana) : rust sdk ( #1303 )
...
* Continue
* Use this
* Try error conversion
* Stop moving
* Fix bug
* Try another version
* Another sdk update
* Clarify errors
* Errors
* Add errors
* Docs
* More unit tests
* Another unit test
2024-02-22 16:15:56 +00:00
guibescos
26a3ebbfd7
refactor(solana): separate anchor state to another crate ( #1302 )
...
* Finish refactor
* Move constant
2024-02-20 12:07:57 +00:00
guibescos
3cc017e71b
[Solana] improve script ( #1282 )
...
* Test
* Fix idl
* Cleanup
* Improve script
2024-02-08 12:44:51 +00:00
guibescos
8f62566dbb
[solana] Fix idl ( #1279 )
...
* Test
* Fix idl
* Cleanup
* Add the script
2024-02-06 11:36:19 +00:00
guibescos
3555b9a976
Rename to singular ( #1276 )
2024-02-02 14:27:47 +00:00
guibescos
b2c90a310d
[Solana] Load balance treasury ( #1267 )
...
* Checkpoint
* Checkpoint
* Cleanup
* Checkpoint, debug
* Go
* Checkpoint
* Fix
* Add new error and test
* Cleanup
* Add another test
* Keep adding errors
* Another test
* Add comment
* More
* Do it
* Again
* Nice
* Checkpoint
* Checkpoint
* Nice
2024-02-01 16:27:35 +00:00
guibescos
7e65fd6597
[solana] reclaim rent ( #1266 )
...
* Checkpoint
* Checkpoint
* Cleanup
* Checkpoint, debug
* Go
* Checkpoint
* Fix
* Add new error and test
* Cleanup
* Add another test
* Keep adding errors
* Another test
* Add comment
* More
* Do it
* Again
* Nice
* Ship it
2024-02-01 15:51:24 +00:00
guibescos
1871ca1bf3
[Solana] More tests ( #1263 )
...
* Checkpoint
* Checkpoint
* Cleanup
* Checkpoint, debug
* Go
* Checkpoint
* Fix
* Add new error and test
* Cleanup
* Add another test
* Keep adding errors
* Another test
* Add comment
* More
* Do it
* Again
* Nice (#1265 )
* Test governance
* Fix
2024-01-31 16:53:48 +00:00
guibescos
2ab72d994d
[solana] Add wrong vaa tests ( #1262 )
...
* Checkpoint
* Checkpoint
* Cleanup
* Checkpoint, debug
* Go
* Checkpoint
* Fix
* Add new error and test
* Cleanup
* Add another test
* Keep adding errors
* Another test
* Add comment
* Rename
* Rename
2024-01-31 14:16:43 +00:00
guibescos
b0c6497fca
[solana] Solana tests 2 ( #1255 )
...
* Checkpoint
* Checkpoint
* Cleanup
* Checkpoint, debug
* Go
* update comment
* Add ci
* Update solana workflow
* Rename create_guardians
* Signatures
* Add some randomness
* Add randomness
* More randomness
* Do it
* Fix some clippies
* Change trim signatures
2024-01-30 13:55:23 +00:00
guibescos
e1db4aad65
[rust] Remove serde_wormhole patch ( #1249 )
...
* Do it
* Do it
2024-01-25 20:05:07 +00:00
guibescos
112db1d69e
[Solana] Elevate wormhole core bridge dependency to workspace, stop using my branch ( #1228 )
...
* Do it
* Do it
2024-01-17 15:56:54 +00:00
guibescos
d3ed683b91
[Solana] tests ( #1226 )
...
* Checkpoint
* Checkpoint
* Checkpoint
* Nice
* Finally works
* Cleanup
* Cleanup
* Cleanup
* Cleanup
* Checkpoint
* Works
* Final cleanup
* Remove async
* Continue
2024-01-17 15:46:31 +00:00
guibescos
43bc28d000
[Solana] readme update ( #1217 )
...
* Reuse accounts
* Readme update
* Readme udpate
* revert this one
2024-01-09 12:10:33 +00:00
guibescos
a94194184b
[solana] Reuse accounts ( #1216 )
...
* Reuse accounts
* add comment
2024-01-08 20:08:55 +00:00
guibescos
0ce4c4c8fe
Fix it ( #1215 )
2024-01-08 20:04:31 +00:00
guibescos
e388281dc0
[solana] Fix guardian set owner bug ( #1214 )
...
* Fix the owner bug
* Remove seeds in context
2024-01-08 19:58:28 +00:00
guibescos
c1cc7127c2
Use official wormhole, introducing VerificationLevel ( #1212 )
...
* Do it
* Do it
* Cleanup deps
* Delete this
2024-01-08 19:03:30 +00:00
guibescos
3458dd5b7d
[solana] Post update atomic ( #1210 )
...
* Post update atomic
* Checkpoint cli
* Fix bug
* Atomic
* Cleanup
* Cleanup
* Cleanup
* Cleanup
* Comment
* Add wormhole errors
* refactor trim signatures
2024-01-08 14:27:03 +00:00
guibescos
1778871b8b
[solana] Post price with 13 signature verifications in 2 transactions ( #1209 )
...
* Rebalance transactions so you can post an update in two transactions
* Remove magic number
* Cleanup
* Cleanup
* Add comment
2024-01-05 17:41:35 +00:00
guibescos
6f3dd5cd10
[solana-reciever] update docs ( #1192 )
...
* Docs
* Fix
* Do it
* Address feedback
2023-12-18 21:56:02 +07:00