Commit graph

11046 commits

Author SHA1 Message Date
Jaynti Kanani
a93cda9827
repackage to bor 2019-11-12 13:00:33 -05:00
Jaynti Kanani
ae1b0563ed
Merge pull request #1 from maticnetwork/span-sync
MAT-156 Span sync
2019-11-10 08:27:11 -05:00
Jaynti Kanani
dc16740906
fix errors and refactoring 2019-11-05 12:12:10 +05:30
Jaynti Kanani
0d86eed2c3
add method to commit states 2019-10-27 01:50:57 +05:30
Jaynti Kanani
a4d92f8e30
span sync done right 2019-10-25 20:11:07 +05:30
Jaynti Kanani
e55e19da72
Merge branch 'bor' into span-sync 2019-10-25 15:16:48 +05:30
Jaynti Kanani
223f6a8834
no log for 0 matic transfer 2019-10-25 15:07:18 +05:30
Jaynti Kanani
521e7e295a
commit span WIP 2019-10-25 15:02:04 +05:30
Jaynti Kanani
26ce6db06d
WIP span sync 2019-10-24 13:07:50 +05:30
Jaynti Kanani
15aeef09fb
add fees log if fees > 0 2019-10-21 19:07:02 +05:30
Jaynti Kanani
4ea1f3388b
Merge pull request #5 from maticnetwork/bor-fees
Bor fees
2019-10-21 12:13:56 +05:30
Jaynti Kanani
810fd3adba
Merge pull request #4 from maticnetwork/bor-consensus-fix
Bor consensus fix
2019-10-08 02:58:27 +09:00
Jaynti Kanani
66b5132504
add transfer and fee log 2019-10-05 13:07:35 +05:30
Jaynti Kanani
4433db35c2
fees log 2019-10-04 13:50:36 +05:30
Jaynti Kanani
e92e0a3959
add tranfer log 2019-10-04 00:38:25 +05:30
Jaynti Kanani
b3473b729e
Revert "repeat log for test"
This reverts commit 4deebaedf4.
2019-10-03 21:05:24 +05:30
Jaynti Kanani
4deebaedf4
repeat log for test 2019-09-29 02:10:09 +05:30
Jaynti Kanani
f5c8b15722
Merge branch 'bor' of github.com:maticnetwork/go-ethereum into bor-consensus-fix 2019-09-26 14:43:57 +05:30
Jaynti Kanani
dae44a2a9c
add more logs 2019-09-26 14:42:33 +05:30
Jaynti Kanani
374e438f42
use wiggle as 2*period 2019-09-26 13:54:12 +05:30
Jaynti Kanani
6cc7e88e94
remove log 2019-09-26 12:49:35 +05:30
Jaynti Kanani
25a8cb4766
fix puppeth 2019-09-25 20:34:04 +05:30
Jaynti Kanani
48c0745964
fix :) 2019-09-25 19:16:36 +05:30
vaibhavchellani
bb11e7b0c3 updated dockerfile 2019-09-25 16:11:57 +05:30
Jaynti Kanani
3b49df58f7
Merge pull request #3 from maticnetwork/first_end_block
First end block
2019-09-20 17:56:09 +05:30
venkatesh mankena
0edf50b540 initial span size condition change 2019-09-20 17:54:01 +05:30
venkatesh mankena
ee77e5bd0f removing unwanted logs 2019-09-20 17:51:21 +05:30
venkatesh mankena
ad215df33b fix first_end_block 2019-09-20 17:33:59 +05:30
venkatesh mankena
a4be27641a udpated bor.go to fetch firstEndBlock 2019-09-20 14:39:09 +05:30
Jaynti Kanani
769e99b1eb
Merge pull request #2 from maticnetwork/bor-1.9
bor changes
2019-09-18 18:07:02 +05:30
Jaynti Kanani
3e8e4dfe88
bor changes 2019-09-04 19:20:28 +05:30
Jaynti Kanani
4bfc699a9e
Merge pull request #1 from maticnetwork/bor-1.9
Merge release/1.9
2019-07-17 15:48:06 +05:30
Jaynti Kanani
cc9b230fc0
merge release/1.9 2019-07-14 15:55:04 +05:30
Jaynti Kanani
73d080c125
fix difficulty 2019-06-26 15:08:02 +05:30
Jaynti Kanani
f12ae309cf
fix block time bug 2019-06-21 17:40:23 +05:30
Jaynti Kanani
ad198aeefd
bor validator set 2019-06-15 19:56:16 +05:30
Jaynti Kanani
e522930bc9
use epoch 2019-06-13 23:02:04 +05:30
Jaynti Kanani
a02da31b3b
Merge branch 'master' of https://github.com/ethereum/go-ethereum into bor 2019-06-09 21:53:52 +05:30
Jaynti Kanani
ceae9134b9
validator contract 2019-06-09 21:47:25 +05:30
Marius van der Wijden
6f80629383 accounts: added transactorFromKeyStore (#19685) 2019-06-08 15:19:26 +02:00
Felix Lange
afb9e6513f vendor: remove unused dependencies (#19683)
* vendor: remove unused dependencies

These were used by swarm code, which has now migrated to its own repository.

* travis.yml: remove sudo requirement for test builders

These needed sudo to run FUSE tests for swarm.
2019-06-07 17:51:18 +03:00
Felix Lange
e83c3ccc47
p2p/enode: improve IPv6 support, add ENR text representation (#19663)
* p2p/enr: add entries for for IPv4/IPv6 separation

This adds entry types for "ip6", "udp6", "tcp6" keys. The IP type stays
around because removing it would break a lot of code and force everyone
to care about the distinction.

* p2p/enode: track IPv4 and IPv6 address separately

LocalNode predicts the local node's UDP endpoint and updates the record.
This change makes it predict IPv4 and IPv6 endpoints separately since
they can now be in the record at the same time.

* p2p/enode: implement base64 text format
* all: switch to enode.Parse(...)

This allows passing base64-encoded node records to all the places that
previously accepted enode:// URLs. The URL format is still supported.

* cmd/bootnode, p2p: log node URL instead of ENR

...and return the base64 record in NodeInfo.
2019-06-07 15:31:00 +02:00
Felix Lange
896322bf88
cmd/devp2p: add devp2p debug tool (#19657)
* p2p/discover: export Ping and RequestENR

These two are useful for checking the status of a node.

* cmd/devp2p: add devp2p debug tool

This is a new tool for debugging p2p issues. It supports a few
basic tasks for now, but many more things can and will be added
in the near future.

   devp2p enrdump            -- prints ENRs readably
   devp2p discv4 ping        -- checks if a node is up
   devp2p discv4 requestenr  -- gets a node's record
   devp2p discv4 resolve     -- finds a node through the DHT
2019-06-07 15:29:16 +02:00
Guillaume Ballet
1b15c6da33 accounts/scwallet: Disable macos support (#19679) 2019-06-07 12:41:54 +03:00
Péter Szilágyi
ce43c2366d
Merge pull request #19681 from karalabe/fix-libusb-docker
vendor: pull in USB fix for docker (alpine/musl)
2019-06-07 12:37:32 +03:00
Péter Szilágyi
9805288cdd
vendor: pull in USB fix for docker (alpine/musl) 2019-06-07 12:30:50 +03:00
Ethan Heilman
19fa9064d7 SECURITY.md: create security policy (#19666)
Github has started supporting SECURITY.md to contain a project's security policy. Adding this information to the repository makes it easier to determine how to disclosure a vulnerability as SECURITY.md becomes a standard.

The pgp fingerprint and key is taken from bounty.ethereum.org.
2019-06-06 14:40:52 +02:00
Péter Szilágyi
f01f3f266c
Merge pull request #19674 from karalabe/usb-ios-fixup
vendor: pull fixed usb library for nocgo builds
2019-06-06 12:50:03 +03:00
Péter Szilágyi
c52390d078
vendor: pull fixed usb library for nocgo builds 2019-06-06 12:25:32 +03:00
Nguyen Kien Trung
2823ce0086 eth: check for DefaultConfig.NetworkId in test (#17599)
This makes the test work if NetworkId is changed in forks of go-ethereum.
2019-06-06 10:49:35 +02:00