 Justin ThompsonandFederico Kunze
|
e3f3619caf
|
docs: JSON-RPC methods (#520)
* RPC method docs
* forgot readme
* cleanup
* add table and fill in missing details
* update table
* fix tip block
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
|
2020-09-23 10:35:53 -03:00 |
|
 Justin ThompsonandFederico Kunze
|
22788e8ce2
|
docs: remove npm (#500)
* change to yarn
* missing entities
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
|
2020-09-22 05:09:11 -03:00 |
|
Federico Kunze
|
b485542b0b
|
types: support eth hex address on accounts (#502)
* types: support eth hex address on accounts
* changelog
* doc update
* add note for keyring output
|
2020-09-08 10:57:49 -03:00 |
|
 Federico Kunzeandnoot
|
d3529dd959
|
types: update account pubkey JSON to string (#494)
* types: update account pubkey JSON to string
* changelog
* Update app/ethermint.go
* tests
* update
* fix secp256k1 public key formatting (#501)
* use Compress and Decompress pubkey for secp256k1 keys
* cleanup
* update estimate gas test
* comments
Co-authored-by: noot <36753753+noot@users.noreply.github.com>
|
2020-09-07 10:04:50 -03:00 |
|
 Justin ThompsonandFederico Kunze
|
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 |
|
Federico Kunze
|
8a3692e174
|
Fix BIP44 coin type (#480)
* fix docsearch
* update BIP44 coin type
* changelog
* set HD path
|
2020-08-28 11:35:10 -04:00 |
|
Federico Kunze
|
6307ba9d28
|
fix docsearch (#479)
|
2020-08-28 09:17:35 -04:00 |
|
Federico Kunze
|
c61e6a6b1d
|
algolia docsearch (#475)
|
2020-08-27 11:08:42 -04:00 |
|
 
|
23b3cbfd6c
|
docs: cloud testnet guide (#467)
* push node to testnet doc
* minor change
* ssh version
* Change to ssh way of doing it
* address comments
* missed change
* merge docs
* npm updates
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
|
2020-08-26 06:11:53 -04:00 |
|
 wellplayandFederico Kunze
|
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 |
|
 Adrian ScottandFederico Kunze
|
d2fbeed75b
|
Minor grammar fixes (#469)
Fixed some minor grammatical errors
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
|
2020-08-25 04:16:45 -04:00 |
|
Cyrus Goh
|
c12681a65a
|
docs: Docs theme bump, Algolia DocSearch (#470)
* update icon-rocket color
* replace intro icon
* update bg color, ethereum-intro
* comment out themeConfig.algolia
* ui tweaks
* update bg color for rocket card
* clean up config.js, algolia config
* bump docs theme to 1.0.172
|
2020-08-25 04:13:41 -04:00 |
|
Federico Kunze
|
28fd339265
|
docs: fix npm dependency (#468)
* changelog
* docs: fix dependency
|
2020-08-24 16:21:45 -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 ThompsonandFederico Kunze
|
defcad2bcd
|
fix docker build (#437)
* fix docker build
* docs
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
|
2020-08-10 14:10:33 -06:00 |
|
dependabot[bot]
|
bba6d880d1
|
build(deps): bump prismjs from 1.20.0 to 1.21.0 in /docs (#436)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-08-10 03:31:57 -04:00 |
|
Federico Kunze
|
27dc867cdd
|
fix port assignment for Docker testnet (#432)
|
2020-08-05 12:39:03 -04:00 |
|
Justin Thompson
|
bcca24f752
|
change binary name (#431)
|
2020-08-05 11:17:50 -04:00 |
|
 Daniel ChoiandFederico Kunze
|
18a710b552
|
expose ws port for testnet (#428)
* expose ws port
* include jsonrpc and ws docs
* Apply suggestions from code review
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
|
2020-08-04 17:46:41 -04:00 |
|
   
|
375a7a074d
|
local testnet command (#378)
* evm: fix non-determinism
* fixes
* typo
* fix tests
* local testnet command
* fix testnet cmd (#383)
fix export-eth-key
generate eth type account in genesis.json file
* fixes
* update docker
* minor changes
* fix build-docker-local-ethermint
* fix dockerfile
* update Makefile
* update denoms
* update genesis file
* update makefile
* fix docker-compose.yml images
* fix localnet execution (#398)
* finish documentation
* changelog and comment rpc tests workflow
* update codecov
* update testnet docs
* fix docker-compose execution
* update docs
* fix errors and make testnet work (#403)
* fix errors and make testnet work
* Update Dockerfile
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* wip - fix db
* fixes emintd nodes and syncs nodes
* starts daemon and rpc server in bg
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
* update entrypoint and docs
* update logs
* try fix rpc
* build docker image
* Update Dockerfile
Co-authored-by: Holechain <nrgh@foxmail.com>
Co-authored-by: Alessio Treglia <quadrispro@ubuntu.com>
Co-authored-by: Daniel Choi <choidanielw@gmail.com>
|
2020-07-31 17:42:04 -04:00 |
|
 nootandFederico Kunze
|
7b4f712f66
|
docs: add remix guide (#413)
* working on remix guide
* add remix guide
* Apply suggestions from code review
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
|
2020-07-26 15:45:09 -04:00 |
|
 dependabot[bot]andFederico Kunze
|
e0d3655eed
|
build(deps): bump lodash from 4.17.15 to 4.17.19 in /docs (#400)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
|
2020-07-21 06:47:31 -04:00 |
|
Federico Kunze
|
bdf9cec9f9
|
bump lodash version on docs/ (#397)
|
2020-07-20 13:25:31 -04:00 |
|
 
|
1a72622b06
|
docs: truffle guide (#394)
* add truffle guide, update broken links
* cleanup
* update guide
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
|
2020-07-20 03:25:29 -04:00 |
|
Federico Kunze
|
5ba8ce4605
|
testnet docs (#393)
* testnet docs
* more updates on quickstart docs
* update quickstart
* more updates
* update quickstart
* final touches
* update lint
|
2020-07-17 14:07:05 -04:00 |
|
Federico Kunze
|
5768706917
|
docs: fixes and websockets guide (#361)
* docs: fixes and websockets guide
* minor fixes
|
2020-07-06 12:56:02 -04:00 |
|
  
|
d4fe9b234c
|
docs: vuepress setup and section titles (#311)
* vuepress
* docs: vuepress setup and TODOs
* doc scripts
* update Makefile and gitignore
* more docs updates
* gitignore
* metamask instructions
* update image
* updates
* updates from call
* docs: vuepress config and home.vue (#350)
* update uncles return (#337)
* x/evm: fix EndBlock consensus failure (#334)
* add test for sending tx w/ 21000 gas
* improve rpc transfer test
* use ctx in EndBlock
* UpdateAccounts and ClearStateObjects with passed in context
* log ethereum address on error
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
* update Ethermint color variables
* add header and footer logo
* tweak config.js
* WIP custom homepage.vue
* add layout to docs/README
* update color variables
* add eth logo black and white
* tweak docs/README
* update logo and logo-bw svg
* bump 1.0.167
* homepage → home
* add icon-code, icon-rocket
* layout: home, remove configurable frontmatter: label, read, use
* clean up config.js
* bump 1.0.168
* fix missing comma from resolving conflicts
* update sidebar, config nav, path
* remove left whitespace on the header and footer logos
* clean up home.vue, docs/README
* update ethermint forum url in footer.links
* comment out custom true to enable searchbar in subpages
* remove external link icon for Guides
* comments, revert custom true
* clean up config.js, add specifications icon
Co-authored-by: noot <36753753+noot@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
* final touches
Co-authored-by: Cyrus Goh <hello@lovincyrus.com>
Co-authored-by: noot <36753753+noot@users.noreply.github.com>
|
2020-07-02 04:22:45 -04:00 |
|
Alexander Bezobchuk
|
a3619584f8
|
TX Routing Refactor (#496)
|
2018-11-28 14:19:22 -08:00 |
|
Aleksandr Bezobchuk
|
955a10a478
|
Add EVM module stub
|
2018-10-24 09:46:42 -04:00 |
|
Aleksandr Bezobchuk
|
8ca5a1c043
|
Update tx spec doc
|
2018-08-30 17:55:45 -04:00 |
|
Aleksandr Bezobchuk
|
e99e02908f
|
Update tx spec doc
|
2018-08-24 08:46:58 -07:00 |
|
Aleksandr Bezobchuk
|
5850586e2d
|
Merge branch 'bez/468-initial-docs' of github.com:cosmos/ethermint into bez/468-initial-docs
|
2018-08-22 14:05:39 -04:00 |
|
Aleksandr Bezobchuk
|
38c228cc1a
|
Address PR reviews in regards to transaction sigs
|
2018-08-22 09:53:27 -04:00 |
|
Jack Zampolin
|
94b84b484c
|
Change copy in intro/README
|
2018-08-20 19:21:02 -07:00 |
|
Aleksandr Bezobchuk
|
63c160977b
|
Add transaction doc/spec
|
2018-08-20 08:33:08 -04:00 |
|
Aleksandr Bezobchuk
|
8f58d23a99
|
Implement into documentation
|
2018-08-16 12:05:14 -04:00 |
|