- Dec 04, 2021
-
-
Jaynti Kanani authored
-
- Dec 03, 2021
-
-
Arpit Temani authored
-
Arpit Temani authored
-
Arpit Temani authored
-
Arpit Temani authored
* read from genesis file * add: set code in finalize and assemble * new: storing data in bor config * chg: remove unwanted code * chg: refactor * minor change * add error states * Fix small things * Add test * Add more coverage in genesis finalize test * Ensure balance is not changed * Add decode safe check * Change bor config block alloc field name * Remove block alloc values in blocks * Add genesis alloc code change info logging Co-authored-by:
Ferran Borreguero <ferranbt@protonmail.com>
-
- Dec 01, 2021
-
-
Sandeep Sreenath authored
-
Ferran Borreguero authored
-
- Nov 22, 2021
-
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
Ferran Borreguero authored
-
Jaynti Kanani authored
-
Sandeep Sreenath authored
-
- Oct 15, 2021
-
-
Felix Lange authored
-
Gary Rong authored
* core/state/snapshot: fix data race in layer flattening * core/state/snapshot: fix typo
-
- Oct 14, 2021
-
-
Marius van der Wijden authored
This is the initial step for support of Solidity errors in contract bindings. As of this change, errors can be decoded, but are not supported in bindings yet. Closes #23157
-
Sandeep Sreenath authored
Include upper bound in binary search
-
Ferran Borreguero authored
-
- Oct 13, 2021
-
-
jwasinger authored
-
Marius van der Wijden authored
This fixes a bug where gas-related fields of the TransactOpts passed to transaction methods would be modified, skipping gas estimation for subsequent transactions. Co-authored-by:
Yondon Fu <yondon.fu@gmail.com> Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Iskander (Alex) Sharipov authored
This doesn't fix all go-critic warnings, just the most serious ones. Co-authored-by:
Felix Lange <fjl@twurst.com> Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Ian Norden authored
-
Felix Lange authored
This update adds support for some more ES6 functionality, notably arrow functions.
-
- Oct 12, 2021
-
-
noam-alchemy authored
* eth,rpc: allow for flag configured timeouts for eth_call * lint: account for package-local import order * cr: rename `rpc.calltimeout` to `rpc.evmtimeout`
-
z89 authored
-
- Oct 11, 2021
-
-
Martin Holst Swende authored
This removes some code: - The clique engine calculated the snapshot twice when verifying headers/blocks. - The method GetBlockHashesFromHash in Header/Block/Lightchain was only used by tests. It is now removed from the API. - The method GetTdByHash internally looked up the number before calling GetTd(hash, num). In many cases, callers already had the number, and used this method just because it has a shorter name. I have removed the method to make the API surface smaller.
-
Sandeep Sreenath authored
-
Marius van der Wijden authored
-
Miro authored
* Update tests to showcase that forked blocks can still be looked up by their hash
-
Gary Rong authored
* les/vflux/server: fix metrics * les/vflux/server: fix metrics
-
Marius van der Wijden authored
* params: changed CatalystBlock to TerminalTotalDifficulty * eth/catalyst: comment out unused code
-
Guillaume Ballet authored
* build: increase thread stack size when running alpine linux * review feedback: force a stack size of 8M on all linux distribs * fix missing extldflags
-
Martin Holst Swende authored
* cmd/evm: t9n: validate transaction intrinsic gas * cmd/evm: t9n: stricter tx validation
-
Sandeep Sreenath authored
bumped version to v0.2.9
-
Sandeep Sreenath authored
core: fix typo in iterator.go
-
Zachinquarantine authored
-
- Oct 10, 2021
-
-
aaronbuchwald authored
Co-authored-by:
Felix Lange <fjl@twurst.com>
-
hsyodyssey authored
-
Aditya Arora authored
This prevents the console from crashing when auto-completing on a variable or property that is null or undefined. Fixes #23693
-
- Oct 09, 2021
-
-
Felix Lange authored
node.Node no longer registers any account manager backends by default, they need to be registered explicitly. For ethash-based tests, we actually don't need any accounts in the miner keystore. Just set the etherbase instead to make mining work. For clique, the signer account must be in the keystore. The change also adds interrupt handling in stress tests.
-
Ikko Ashimine authored
strorage -> storage
-