Commit Graph

48 Commits

Author SHA1 Message Date
web3-bot 41a3151f0a
sync: update CI config files (#51)
* bump go.mod to Go 1.17 and run go fix

* bump go.mod to Go 1.17 and run go fix

* bump go.mod to Go 1.17 and run go fix

* bump go.mod to Go 1.17 and run go fix

* add version.json file

* update .github/workflows/automerge.yml

* update .github/workflows/go-test.yml

* update .github/workflows/go-check.yml

Co-authored-by: web3-bot <web3-bot@users.noreply.github.com>
2022-04-06 12:57:18 +02:00
web3-bot 711dccc465
sync: update CI config files (#49)
* update .github/workflows/go-test.yml

* update .github/workflows/go-check.yml

* add .github/workflows/releaser.yml

* add .github/workflows/release-check.yml

* add .github/workflows/tagpush.yml

Co-authored-by: web3-bot <web3-bot@users.noreply.github.com>
2022-01-14 13:15:51 +01:00
web3-bot debf5b3237
sync: update CI config files (#47)
* bump go.mod to Go 1.16 and run go fix

* bump go.mod to Go 1.16 and run go fix

* bump go.mod to Go 1.16 and run go fix

* bump go.mod to Go 1.16 and run go fix

* run go mod tidy

* run go mod tidy

* run go mod tidy

* run go mod tidy

* update .github/workflows/automerge.yml

* update .github/workflows/go-test.yml

* update .github/workflows/go-check.yml

* Resolve issue reported by go vet and staticcheck (#48)

* chore: update to go-libp2p@0.15.1

* chore: remove unused functions

* chore: go mod tidy on wasm example

Co-authored-by: web3-bot <web3-bot@users.noreply.github.com>
Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
2021-11-19 15:19:01 +01:00
web3-bot a8cb0f997a add .github/workflows/go-check.yml 2021-05-21 11:49:02 -07:00
web3-bot 23c0c27067 add .github/workflows/go-test.yml 2021-05-21 11:49:02 -07:00
web3-bot 0967b8c145 add .github/workflows/automerge.yml 2021-05-21 11:49:02 -07:00
web3-bot d1d3078cf7 set Go version to 1.15 and run go mod tidy 2021-05-21 11:49:02 -07:00
web3-bot 4bfde8d51b disable Travis 2021-05-21 11:49:02 -07:00
Marten Seemann aaf0deabcf fix staticcheck 2021-05-19 10:48:02 -07:00
Michiel De Backker d937759fb0 Emulate single-shot ICE Gathering 2021-03-21 14:31:43 +01:00
Mearaj Bhagad 8f0d5578c3 upgrading dependencies to pass build, commpatible with go-libp2p v0.13.0 and webrtc/v3 v3.0.16 2021-03-21 14:31:43 +01:00
Marten Seemann 56b02029fb implement the stream interface changes 2020-12-19 12:44:32 +01:00
Marten Seemann 5bfe305862 fix int to string conversion, update Go version on CI 2020-12-19 12:40:30 +01:00
backkem 0a5a6f156e Use default test suite. 2020-01-06 20:44:03 +01:00
backkem 2b84177506 Update CI Go version. 2020-01-06 20:31:17 +01:00
backkem 4af9e59f1d Update dependencies 2020-01-06 20:26:02 +01:00
Topper Bowers e838527c2c use the manet dial args in order to figure out the listener 2019-08-21 20:10:26 +02:00
backkem 006488daf2 Workaround for packet based DataChannel. 2019-08-05 21:29:38 +02:00
backkem 0d8b72ff46 Migrate to webrtc v2.0.27. 2019-08-05 21:29:38 +02:00
backkem c4aeaee64f Migrate to webrtc v2.0.16 and go-libp2p-core
Relates to #31
2019-08-05 21:29:38 +02:00
backkem 2c7a102b07 Migrate to webrtc v2.0.16 and go-libp2p-core
Relates to #31
2019-08-05 21:29:38 +02:00
backkem 2766c65c13 Run basic tests with race detector 2019-08-05 21:29:38 +02:00
Alex Browne b10960bfd6 Temporarily disable race detector 2019-08-05 21:29:38 +02:00
Alex Browne 54e81c5b15 Disable verbose logging 2019-08-05 21:29:38 +02:00
Alex Browne 7ea0054d20 Update some dependencies to latest commits 2019-08-05 21:29:38 +02:00
Alex Browne 9a02ba972a Add verbose logging and run go mod tidy 2019-08-05 21:29:38 +02:00
Alex Browne 9cdeb11c00 Update pion/webrtc to 2.0.10 2019-08-05 21:29:38 +02:00
backkem b213ddc5d1 Temporarily disable some tests to fix CI 2019-04-19 09:22:41 +02:00
backkem 13a07508a2 Update dependencies
Resolves #10
2019-04-19 09:22:41 +02:00
backkem efdf8240a3 Docs: Fix typo in readme 2019-04-02 16:29:46 +02:00
Raúl Kripalani b3a5093a76 add travis builds. 2019-04-02 14:14:30 +01:00
Raúl Kripalani 0fd6f76610 update readme prior to transferring to libp2p org. 2019-04-02 14:14:30 +01:00
backkem 537ad79e4d Update WebRTC for SCTP reliability
Relates to #10
2019-04-02 14:52:27 +02:00
backkem 6639a49696 Add go modules support
Relates to #8
2019-04-01 23:40:45 +02:00
backkem 40d97a0ca5 Document WASM support
Resolves #20
2019-04-01 21:21:32 +02:00
backkem 4e9085a705 Migrate Detach to interface
Relates to #20
2019-04-01 20:16:25 +02:00
backkem acb4a86f4b Upgrade to pions/webrtc v2 2019-02-28 15:46:50 +01:00
backkem 745b2f1946 Docs: update dependencies documentation 2019-02-28 15:41:16 +01:00
backkem 30e3407f96 Update mafmt dependency 2019-02-28 15:38:21 +01:00
backkem e6d7db4ef8 Add libp2p example 2019-02-25 22:08:06 +01:00
backkem 9e362fb8c4 Improved mock PeerID 2019-02-25 22:08:06 +01:00
backkem c02f068d1d Docs: link to examples 2019-02-14 18:12:09 +01:00
backkem eb57afb1c4 Examples: Add readme
Relates to #5
2019-02-14 17:40:38 +01:00
backkem db99ed5c56 Integration: Add Go port
Relates to #5
2019-02-14 17:40:38 +01:00
backkem 40fc80ae24 Integration: Add mplex to JS side
Relates to #5
2019-02-14 17:40:38 +01:00
backkem 76a6d3027d Rewrite to implement transport interface directly 2019-01-24 22:03:07 +01:00
Michiel De Backker 1f5d2f86a3
Create LICENSE 2018-12-31 13:41:55 +01:00
backkem cecfbdd6c7 Initial POC 2018-09-30 21:33:55 +02:00