Commit Graph

2 Commits

Author SHA1 Message Date
jumpsiegel f90ed66ca0
Stub out algorand support in wormhole (#611)
* Stub out algorand support in wormhole

  1) Introduce the algorand chain constant in all the appropriate places
  2) Deploy pyth/hernandc algorand smart contracts into devnet
  3) Fund all the correct contracts for devnet testing

Change-Id: I6e4402b5b21223b32ea89653f8c7606f5c7f2843

* pr/jsiegel/algorand-v1: ALGORAND is not a EVM chain @ gusc1a-ossdev-jsl1

* pr/jsiegel/algorand-v1: fix lint @ gusc1a-ossdev-jsl1

* pr/jsiegel/algorand-v1: put the requirements into the image @ gusc1a-ossdev-jsl1

* jsiegel/algorand: make the watcher hang forever @ gusc1a-ossdev-jsl1

* jsiegel/algorand: comment these out @ gusc1a-ossdev-jsl1

* jsiegel/algorand: put this back in @ gusc1a-ossdev-jsl1

* jsiegel/algorand: fix guardian example @ gusc1a-ossdev-jsl1

* Generate teal source code

commit-id:a537a109

* jsiegel/algorand: it builds @ gusc1a-ossdev-jsl1

* pr/jsiegel/algorand-v1: add Dockerfile.teal @ gusc1a-ossdev-jsl1

* jsiegel/algorand: improve the dependencies @ gusc1a-ossdev-jsl1

* pr/jsiegel/algorand-v1: Fix up build @ gusc1a-ossdev-jsl1

* dead file

* pr/jsiegel/algorand-v1: remove more stuff @ gusc1a-ossdev-jsl1

* pr/jsiegel/algorand-v1: fix build @ gusc1a-ossdev-jsl1

* pr/jsiegel/algorand-v1: freeze the requirements @ gusc1a-ossdev-jsl1

* pr/jsiegel/algorand-v1: Fix teal to use pipenv @ gusc1a-ossdev-jsl1

* pr/jsiegel/algorand-v1: fix miss-merge @ gusc1a-ossdev-jsl1

Co-authored-by: Leo <leo@certus.one>
2021-12-22 11:22:04 -05:00
Leo 149a506c73 Add 'staging/algorand/' from commit '6ed163b8bdc40d18acf55deccf9805e51241626f'
Pulls in the algorand repo using git-subtree, allowing us
to later merge in changes from their upstream repo.

Import of the subtree:

    git subtree add --prefix staging/algorand git@github.com:randlabs/PricecasterService.git dev-wormhole
    git commit --amend --allow-empty  # add Change-Id footer

Push everything minus the merge commit to a temporary branch,
then make a Gerrit review for this one:

    git push gerrit 6ed163b8bdc40d18acf55deccf9805e51241626f:refs/heads/pricecaster
    git push gerrit HEAD:refs/for/dev.v2%r=josh

Temporary Gerrit ACL for the pricecaster branch to bypass review:

+[access "refs/heads/pricecaster"]
+	push = +force group user/Leopold Schabel (leo)

git-subtree-dir: staging/algorand
git-subtree-mainline: cb9c65b421
git-subtree-split: 6ed163b8bd
Change-Id: Ib2085a4a2b4a9dbf4ca55aa0b43452f8ccb12e8a
2021-12-01 13:16:52 +01:00