Commit Graph

10 Commits

Author SHA1 Message Date
Federico Kunze
a924b20091
update chain-id format (#542)
* chain_id.go

* rpc changes

* update scripts

* additional test

* changelog

* fix tests

* update script

* rpc updates

* validate testnet command chain-id

* validate rest server chain-id

* fix lint

* rpc updates

* changelog

* comment simulations
2020-09-24 14:50:47 -03:00
Daniel Choi
5a29e808d3
deploy network and contract (#395)
* deploy network and contract
* update binary names
* install deps
* contract script
* use POST req to sent tx
* add github actions
* fix lint
* update makefile
* go mod verify and tidy
* define amount on gentx
* gitignore
* install solcjs
* install tools, clean up, fix deployment
* include make contract-tools
* use node in actions env
* fix binary path

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
2020-09-08 15:25:16 -07:00
Justin Thompson
4344dc10c7
change photon to aphoton (#476)
* change photon to aphoton

* fix test

* photon docs

* update doc

Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
2020-08-31 12:40:53 -04:00
wellplay
98610e4999
fix ethermintcli->keys add algo flag defValue (#466)
* fix ethermintcli->keys add algo flag defValue

* fix documentation and scripts

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-08-25 05:06:47 -04:00
Federico Kunze
a243f43fe2
crypto: add keyring supported algorithms (#439)
* add keyring supported algorithms

* lint

* minor updates

* use eth_secp256k1 as the default signing algo

* add flag

* derivation func

* refactor

* rename keys amino registration

* fix keys

* address comments from review
2020-08-11 11:01:15 -04:00
Justin Thompson
bcca24f752
change binary name (#431) 2020-08-05 11:17:50 -04:00
Federico Kunze
5d15be6adb
update init script (#309)
* update init script

* rename faucet cmd
2020-05-20 17:29:26 -04:00
noot
bf1e2d3cdc
update key name in init.sh (#243) 2020-04-08 15:00:30 -04:00
Jay B Payne
eaaae0e3fd
update init.sh script (#241)
Changed the removal lines to removed everything using a wildcard
Changed the the common parameters into variables

Fixes #238
2020-04-06 16:11:52 -04:00
billy rennekamp
85019f2283
added init script with test password (#228)
* added init script with test password

* added make install

* update README
2020-03-18 08:42:46 -04:00