- Mar 10, 2022
-
-
Alex Sharov authored
-
Vox authored
* Fix forced --port=0 and warn user of hard-coded flags * Fix typo * Check for port explicitly set, be verbose about it Co-authored-by:
0xVox <ohnoyoudont@nottoday.com>
-
Alex Sharov authored
-
- Mar 09, 2022
-
-
leonardchinonso authored
* Adding contract code for event logs subscription * Saving changes * gofmt'd files * Setting up devnet test tool for log subscription testing * Fixed lint errors * Changes to debug case * fixed linting * Committing debugging changes * Finalised contract tx creation and mining * Fixed lint errors * Made base fee upper limit a constant
-
ledgerwatch authored
* Optimise compressor * Update erigon-lib * Update * Update * Update * Update to erigon-lib main Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
- Mar 08, 2022
-
-
Alex Sharov authored
* save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * a * a * a * a * a * a * fefefe * fefefe * fefefe * fefefe * fefefe * fefefe * fefefe * fefefe * fefefe * fefefe * fefefe * fefefe * fefefe * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save * save
-
Alex Sharov authored
* save * save
-
- Mar 07, 2022
-
-
Alex Sharov authored
* add nosqlite tag * save * save * save
-
Enrique Jose Avila Asapche authored
-
- Mar 05, 2022
-
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
Zachinquarantine authored
* Update index.rst * Update handler.go
-
Alex Sharov authored
-
- Mar 04, 2022
-
-
Alex Sharov authored
* save * save * save
-
Alex Sharov authored
-
Alex Sharov authored
-
battlmonstr authored
The command builds were always using the root go.mod. Adding cmd/mycmd/go.mod produced an "package not found" error. This changes the build to run in the cmd/mycmd directory: * If cmd/mycmd/go.mod is present, it is used. * Otherwise it builds the main package using the root go.mod as before.
-
- Mar 03, 2022
-
-
yperbasis authored
-
Andrew Ashikhmin authored
* Fix typo * fix typos * Handle corner case when unwinding to geneis * No-op ForkChoice
-
battlmonstr authored
Encode and hash logic was duplicated in multiple places. * Move encoding to p2p/discover/v4wire * Move hashing to p2p/enode/idscheme * Change newRandomLookup to create a proper random key on a curve.
-
battlmonstr authored
* get chain config, genesis hash and network ID by chain name in params/config * get genesis block chain name in core/genesis
-
Andrew Ashikhmin authored
* Bump storage space recommendation to 4TB. * OK, 3TB instead of 4TB * SSD performance deteriorates when close to capacity
-
Alex Sharov authored
-
- Mar 02, 2022
-
-
Andrew Ashikhmin authored
* Expose port 8551 (authenticated Engine API) * Expose eth API on the same ports as engine API
-
- Mar 01, 2022
-
-
battlmonstr authored
log.Warn/Error uses "err" key to log errors in most places. This renames "error" to "err" in some places to adhere to this convention.
-
Enrique Jose Avila Asapche authored
* added stateOverride type * solved import cycle * refactoring * imported wrong package * fixed Call arguments * typo * override for traceCall
-
- Feb 28, 2022
-
-
Giulio Rebuffo authored
* jwt * fuuuuture * added auth * merge * merge * Update jwt to the latest version * ops * comments * cleanup * bad * gut * maybe * mod sum Co-authored-by:
yperbasis <andrey.ashikhmin@gmail.com>
-
- Feb 26, 2022
-
-
Alex Sharov authored
-
mohoff authored
* chore: alloc file for dev chain * chore: fix lint issue Co-authored-by:
Moritz Hoffmann <moritz@btcx.com>
-
- Feb 25, 2022
-
-
Enrique Jose Avila Asapche authored
* added isFake * using isFake instead of checkNonce * Revert "using isFake instead of checkNonce" This reverts commit 6a202bbcdda666677fc93744549046432fae18b6. * Revert "added isFake" This reverts commit 2c4802488afde25ac583c6af6e6778cfa90c4dcd. * only checking EOA if we are checking for Nonce
-
Alex Sharov authored
* save * save
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
- Feb 24, 2022
-
-
Giulio Rebuffo authored
* PrevRandao Renaming * lint
-
battlmonstr authored
Refactor cmd targets to use a common implicit rule recipe. Change "make all" to include them all.
-