laconicd/docs/basics
Guillermo Paoletti 282eb13a6f
rpc: implement internal debug_ API namespace functions (#313)
* API Hello World

* Added all the debug functions + more data to try implementing the GC functions

* Getting transactions information

* Added cpu profile first approach functions

* new struct for cpuprofile and read filename from params

* cpuprofile, gcstats and memstats

* added comment

* All endpoints returns error instead of string

* Code cleanup

* Changed errors messages to match go-eth returns

* Removed activated flag and just using the file to check if it's running

* Added new endpoints to the json_rpc.md file

* GoTrace debug endpoints added

* Block profile endpoint added

* missing goeth calls

* added debug logs

* divide debug and internal api

* Using ExpandHome on server configuration

* Added rpc changes to changelog

* Logging go trace status

* Removed logger functions and moved logger errors to debug

* Added more logs to go trace

* Added more datailed changelog

* Removed trace debug api interface

* added comments

* cleanup

* Updated changelog

* disable lint on cpuprofile rename

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* return error in StopCpuProfile

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* return error in StopGoTrace

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* implement suggested changes

Co-authored-by: ramacarlucho <ramirocarlucho@gmail.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2021-07-20 12:50:17 +00:00
..
img change photon to aphoton (#476) 2020-08-31 12:40:53 -04:00
accounts.md chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
gas.md docs: updates (#590) 2020-11-12 20:42:24 +01:00
hard_spoon.md docs: updates (#590) 2020-11-12 20:42:24 +01:00
json_rpc.md rpc: implement internal debug_ API namespace functions (#313) 2021-07-20 12:50:17 +00:00
photon.md docs: JSON-RPC methods (#520) 2020-09-23 10:35:53 -03:00
README.md docs: updates (#590) 2020-11-12 20:42:24 +01:00
transactions.md docs: updates (#590) 2020-11-12 20:42:24 +01:00

Basics

This repository contains reference documentation on the basic concepts of Ethermint.

  1. Accounts
  2. Gas and Fees
  3. Lifecycle of a transaction
  4. Photon
  5. JSON-RPC Server
  6. Hard Spoon

After reading the basics, head on to the Core Reference for more advanced material.