Skip to content

Commit

Permalink
Feature/solana-route-20241008 (#148)
Browse files Browse the repository at this point in the history
* init solana route

* update constants

* integrate mint interfaces

* fix deps error

* update the interfaces from ic-solana

* refactor handle_ticket and timer

* integration test and fix bugs

* update logs

* add http interface for log

* remove events

* update scripts

* update doc and scripts

* add get_fee_account

* add *.wasm.gz

* impl update token metadata

* update deps

* update wasm.gz files

* add transfer_to

* test http outcall transform

* confirm result via account info

* support retry

* check account status

* fix sig statue error

* update parameter

* refactor mint

* support proxy

* remove test key

* refactor account creating

* refactor route to hub

* update doc

* update scripts

* add solana assets

* update assets

* replace log mod

* refactor storage and log

* update log

* add devops method

* refactor seqs

* update devops

* add update_fee_account

* update token meta

* update meta

* update token png

* fix http error

* enable debug

* update devops

* update latest code and assets

* remove unnecessary code

* remove unnecessary files
  • Loading branch information
boern authored Oct 13, 2024
1 parent 1693e7d commit 9df08cd
Show file tree
Hide file tree
Showing 45 changed files with 9,614 additions and 785 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ dist/
*.out
*.txt
bitcoin_customs.wasm
*.wasm.gz
**/*.crt
**/*.csr
**/*.key
Loading

0 comments on commit 9df08cd

Please sign in to comment.