web3-bot
714f5c0130
sync: update CI config files ( #50 )
2022-04-04 11:49:11 +00:00
web3-bot
f067816be3
sync: update CI config files ( #48 )
2021-12-10 14:34:10 +00:00
web3-bot
66b6f5f82a
sync: update CI config files ( #45 )
2021-08-17 13:39:44 +00:00
web3-bot
c1e5d4e95b
sync: update CI config files ( #43 )
2021-06-01 16:57:12 +00:00
Marten Seemann
f68598dd02
Merge pull request #41 from multiformats/fix-staticcheck
...
fix staticcheck
2021-05-05 20:16:15 +07:00
Marten Seemann
daffaef0db
fix staticcheck
2021-05-05 20:13:06 +07:00
Steven Allen
95cb7074c4
Merge pull request #39 from gammazero/fix-vet-warnings
...
Fix vet warnings about conversion of int to string
2021-02-26 15:53:14 -08:00
gammazero
2985033078
Fix vet warnings about conversion of int to string
...
Fixes issue #38
2020-11-19 17:38:08 -08:00
Steven Allen
e2260b5ff3
Merge pull request #36 from multiformats/feat/base36
...
Base36 implementation
v0.0.3
2020-05-22 21:53:56 -07:00
Peter Rabbitson
158c1deff1
Base36 implementation
2020-05-23 04:34:44 +02:00
Steven Allen
ee5c23343b
Merge pull request #34 from multiformats/feat/yet-more-tests
...
Even more tests/benchmarks, less repetition in-code
2020-05-22 19:33:40 -07:00
Peter Rabbitson
aa5d547a81
Even more tests/benchmarks, less repetition in-code
2020-05-23 02:51:29 +02:00
Peter Rabbitson
c03399abc2
Merge pull request #32 from multiformats/feat/MOAR-testz
...
Beef up tests before adding new codec
2020-05-22 01:56:19 +02:00
Peter Rabbitson
f5fced06c2
Beef up tests before adding new codec
2020-05-22 01:28:10 +02:00
Steven Allen
be9e91119a
Merge pull request #31 from multiformats/chore/fix-tests
...
Remove GX, bump spec submodule, fix tests
2020-05-21 12:14:29 -07:00
Peter Rabbitson
6519131ca4
More GX removal
2020-05-21 20:59:16 +02:00
Peter Rabbitson
ef04c6a3db
Remove GX, bump spec submodule, fix tests
2020-05-21 20:57:04 +02:00
Steven Allen
b84fc17b77
Merge pull request #30 from multiformats/feat/remove-base1
...
feat: remove base1 support
v0.0.2
2019-07-26 11:56:38 -07:00
Steven Allen
f279c85720
feat: remove base1 support
...
see:
* https://github.com/multiformats/multibase/pull/48
* https://github.com/multiformats/multibase/pull/57
2019-07-26 11:56:01 -07:00
Jakub Sztandera
d63641945d
Merge pull request #29 from multiformats/feat/gomod
...
Switch to multiformats/go-base32, introduce gomod
v0.0.1
2019-02-27 13:28:37 +01:00
Jakub Sztandera
79803cc6b5
Merge pull request #27 from multiformats/fix/captain
...
README: remove out-of-date captain
2019-02-27 13:24:41 +01:00
Jakub Sztandera
4819336788
Switch to multiformats/go-base32, introduce gomod
2019-02-26 19:54:23 +01:00
Steven Allen
f25b77813c
Merge pull request #28 from gowthamgts/base2
...
Added base2 implementation as per RFC
2019-02-18 18:49:39 -08:00
Gowtham Gopalakrishnan
be9178df09
changed shifting logic
2019-02-17 12:13:57 +05:30
Gowtham Gopalakrishnan
f7396abfab
bitwise ops and left padding added
2019-02-14 19:34:11 +05:30
Gowtham Gopalakrishnan
fca1c65daf
go fmt base2.go
2019-02-10 16:49:34 +05:30
Gowtham Gopalakrishnan
0a49bd57bb
added base2 implementation as per RFC
2019-02-10 16:41:02 +05:30
Steven Allen
5d43951a20
README: remove out-of-date captain
2018-12-10 13:16:20 -08:00
Steven Allen
4cd2fef284
Merge pull request #24 from multiformats/testing/test-vectors
...
test against spec
2018-11-27 18:45:57 -08:00
Steven Allen
916e8af3d6
ci: standardize
...
* Add makfile
* Use standard CI scripts.
2018-11-27 18:44:08 -08:00
Steven Allen
007b57d388
Merge pull request #25 from gowthamgts/master
...
Typo fix and readibility improvements
2018-11-17 10:16:56 -08:00
Gowtham Gopalakrishnan
3cdc462d3f
Typo fix and readibility improvements
2018-11-17 19:59:15 +05:30
Steven Allen
5b7719f2f5
test implementation against test-vectors
2018-11-15 15:25:58 -08:00
Steven Allen
c53ff45d4d
gx: ignore tests when publishing as well
2018-11-15 15:25:51 -08:00
Steven Allen
8ab2e3688b
add the spec as a submodule
2018-11-15 15:25:49 -08:00
Kevin Atkinson
bb91b53e56
gx publish 0.3.0
gx/v0.3.0
2018-08-31 20:32:43 -04:00
Steven Allen
964f55ad40
Merge pull request #23 from multiformats/kevina/encoder
...
Don't return an error on NewEncoder, panic on invalid encodings instead.
2018-09-01 00:20:04 +00:00
Kevin Atkinson
3b3047873d
Use MustNewEncoder instead for version that does not panic.
2018-08-31 20:08:55 -04:00
Kevin Atkinson
2170058ef9
Add CheckEncoding function.
2018-08-31 18:59:07 -04:00
Kevin Atkinson
ac3d23441b
Don't return an error on NewEncoder, panic on invalid encodings instead.
...
Most of the time this method will be used with a constant and the error
will be thrown away anyway. By not returning an error we can use this
function to initialize global variables. The function EncoderByName should
be used when working with user provided input and we care about the error.
2018-08-31 15:23:22 -04:00
Kevin Atkinson
ecd5d58562
Gofmt.
2018-08-31 15:01:41 -04:00
Steven Allen
b46f1c99f0
Merge pull request #22 from ianlopshire/master
...
Improve test coverage
2018-08-23 17:41:56 +00:00
Ian Lopshire
5fb339e88a
Improve test coverage
2018-08-23 13:29:45 -04:00
Kevin Atkinson
caebba6233
gx publish 0.2.7
gx/v0.2.7
2018-07-27 17:34:30 -04:00
Kevin Atkinson
83915a874d
Merge pull request #21 from multiformats/kevina/map
...
Enhance Multibase
2018-07-27 17:29:59 -04:00
Steven Allen
03643c33f5
ci: bump minimum go version
2018-07-27 17:02:59 -04:00
Kevin Atkinson
2eb83a994b
Remove "magical" NewPrefix function, rename Prefix to Encoder.
2018-07-27 17:02:59 -04:00
Kevin Atkinson
5547437445
Enhance constructor for Prefix type.
2018-07-27 16:59:07 -04:00
Kevin Atkinson
a0557075ec
Add prefix type that guarantees a valid multibase prefix.
2018-07-27 16:59:07 -04:00
Kevin Atkinson
3ea5c212ef
Add maps for converting from the string repr. to the code and back.
2018-07-27 16:59:01 -04:00