312 Commits

Author SHA1 Message Date
Donny
35b138db94 Fix minor stylistic issue in tracing documentation (#7901)
This pull request addresses a minor stylistic improvement in the documentation.

Signed-off-by: Donny <130464015+defitricks@users.noreply.github.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
2024-11-22 04:42:33 +00:00
Sally MacFarlane
ab12657f32 [CHANGELOG] Deprecation warnings for privacy, permissioning, PoW, fast sync (#7891)
* typo

* added deprecation for sunset group

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>

---------

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
2024-11-20 23:16:59 +00:00
Dmitry
37ea0282de Typo Update Private-Txns-Migration.md (#7870)
The phrase "private transaction created using v1.3.4" should be in the plural form: "private transactions created using v1.3.4".

Corrected.

Signed-off-by: Dmitry <98899785+mdqst@users.noreply.github.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
2024-11-19 06:33:06 +00:00
Dmitry
1895d44415 Typo Update trace_rpc_apis.md (#7868)
"ope.ex.mem" should be "op.ex.mem" — The abbreviation for "opcode execution" should be "op" rather than "ope."

Corrected.

Signed-off-by: Dmitry <98899785+mdqst@users.noreply.github.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
2024-11-08 15:03:43 +00:00
Cooper Mosawi
6e246ca4b0 fix opentelemetry (#7649)
Signed-off-by: Blue <bluebluesaku@gmail.com>
Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2024-09-20 17:13:16 +00:00
neowangreal
58bb931efe update link (#7506)
Signed-off-by: Neo <neowang725@gmail.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
2024-08-23 01:15:16 +00:00
vuittont60
694069a16c fix typos (#6368)
Signed-off-by: vuittont60 <81072379+vuittont60@users.noreply.github.com>
2024-01-09 10:27:24 +10:00
Antoine Toulme
cd66968b6d Add tracing support for internals and JSON-RPC (#1557)
* Add tracing support for internals and JSON-RPC

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>

* Remove rocksdb tracing as it slows down execution too much

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>

* Add B3 headers extraction on JSON-RPC requests

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>

* Remove traces around trie tree as they slow down syncing significantly

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>

* Add tracing to fast sync pipeline

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>

* Add tracing for all pipelines

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>

* Address code review

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>

* Add acceptance tests and break out the shaded dependency

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>

* Fix tracer id

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>

* Revert changes to trie

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>

* Upgrade otel to latest, remove old tracing

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>

* Code review comments

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
2021-01-04 11:11:13 -08:00
Antoine Toulme
dbc3fee7bb Add tracing agent to the build and default parameters in Dockerfiles (#1410)
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
2020-10-13 16:07:22 -07:00
MadelineMurray
620ed461ca Updated for 1.5 (#1082)
* Updated for 1.5

Signed-off-by: Madeline <madeline.murray@consensys.net>

* Edit

Signed-off-by: Madeline <madeline.murray@consensys.net>
2020-06-17 19:40:17 +10:00
MadelineMurray
8575e32f86 Added upcoming upgrade section (#937)
* Added upcoming upgrade section

Signed-off-by: Madeline <madeline.murray@consensys.net>

* Edit

Signed-off-by: Madeline <madeline.murray@consensys.net>

* rework

Signed-off-by: Madeline <madeline.murray@consensys.net>

* rework

Signed-off-by: Madeline <madeline.murray@consensys.net>
2020-05-21 11:29:57 +10:00
MadelineMurray
8f49cc9e9d Updated for privacy issue (#610)
Signed-off-by: Madeline <madeline.murray@consensys.net>
2020-03-30 13:00:58 +10:00
MadelineMurray
3968b3094d Added private txns migration content (#379)
Signed-off-by: Madeline <madeline.murray@consensys.net>
2020-03-12 16:44:53 +10:00
Lucas Saldanha
9fa9c858ea Private state update metadata and migration (#404)
(backport from release-1.4)
Private state update metadata and migration

Signed-off-by: Lucas Saldanha <lucas.saldanha@consensys.net>
2020-02-17 15:08:51 +13:00
Danno Ferrin
ae3bd0129e More trace fixes (#386)
* pop flat trace context when handling halts
* Better detection of precompiled and non-executed contracts
* correct from address when calling in init code
* fix some exotic nesting cases
* correct from field for init code calls at depth >1
* correct cost on a non-call
* changelog and notes

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
2020-02-12 10:31:52 -07:00
Felipe Faraggi
2c1a0cc64d Refactor/contributor content (#321)
* Contributor Content: complete refactor

- Deleted contributor files now hosted in wiki,
(CLI-STYLE-GUIDE.md, CODE-OF-CONDUCT.md, CODING-CONVENTIONS.md,
ROADMAP.md, SECURITY.md).
- Deleted old docs files in /docs folder (except readme for redirect).
- Refactored the root README.md with relevant content.
- Refactored the CONTRIBUTING.md file to simplify it with links to wiki.

* added contact developer advocate link
* small updates on README and CONTRIBUTING MDs.
* README updated.
* unified links for docs, jira, etc
* updated suggestions from PR comments
* updated links from comments
* updated links that still pointed to internal /docs
* LF wording and links

Signed-off-by: Felipe Faraggi <felipefaraggi@gmail.com>
Co-authored-by: Nicolas MASSART <NicolasMassart@users.noreply.github.com>
2020-01-30 17:53:14 +01:00
Joshua Fernandes
d6a2394e2d Migrating Pantheon to Besu (#1945)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-09-16 11:14:10 +10:00
Nicolas MASSART
eee210b26a remove the doc content and update contribution docs (#1822)
* remove the doc content and update contribution docs
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-08-07 18:49:56 +02:00
bgravenorst
994a064d66 Add a prerequisite for Orion, and update the genesis file name in the… (#1817)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-08-07 19:42:26 +10:00
Karim T
31bcecf605 [PAN-2927] Add documentation for getSignerMetrics (#1723)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-08-07 18:15:59 +10:00
bgravenorst
f3734b542c Update localhost link to include port number. (#1827)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-08-07 14:22:54 +10:00
bgravenorst
619ef24368 Update the command used to start nodes when configuring privacy. (#1810)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-08-06 09:09:41 +10:00
Nicolas MASSART
3df37ead00 exclude files that are not expected to be visible in the doc or not directly (#1806)
it prenvets some pages like developer/ and community/ pages that are not linked
in the nav but we did not decided yet what to do with to appear in the doc
search.

Files like includes for test accounts also don't have any reason to be accessed
directly.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-08-02 19:12:01 +02:00
MadelineMurray
4ebba6e1b8 priv_createPrivacyGroup parameters updated (#1796)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-31 17:14:58 +10:00
MadelineMurray
cb68bf6792 Yarn truffle update (#1792)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-30 22:56:50 +10:00
MadelineMurray
538db5d1f9 Updated docker docs for location of data path (#1790)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-30 22:41:59 +10:00
MadelineMurray
74c95db499 Updated priv_deletePrivacyGroup parameters (#1788)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-30 21:37:55 +10:00
MadelineMurray
05b1750914 Updated getPrivateTx parameter (#1787)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-30 20:39:16 +10:00
Nicolas MASSART
7ac889622f fix documentation formatting (#1779)
Double dashes have to be between backticks if you don't want them to be shown
as a long dash.

Code blocks increment needs to be done by two spaces at a time or it breaks.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-30 11:43:17 +02:00
bgravenorst
bd38bbb048 Added missing parenthesis to syntax and code example. (#1781)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-30 10:30:03 +10:00
MadelineMurray
f590c71e93 [PAN-2970] Added privacy group ID for sendRawTransaction (#1773)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-29 16:11:42 +10:00
MadelineMurray
cbf5966f17 Added content on Pantheon-extended privacy (#1771)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-29 15:56:28 +10:00
MadelineMurray
1d59f90486 [PAN-2936] Add section on EEA compliant privacy (#1769)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-29 15:08:48 +10:00
MadelineMurray
678bdec7f2 Added information on EEA-compliant and Pantheon-extended privacy (#1765)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-29 14:22:14 +10:00
MadelineMurray
10581e74a3 [PAN-2846] Added eea_getPrivacyPrecompileAddress (#1650)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-29 13:14:43 +10:00
MadelineMurray
ec4155cca4 Added content on deploying for production (#1774)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-29 12:46:24 +10:00
MadelineMurray
7854f08e2a Updated revert reason example (#1754)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-28 09:45:57 +10:00
bgravenorst
69e017e7a1 [PAN-2957] Add Java 11+ as a prerequisite for installing Pantheon using Homebrew. (#1755)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-28 09:12:13 +10:00
MadelineMurray
0da4160e01 Added privacy group methods for web3.js-eea (#1761)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-28 08:53:21 +10:00
MadelineMurray
1ccd3acbfe [PAN-2881] [PAN-2885] Updated onchain permissioning to include accounts and dapp (#1652)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-28 08:36:24 +10:00
MadelineMurray
286368bb7b Moved priv methods into priv section (#1770)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-28 08:15:09 +10:00
Nicolas MASSART
8128a7c34b fixes PAN-2958 list typo (missing new line) (#1742)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-26 15:53:16 +02:00
Josh Richardson
d9f35948be [PAN-2943] Renames various eea methods to priv methods, with associated docs (#1736)
* Renames various eea methods to priv methods, with associated docs

* Restructures packages

* Adds priv commandline switch

* Refactors eea_getTransactionCount and eea_getPrivateTransaction to priv

* Changes package structure and fixes TODO

* Remove whitespace

* Update docs with new method names

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-26 09:31:37 +10:00
Steven Gregg
d31dc58a4d Fixes PIE-1669 typo (#1763)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-26 01:33:00 +10:00
MadelineMurray
a8b5106034 [PAN-2845] Added eea_getPrivateTransaction (#1729)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-25 20:14:39 +10:00
MadelineMurray
2e848f069b Renamed HA section to make clearer what it is (#1750)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-25 19:39:53 +10:00
MadelineMurray
6185129dc7 Added note about private transaction nonce (#1740)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-25 10:03:07 +10:00
MadelineMurray
6c8fb7ad38 Add web3.js-eea reference doc (#1617)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-24 14:50:53 +10:00
MadelineMurray
1278bde762 Added eea_getTransactionCount (#1722)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-23 12:33:39 +10:00
MadelineMurray
de3b712567 Added permissioning webinar (#1717)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-22 18:13:21 +10:00