Jerry
a7bf4ba6bd
Revert "bump : go version from 1.19 to 1.20.1 ( #761 )"
...
This reverts commit 4561012af9 .
2023-03-06 09:08:46 -08:00
SHIVAM SHARMA
4561012af9
bump : go version from 1.19 to 1.20.1 ( #761 )
2023-03-03 14:21:26 +05:30
Daniel Jones
2e45f3badc
Updating packager as binutils changed version so that apt-get installs current versions
2022-12-14 11:06:17 -06:00
Arpit Temani
c807faaa94
merge current qa branch
2022-12-05 19:42:00 +05:30
Daniel Jones
6cd5d15a45
Merge pull request #611 from maticnetwork/djpolygon/v030-cleanup
...
Cleanup for the packager to use git tag in the package profile naming…
2022-12-01 13:46:34 -06:00
Daniel Jones
1cf78fd9c9
Cleanup for the packager to use git tag in the package profile naming. Added conditional check for directory structure, this is in prep for v0.3.1, as this will create a failure on upgrade path in package due to file exist
2022-11-30 16:38:48 -06:00
Will Button
4d19cf5342
update Docker login for goreleaser-cross v1.19
2022-11-30 08:00:31 -08:00
Arpit Temani
d96662ab63
update go version in release.yml
2022-11-30 00:21:26 +05:30
Arpit Temani
4b6115d9bb
merge latest qa
2022-11-29 12:55:31 +05:30
Manav Darji
3b6c9b05d7
Merge branch 'qa' of https://github.com/maticnetwork/bor into djpolygon/v0.3.0packaging
2022-11-24 00:03:41 +05:30
Daniel Jones
1f0e49b0d8
Adding prerelease true
2022-11-23 09:07:41 -06:00
Daniel Jones
5e92a7fe25
Added changes per discussion in PR, more changes may be necessary
2022-11-23 07:54:15 -06:00
Daniel Jones
a0f754dfc5
Adding in Mumbai/Mainnet precursor deb packaging for tests to use during upgrade(iterations to come)
2022-11-22 15:34:25 -06:00
Raneet Debnath
b2a453b115
chg: increase timeout
2022-11-18 14:04:34 +05:30
Raneet Debnath
dfa051483f
Merge branch 'develop' of https://github.com/maticnetwork/bor into raneet10/pos-535
2022-11-17 18:23:16 +05:30
Raneet Debnath
1b8ef5059f
cleanup
2022-11-17 18:20:53 +05:30
Raneet Debnath
e004e5f298
init: pos-535 smoke test
2022-11-17 11:11:42 +05:30
Arpit Temani
2b84185173
change ci params
2022-11-15 22:06:12 +05:30
Arpit Temani
3896c5b319
ci changes
2022-11-15 13:01:16 +05:30
Arpit Temani
743871ffd5
fix CI
2022-10-19 23:19:39 +05:30
Arpit Temani
f6875757bf
merge develop
2022-09-27 15:04:08 +05:30
Arpit Temani
d71c6be482
change matic-cli version
2022-09-22 17:36:37 +05:30
Arpit Temani
e45b1d46fc
Merge pull request #522 from maticnetwork/arpit/disable-macos
...
disable macos tests
2022-09-22 14:29:07 +05:30
Arpit Temani
f51eae03ac
disable macos tests
2022-09-22 13:22:20 +05:30
Jerry
2cf5945321
Remove orphaned containers when shutdown devnet
...
This will potentially resolve "ERROR: network docker_default has active endpoints" problem
2022-09-08 09:22:10 +04:00
Jerry
15f64ee58f
Remove orphaned containers when shutdown devnet
...
This will potentially resolve "ERROR: network docker_default has active endpoints" problem
2022-09-06 19:17:04 +04:00
Evgeny Danilenko
e699254142
Use atomic pointer in go 1.19 ( #446 )
...
* use atomic pointer
* golang version
* golang version
* go1.19
* linters
* Bump golangci-lint
* linters
* linters
* linters after merge
* generic logger
* generic logger
* logger
* logger
* linters
* bump toml
* linters1
* linters
* linters
* linter
* linter
* linters
* linters
* linters
2022-08-09 22:11:09 +03:00
Jerry
4089c24ae2
Remove 'edit' from github CI workflow
2022-07-21 09:30:34 -07:00
Jerry
1daa659aa5
Merge remote-tracking branch 'upstream/develop' into develop
2022-06-22 00:08:02 -07: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
Jerry
9592534a69
Integration tests
2022-06-20 11:25:39 -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
Sandeep Sreenath
c3a0c20303
Create stale.yml
2022-06-08 15:09:42 +05:30
Jerry
12ab0f0240
Lint consensus/bor module
...
Cleanup, lint, and enable linters for consenssus/bor module.
Disabled linter "gomnd" and "tagliatelle" because they are not
easy to fix and the return on the time investment is very low.
Disabled linter "prealloc" because it is not easy to guess and pre-allocate the
slice accurately in many cases.
2022-05-23 19:46:59 -07:00
Evgeny Danilenko
87a2e5224f
Merge pull request #395 from maticnetwork/testing-flags
...
Restores linters and separate kinds of tests
2022-05-23 19:42:18 +03:00
Evgeny Danienko
2930d04428
misspell
2022-05-17 19:28:08 +03:00
Evgeny Danienko
3aaf6bc13e
cherry-pick from Jerry's Chen branch
2022-05-17 19:25:59 +03:00
Evgeny Danienko
91559f3955
run on forked branches
2022-05-16 10:47:33 +03:00
Evgeny Danienko
30dd11a183
run on forked branches
2022-05-16 10:35:57 +03:00
Evgeny Danienko
52647fcd88
run on forked branches
2022-05-16 10:12:09 +03:00
Evgeny Danienko
e787097874
restore codecov
2022-05-13 18:41:27 +03:00
Evgeny Danienko
5a3eb08a57
where to run3
2022-05-13 09:38:43 +03:00
Evgeny Danienko
a8a9229c34
where to run2
2022-05-13 09:37:23 +03:00
Evgeny Danienko
276e82b16c
where to run1
2022-05-13 09:36:40 +03:00
Evgeny Danienko
3268c143cd
where to run
2022-05-13 09:36:02 +03:00
Evgeny Danienko
485762a28d
where to run
2022-05-13 09:35:31 +03:00
Evgeny Danienko
81ede2f6d2
where to run
2022-05-13 09:25:37 +03:00
Evgeny Danienko
a57d21166a
leaks
2022-05-12 18:27:03 +03:00
Evgeny Danienko
594c9ab23f
vs master
2022-05-12 18:04:04 +03:00
Evgeny Danienko
2bac6ce45f
remove shuffle for e2e
2022-05-11 17:09:36 +03:00
Evgeny Danienko
7c6357ecf6
group concurrency
2022-05-11 16:18:56 +03:00
Evgeny Danienko
6a598b4e93
revert
2022-05-11 15:27:18 +03:00
Evgeny Danienko
cd4b40fffd
test without linters
2022-05-11 15:26:55 +03:00
Evgeny Danienko
834c7741b4
only new issues
2022-05-11 15:21:21 +03:00
Evgeny Danienko
15900477fb
linters
2022-05-11 14:05:02 +03:00
Evgeny Danienko
63cd7a3273
move integration ci
2022-05-11 10:33:44 +03:00
Evgeny Danienko
5192fd7d8d
split units and integration. step 1
2022-05-11 10:26:10 +03:00
Evgeny Danienko
eb76df22af
better ci
2022-05-11 10:00:31 +03:00
Victor Castell
0232c6a266
Do not build classic docker image
2022-05-09 17:05:24 +02:00
Shivam Sharma
3c051f074c
Added codecov
2022-03-16 13:47:45 +05:30
Victor Castell
467e53b2ac
Build with the previous Dockerfile ( #268 )
...
* Build with the previous Dockerfile
This will recover the classic maticnetwork build in parallel. This will allow to test both images.
Also fix the new build manifest.
Build on patches too
2022-01-11 12:23:22 +01:00
Victor Castell
9ab47817e2
Merge pull request #228 from maticnetwork/victor/pos-47-improve-bor-binary-releases
...
Release multiplatform with goreleaser
- Release multiplatform docker images
- Upload to GH docker repo and create releases
- Automate CI pipeline for releasing
- Notify release to slack
2021-11-12 11:25:27 +01:00
Victor Castell
7b6bab4986
Release multi-platform with goreleaser
...
Packages, docker images CI automated
2021-11-11 17:24:42 +01:00
Victor Castell
8ce30321ad
Bump Go
2021-11-10 11:31:39 +01:00
Sandeep Sreenath
ecc0fb1e56
updated golang version in github workflow
2021-10-12 00:05:08 +05:30
Krishna Upadhyaya
4edbd3179c
update: go version
2021-09-01 15:09:04 +05:30
Jaynti Kanani
274c54483d
fix: use make bor-all for linux package
2021-02-15 15:48:52 +05:30
Jaynti Kanani
67c2de7168
Update dockerimage-latest.yml
2020-12-17 14:33:49 +05:30
Jaynti Kanani
162094b44b
chg: update setup-go version for github action
2020-12-08 20:46:51 +05:30
Jaynti Kanani
d26decc9c9
fix: remove deprecated github env
2020-12-08 20:28:45 +05:30
Jaynti Kanani
2f79768ad0
chg: Update README
2020-11-14 14:30:47 +05:30
Jaynti Kanani
62a0058ef6
chg: make binary general
2020-08-18 20:37:12 +05:30
ptsayli@gmail.com
580a4cbcf6
add ci
2020-08-07 16:11:10 +05:30
Jaynti Kanani
b7fced9df8
chg: add set -x for docker image ci
2020-07-16 13:30:06 +05:30
Jaynti Kanani
6e0f8a6142
new: push develop/master branch docker images ( #80 )
...
* new: push develop/master branch docker images
* fix: typo !minor
2020-07-16 13:24:31 +05:30
Jaynti Kanani
a418e6a6c0
chg: change gas target
2020-05-28 13:39:22 +05:30
Jaynti Kanani
55d85bd716
chg: make bootnode command available in linux package
2020-05-28 13:18:28 +05:30
Jaynti Kanani
b2aca18608
fix: typo
2020-05-28 01:40:34 +05:30
Jaynti Kanani
1f6fd6de90
fix: make start.sh executable
2020-05-28 01:15:12 +05:30
Jaynti Kanani
c502bceb13
fix: typo
2020-05-28 00:31:05 +05:30
Jaynti Kanani
883aa5159f
fix: exec start command in bor service
2020-05-28 00:02:39 +05:30
Jaynti Kanani
48c93af208
fix: binary package for sentry node
2020-05-27 21:58:19 +05:30
Jaynti Kanani
2cafa99b18
chg: use default service logs instead of custom files
2020-05-25 16:12:51 +05:30
Jaynti Kanani
1b50155c2a
chg: change gas limit 20m for linux packages
2020-05-25 12:27:09 +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
Jaynti Kanani
437c375860
fix: remove v from linux packages
2020-04-06 22:54:29 +05:30
Jaynti Kanani
dc14f5407d
github workflow for linux packages
2020-03-21 18:11:49 +05:30
ramakrishna183
8ee0480294
added github actions workflow for BOR docker push
2020-03-20 16:00:53 +05:30