atvanguard
200472dfdc
update bytecode in genesis
2020-05-20 08:54:46 +05:30
atvanguard
3236e423d2
dont return a pointer from LastStateSyncTime
2020-05-19 21:42:32 +05:30
Arpit Agarwal
89248d7116
Update consensus/bor/bor.go
...
Co-authored-by: Jaynti Kanani <jdkanani@gmail.com>
2020-05-19 21:34:35 +05:30
atvanguard
742c2104af
alter the fetch logic a bit
2020-05-19 21:16:37 +05:30
atvanguard
fa52ce61f7
sort state events acc to id
2020-05-19 12:05:29 +05:30
atvanguard
ba70b74fb7
fetch events from [lastSync, (block-sprint).Time)
2020-05-19 09:47:54 +05:30
atvanguard
0e8b5ca4b7
minor: separate path, query params with FetchWithRetry
2020-05-18 23:36:16 +05:30
atvanguard
e6c1cec452
merge develop
2020-05-18 19:37:42 +05:30
atvanguard
8f47b3945e
test: Handle 204 and add test for new deposit mechanism
2020-05-18 19:26:42 +05:30
atvanguard
fa0266a347
merge develop into mew-deposits
2020-05-18 18:51:29 +05:30
Jaynti Kanani
cdf49567ee
Merge pull request #65 from maticnetwork/revert-active-seal
...
fix: revert cancel active seal / remove errRecentlySigned
2020-05-18 16:58:57 +05:30
atvanguard
1be0c4894a
dev: provide previous block number to UnauthorizedSignerError
2020-05-18 14:17:13 +05:30
atvanguard
c7ea09a019
dev: Change wording for UnauthorizedSignerError, remove errRecentlySigned
2020-05-18 13:33:27 +05:30
atvanguard
767fe584b5
fix: revert cancel active seal logic
2020-05-18 12:37:20 +05:30
Jaynti Kanani
7ee88de5ab
Merge pull request #61 from maticnetwork/fix-heimdall-url
...
Use heimdall url flag while importing
2020-05-18 11:59:42 +05:30
atvanguard
bda638d974
Merge branch 'develop' into mew-deposits
2020-05-18 11:03:13 +05:30
Jaynti Kanani
c5a015a8a4
fix: make data fetch more robust
2020-05-18 11:02:43 +05:30
atvanguard
8dea9114e8
dev: update changes in StateReceiver contract
2020-05-17 17:44:44 +05:30
atvanguard
9a56de6d84
dev: cleanup isValidatorAction logic
2020-05-17 17:33:59 +05:30
atvanguard
4be5477f64
dev: cleanup comments
2020-05-17 17:28:55 +05:30
atvanguard
868dc81c8a
new: New fetch State sync logic
2020-05-17 17:24:09 +05:30
Jaynti Kanani
9ad02c9a57
fix: heimdall url flag
2020-05-15 23:09:44 +05:30
dependabot[bot]
0f9e189a25
Bump https-proxy-agent from 2.2.1 to 2.2.4 in /dashboard/assets
...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent ) from 2.2.1 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases )
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.1...2.2.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-05-14 22:52:14 +05:30
atvanguard
71c3bf757c
refactor: Tests + add test for OutOfTurnSign
2020-05-14 16:28:45 +05:30
atvanguard
c27b8b7801
new: Add wiggle to block time
2020-05-14 16:28:45 +05:30
Jaynti Kanani
4f850edec2
Merge pull request #58 from maticnetwork/bor-params
...
Change tx pool params and gaslimit
2020-05-14 13:13:19 +05:30
Jaynti Kanani
a2983189a9
chg: change tx pool params and gaslimit
2020-05-14 13:10:39 +05:30
Jaynti Kanani
f76491d53b
new: add new flags for bor service file
2020-05-14 12:03:33 +05:30
atvanguard
9f6df9ade0
dev: Remove concurrent seal check
2020-05-13 20:11:13 +05:30
Arpit Agarwal
0f8d3b1006
fix: Check validator bytes at first block of sprint (MAT-1311) ( #56 )
...
* Check validator bytes at first block of sprint
* not required to get parent again
* fix tests
* fix build error
2020-05-13 14:08:21 +05:30
Arpit Agarwal
d1ea515af1
chg: Cancel active sealing op when a new chain segment is received (MAT-1116) ( #54 )
...
* dev: Fix out-of-turn signing log statement
* dev: Cancel active sealing op when a new chain segment is received
* remove debug statement and return value
* minor: no need to use a channel
* Fix race condition in shouldSeal channel
* Info -> Debug statement
2020-05-11 17:00:33 +05:30
Arpit Agarwal
e03cd94ed1
Merge pull request #53 from maticnetwork/dev-update-ethclient
...
chg: Add GetRootHash to ethClient / use uint64
2020-05-07 20:45:53 +05:30
atvanguard
67c29d7ce3
chg: Add GetRootHash to ethClient / use uint64
2020-05-07 20:17:15 +05:30
Jaynti Kanani
27f9dbd14f
Merge pull request #52 from maticnetwork/dev-roothash
...
new: Add bor.getRootHash(start, end) api method (MAT-1302)
2020-05-06 17:17:52 +05:30
atvanguard
50c0b662cf
Remove once.do
2020-05-06 17:14:53 +05:30
atvanguard
54bbdff1e4
Initialize apiCache in once.do
2020-05-06 16:35:12 +05:30
atvanguard
bbe6522f35
new: Add GetRootHash to api backend
2020-05-05 14:45:56 +05:30
atvanguard
5bd72779d5
new: Add GetRootHash bor api method
2020-05-05 09:45:57 +05:30
Arpit Agarwal
88e5d4cb4e
Merge pull request #51 from maticnetwork/dev-audit-fixes
...
MAT-1248: Audit fixes
2020-04-30 11:10:50 +05:30
atvanguard
f02da00855
chg: dev: errMismatchingSprintValidators
2020-04-29 10:55:27 +05:30
atvanguard
7e4e2b722c
test: Add tests for GetSignerSuccessionNumber
2020-04-28 11:01:37 +05:30
atvanguard
52dbf54808
refactor: Fix minor issues from audit (2.36/37/40/41)
2020-04-27 08:57:03 +05:30
atvanguard
54609b6168
refactor: Bubble up error in updateTotalVotingPower instead of panic (2.29)
2020-04-27 08:56:55 +05:30
atvanguard
18266b0d7a
minor: Throw error if proposer/signer are not in the validator set (2.28)
2020-04-22 12:42:03 +05:30
atvanguard
bfab1d932d
dev: rename CompareProposerPriority to Cmp, add nil check (2.27)
2020-04-21 11:31:45 +05:30
atvanguard
48d6d76d18
minor: Remove the redundant validator.Bytes() func, fix comments (2.26)
2020-04-21 10:29:59 +05:30
atvanguard
b00299ca13
fix: Validator list could be invalid making the node crash (2.13)
2020-04-21 09:50:44 +05:30
atvanguard
122a2304db
minor: Run gofmt -w .
2020-04-20 20:34:58 +05:30
Arpit Agarwal
d8c07f302a
fix: Check block delay in verifyHeaders / remove empty chainId check (MAT-1080, MAT-1089) ( #49 )
...
* fix: Check block delay in verifyHeaders
* Pull block time check out of if condition
* fix: Always check chainId equality in heimdall response
2020-04-20 11:53:05 +05:30
Jaynti Kanani
710fb49226
Merge pull request #47 from maticnetwork/develop
...
Develop to master
2020-04-10 23:13:52 +05:30