Pratik Patil
3df1d6f017
Change diverged flags back to Geth's convention (POS-602) ( #451 )
...
* changed name -> identity
* changed no-snapshot -> snapchot=true/false
* changed jsonrpc.corsdomain -> http.corsdomain
* changed jsonrpc.vhosts -> http.vhosts
* changed http/ws.modules to http/ws.api
* updated readme
* updated config_test
* make docs
* handelling string array flag, overwrite insted of append
* added 'Default' to SliceStringFlag
* added separate flags for corsdomain and vhosts for http, ws, graphql
* modified tests
2022-07-14 22:36:18 +05:30
Arpit Temani
7b25997830
Reciept e2e test ( #431 )
...
* initial
* fixed tests
* eip155 tests
* progress
* fix
* fix TestFetchStateSyncEvents*
* debug
* fixed with updated list of validators
* fix
* a bit more stable
* optimize allocations
* linters
* fix vals copy
* a bit of refactoring
* update TestGetTransactionReceiptsByBlock
* remove logs from TestGetTransactionReceiptsByBlock in favour of checks
* comments
* Linters
* linters
* fixes after merge
* fixes after merge
* fixes after merge
* fixes after merge
* fail fast
Co-authored-by: Evgeny Danienko <6655321@bk.ru>
2022-07-14 19:28:56 +03:00
SHIVAM SHARMA
1147994c65
Added valSet testcases ( #452 )
...
* Added valSet testcases
* Added Negative Assertions
* Minor Changes
* Added varying valset length
* Minor changes
* Linting
2022-07-13 12:21:29 +03:00
Evgeny Danilenko
3c42bfc633
add context to Fetch* methods ( #445 )
...
* add context
* fix mocks
* fixes after CR
* fixes
* fix
* Linters
2022-07-13 09:07:32 +03:00
marcello33
c3d62b8ea1
Merge pull request #436 from maticnetwork/mardizzone/pos-398
...
new: dev: pos-398 restore geth tests
2022-07-12 19:53:15 +02:00
Marcello Ardizzone
2a1a7d1b18
new: dev: pos-398 remove duplicate git submodule
2022-07-12 17:37:44 +02:00
Marcello Ardizzone
752878d3c2
new: dev: pos-398 update testdata and skip last failing tests
2022-07-12 14:29:56 +02:00
Marcello Ardizzone
a76923cb8a
new: dev: pos-398 restore legacy tests
2022-07-12 14:22:18 +02:00
Marcello Ardizzone
01bebeb22e
new: dev: pos-398 remove merge error check on state tests
2022-07-12 11:55:47 +02:00
Marcello Ardizzone
56eefc6a0b
new: dev: pos-398 restore old testing way
2022-07-12 11:53:30 +02:00
Evgeny Danilenko
04e90e2426
internal/cli: update grpc/protobuf dependency ( #449 )
...
* update grpc_conn
* fix
* remove more deps from deprecated library
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
2022-07-11 19:09:49 +03:00
Marcello Ardizzone
5265da30b8
new: dev: pos-398 update retesteth readme
2022-07-07 12:14:55 +02:00
Marcello Ardizzone
cd366c64d8
new: dev: pos-398 move testdata to last stable release via tag v10.4
2022-07-07 11:12:57 +02:00
Marcello Ardizzone
f0d85e3703
new: dev: pos-398 remove unused bor tests derived from geth
2022-07-07 10:49:30 +02:00
Marcello Ardizzone
de1330aae6
new: dev: pos-398 comment for jira issue
2022-07-07 10:44:52 +02:00
Marcello Ardizzone
75d5646ef2
new: dev: pos-398 skipLoad stChangedEIP150
2022-07-07 10:08:39 +02:00
Marcello Ardizzone
56a5f4f67b
new: dev: pos-398 lazy fix to ignore filing tests and skip the merge fork
2022-07-07 09:38:38 +02:00
Marcello Ardizzone
d2d4d1bf62
new: dev: pos-398 update testdata
2022-07-06 16:50:31 +02:00
Marcello Ardizzone
7f9b3ebea2
Merge branch 'develop' into mardizzone/pos-398
2022-07-06 10:54:22 +02:00
Marcello Ardizzone
1f5880fea5
new: dev: pos-398 instructions for local run - retesteth bor
2022-07-06 10:54:05 +02:00
Evgeny Danilenko
f28f384b72
Mining benchmark ( #439 )
...
* mining benchmark
* mining benchmark
* prepare for enabling fork tests
* linters
* logs
2022-07-05 21:51:54 +03:00
Jerry
5f69302b3a
Merge pull request #442 from maticnetwork/v0.3.0-candidate
...
Merge fixes from v0.3.0-candidate to develop
2022-06-30 12:07:06 -07:00
Jerry
f90faf0687
Match default parameters to mainnet
2022-06-30 10:36:44 -07:00
Pratik Patil
657d262def
Merge pull request #435 from maticnetwork/POS-553
...
Adding correct miner address on API at the RPC level (POS-553)
2022-06-29 11:02:08 +05:30
Pratik Patil
473e09cd2d
removed check from consensus, handelling everything in api.go
2022-06-28 21:03:36 +05:30
Pratik Patil
de03f3fb6a
reverted back and made changes in the getAuthour API
2022-06-28 19:02:47 +05:30
Pratik Patil
c0ad424824
addressed comments, Author() never returns error, returns 0x0 insted
2022-06-28 18:34:29 +05:30
Arpit Temani
a73b0f70bf
change version
2022-06-28 00:46:51 +05:30
Pratik Patil
0173d61d9f
modified Authour() function in bor.go
2022-06-25 10:20:29 +05:30
Pratik Patil
9b29d13a5d
removed lint error
2022-06-24 19:31:44 +05:30
Pratik Patil
1b941f3274
getAuthor returns 0x0 for genesis block
2022-06-24 13:29:02 +05:30
Pratik Patil
1970743f9d
modified comment
2022-06-24 13:28:22 +05:30
Jerry
88dbfa1c13
Merge pull request #433 from cffls/develop
...
Merge branch 'v0.3.0-dev' into develop
2022-06-22 12:03:40 -07:00
Jerry
1daa659aa5
Merge remote-tracking branch 'upstream/develop' into develop
2022-06-22 00:08:02 -07:00
Pratik Patil
fea935fff2
Merge branch 'develop' of https://github.com/maticnetwork/bor into POS-553
2022-06-22 12:30:58 +05:30
Pratik Patil
aec6d05255
minor fix
2022-06-22 12:13:43 +05:30
Marcello Ardizzone
44105e1136
new: dev: pos-398 remove unused part
2022-06-21 16:15:49 +02:00
Marcello Ardizzone
ea0f553d24
new: dev: pos-398 instructions for retesteth bor
2022-06-21 16:14:27 +02:00
Krishna Upadhyaya
3bb14803e2
Merge pull request #437 from maticnetwork/krishna/reproducible-build-test
...
Added reproducible build test to CI
2022-06-21 18:26:05 +05:30
Krishna Upadhyaya
fbaeaa2247
Added reproducible build test to CI
2022-06-21 16:42:56 +05:30
Marcello Ardizzone
9e7f70822f
new: dev: pos-398 install testdata as submodule
2022-06-21 12:46:18 +02:00
Pratik Patil
b3c02842b9
modified GetBlockByNumber and GetBlockByHash function to call getHeaderWithAuthor function
2022-06-21 11:34:00 +05:30
Pratik Patil
b9d1869d95
added getHeaderWithAuthor function to change the coinbase filed in header with actual miner address
2022-06-21 11:32:19 +05:30
Jerry
9592534a69
Integration tests
2022-06-20 11:25:39 -07:00
Jerry
9ec673870a
Set Heimdall client to nil when 'withoutheimdall' is set
2022-06-16 10:28:28 -07:00
Jerry
9bc9a45758
Merge branch 'v0.3.0-dev' into develop
2022-06-15 11:58:04 -07:00
Jerry
33e646eea1
Add keystore option to cli
2022-06-15 11:30:47 -07:00
Evgeny Danilenko
342bf3089e
Merge develop branch into v0.3.0-dev ( #430 )
...
* merge geth v1.10.15
* fix: Removed FastSync from cli server
* fix: TestHeadersRLPStorage
* Added t.skip(ETH2 in bor)
* fix: flow in create consensus engine
* bumped version
* Fix typo
* increase block time
* remove file
* bumped version
* merge gethv1.10.17
* bumped version
* fix failing tests
* Bump Go version to v1.18 (#368 )
* Bump Go version to v1.18.1
* Build using netgo tag
This will create a static build using Go native networking stack.
Checked and it works stable for all archs and distros.
* Fix meta
* initial implementation for common ancestor approach
* extract whitelist interface
* fix types
* fix tests and format
* add unit tests for IsValidChain function
* more tests
* wip
* test ErrCheckpointMismatch
* minor fixes
* fix test
* dont panic
* fmt
* Limit state sync by gas
* Added logging for state-sync total gas usage
* Added number of event-records in log
* Minor Changes
* Minor Fix
* Adding individual gasUsed
* Minor Fix
* fix: return value for no remote block
* handle all errors
* modularise fake chain validator in downloader
* add more tests
* fix tests
* Modifying miner.recommit flag and its adjustment function. (#370 )
* changed min/max/current recommit values
* Remove Hardcoded min/max
* Code Sanitization
* Skipping tests for constant recommit interval
* Adding default miner.recommit value
* Minor Change
* Increased default value of rpc.txfeecap to 5
* add debug rpc endpoints for checkpoint whitelist service
* minor fixes and enhancements
* avoid capping warnings for gas set by internal system transactions
* use typed mocks
* fix
* fix
* fix
* fix close
* fix
* Create stale.yml
* Fix bor consensus checkpoint bug
Co-authored-by: Arpit Temani <temaniarpit27@gmail.com>
Co-authored-by: Shivam Sharma <shivam691999@gmail.com>
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
Co-authored-by: Sandeep Sreenath <sandeep.sreenath@gmail.com>
Co-authored-by: Victor Castell <victor@victorcastell.com>
Co-authored-by: Ferran <ferranbt@protonmail.com>
Co-authored-by: Krishna Upadhyaya <krishnau1604@gmail.com>
Co-authored-by: Karlo <karlonovak@gmail.com>
Co-authored-by: Sandeep Sreenath <ssandeep@users.noreply.github.com>
Co-authored-by: Jerry <jerrycgh@gmail.com>
2022-06-15 09:02:01 +03:00
Arpit Temani
8ebac951a9
Merge pull request #424 from maticnetwork/stale-workflows
...
Create stale.yml
2022-06-09 13:48:18 +05:30
Arpit Temani
edd21b3950
Merge pull request #421 from karlonovak/master
...
avoid capping warnings for gas set by internal system transactions
2022-06-09 13:48:00 +05:30