- 29 Oct, 2019 1 commit
-
-
Michael Forney authored
* core/asm: Fix encoding of pushed labels EVM uses big-endian byte-order, so to pad a label value to 4 bytes, zeros must be added to the front, not the end. * core/asm: Fix PC calculations when a label is pushed Incrementing PC by 5 is only correct if the label appears after a jump, in which case there is an implicit push. When it appears after an explicit push, PC should only be incremented by 4. * core/asm: Allow JUMP with no argument This way, a label can be pushed explicitly, or loaded from memory to implement a jump table.
-
- 22 Jul, 2019 1 commit
-
-
Péter Szilágyi authored
-
- 03 Jun, 2019 1 commit
-
-
Martin Holst Swende authored
* core/signer, clef: improve ui-test flow, fix errors in uint handling for eip-712 * core/signer: add fuzzer testcases + crashfixes * signer: address review concerns, check sign in integer parsing
-
- 07 Feb, 2019 1 commit
-
-
Janoš Guljaš authored
-
- 16 Jan, 2019 1 commit
-
-
Elad authored
* cmd/swarm/swarm-snapshot: add binary to create network snapshots * cmd/swarm/swarm-snapshot: refactor and extend tests * p2p/simulations: remove unused triggerChecks func and fix linter * internal/cmdtest: raise the timeout for killing TestCmd * cmd/swarm/swarm-snapshot: add more comments and other minor adjustments * cmd/swarm/swarm-snapshot: remove redundant check in createSnapshot * cmd/swarm/swarm-snapshot: change comment wording * p2p/simulations: revert Simulation.Run from master https://github.com/ethersphere/go-ethereum/pull/1077/files#r247078904 * cmd/swarm/swarm-snapshot: address pr comments * swarm/network/simulations/discovery: removed snapshot write to file * cmd/swarm/swarm-snapshot, swarm/network/simulations: removed redundant connection event check, fixed lint error
-
- 14 Feb, 2018 1 commit
-
-
Felix Lange authored
-
- 16 Jan, 2018 1 commit
-
-
Felix Lange authored
This commit: - Adds a --msgfile option to read the message to sign from a file instead of command line argument. - Adds a unit test for signing subcommands. - Removes some weird whitespace in the code.
-
- 07 Aug, 2017 1 commit
-
-
Egon Elbre authored
* cmd: fix megacheck warnings * cmd: revert time.Until changes, keep readFloat
-
- 04 Apr, 2017 1 commit
-
-
Péter Szilágyi authored
This commit adds pluggable consensus engines to go-ethereum. In short, it introduces a generic consensus interface, and refactors the entire codebase to use this interface.
-
- 01 Mar, 2017 1 commit
-
-
Valentin Wüstholz authored
-
- 27 Feb, 2017 1 commit
-
-
Valentin Wüstholz authored
-
- 08 Jan, 2017 1 commit
-
-
Valentin Wüstholz authored
-
- 06 Jan, 2017 1 commit
-
-
Felix Lange authored
This significantly reduces the dependency closure of ethclient, which no longer depends on core/vm as of this change. All uses of vm.Logs are replaced by []*types.Log. NewLog is gone too, the constructor simply returned a literal.
-
- 21 Dec, 2016 1 commit
-
-
Valentin Wüstholz authored
-
- 22 Jul, 2015 1 commit
-
-
Felix Lange authored
All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
-
- 07 Jul, 2015 2 commits
-
-
Felix Lange authored
-
Felix Lange authored
-
- 23 Mar, 2015 1 commit
-
-
obscuren authored
-
- 16 Mar, 2015 1 commit
-
-
obscuren authored
-
- 29 Jan, 2015 1 commit
-
-
obscuren authored
-