Sanjay
ec0264e7dc
chore: Release 1.5 ( #1287 )
2023-08-23 15:55:45 -07:00
adityapk00
75099a855f
chore: Release v1.4.6 ( #1261 )
2023-08-14 15:44:50 -05:00
adityapk00
0752a27283
Update release ( #1238 )
2023-08-08 13:11:33 -05:00
adityapk00
41334ab865
fix: Move rust code to apps/hubble, @farcaster/core to PureJS ( #1235 )
...
* fix: Move rust code to apps/hubble, @farcaster/core to PureJS
* changeset
* cleanup
* lint
* fix path for tests
2023-08-08 12:29:05 -05:00
Shane da Silva
8f7c6a36db
chore: Cut patch release to fix neon shim ( #1233 )
2023-08-07 17:51:45 -07:00
Shane da Silva
4f9bc9cb71
chore: Cut patch release for core and hub-nodejs ( #1231 )
...
This removes Rust for now, until we have prebuilt packages for multiple
architectures.
2023-08-07 17:01:10 -07:00
Shane da Silva
505790be6c
chore: Cut Hubble version 1.4.4 and other package upgrades ( #1228 )
2023-08-07 16:10:29 -07:00
adityapk00
15fad46703
feat: Add Rust toolchain to Hubble and move ed25519 to rust ( #1191 )
...
* feat: Add Rust toolchain to hubble and move ed25519 to rust
* changeset
* cleanup
* Add rust-toolchain
* Add Rust installation to docs
* Update docs
* tests for invalid data
* fix: Fix TestData generator for testnet (#1193 )
* fix: Fix TestData generator for testnet
* changeset
* update docs
2023-07-28 09:32:03 -07:00
Sanjay
f49df2d87b
chore: release 1.4.3 ( #1173 )
2023-07-20 15:26:56 -07:00
Varun Srinivasan
9668d34e40
chore: release hubble v1.4.1 and new package versions ( #1143 )
2023-07-14 22:30:56 -07:00
Sanjay
e072a0e535
chore: Release 1.3.4 ( #1109 )
2023-07-11 17:34:17 -07:00
Varun Srinivasan
4c38067c15
chore: switch from eslint/prettier to rome ( #1074 )
...
* chore: add rome config files
* chore: add rome into configs and ci
* chore: remove eslint annotations
* chore: update annotations for rome ignores
* chore: remove prettier
2023-07-04 19:09:15 -07:00
Sanjay
abb7df9cdd
chore: Release 1.3.3 ( #1065 )
2023-07-02 21:52:27 -07:00
Tony D'Addeo
9e03df8579
chore: publish package version ( #1048 )
2023-06-28 15:42:59 -05:00
Tony D'Addeo
bfdbfea6b0
chore: use viem in @farcaster/core ( #1037 )
...
* chore: use viem instead of ethers
* add changeset
* remove more ethers usages
* move ethers to dev dependecy
* add signUserNameProof to Eip712Signer
* expand test coverage
* update changeset
* add makeUserNameProofClaim
* prefer @noble/hashes/utils in examples
2023-06-26 11:27:13 -05:00
Tony D'Addeo
159c62df7a
chore(hubble): use viem to interact with ethereum ( #997 )
...
* chore: use viem to interact with ethereum
* add ViemLocalEip712Signer to exports
* add codecov exceptions
* upgrade viem
* add log for historically synced blocks
* fix test
* poll every 4 seconds
* clean up pre-viem 1.0 code
* update viem
* update comments
2023-06-22 14:50:18 -05:00
Sanjay
f1c15510d1
chore: release 1.3.1 ( #1031 )
2023-06-21 19:47:51 -07:00
Sanjay
9654197697
chore: Release 1.3 ( #1000 )
...
* chore: Release 1.3
* bump version
2023-05-31 10:02:16 -07:00
Shane da Silva
71eef0c559
Re-publish 1.2.3 as 1.2.4 ( #969 )
...
We made a mistake during the publishing process which resulted in
missing files. Re-publish with the proper build.
2023-05-15 15:07:39 -07:00
Shane da Silva
a4cb2c4b75
chore: Release 1.2.3 ( #968 )
2023-05-15 15:01:33 -07:00
Shane da Silva
651df4120f
Remove unnecessary @faker-js/faker dependency from core ( #961 )
...
This dependency is only required for dev, not production. It's used by
Hubble when generating fake data, however, so move it to a production
dependency for Hubble.
2023-05-11 15:52:05 -07:00
Anthony D'Addeo
2ca66b179c
chore: upgrade to @noble/curves ( #947 )
...
* chore: update @farcaster/core to use @noble/curves
* chore: update hubble to use @noble/curves
* add changeset
new file: .changeset/eleven-lies-wait.md
* preserve async interface
* update changeset
2023-05-10 12:26:07 -05:00
Sanjay
f7a62a52f1
chore: Release 1.2.2 ( #949 )
2023-05-08 17:28:13 -07:00
Sanjay
52fc714970
chore: Release 1.2.1 ( #925 )
2023-04-27 14:36:13 -07:00
Michael Huang
6a8486017e
feat: implement ViemLocalEip712Signer ( #787 )
...
* Implement viemEip712Signer
* Add tests
* clean
* Stubs
* Deps
* Fixes
* Clean
* Fix bugs
* Rename
* Add changeset
* rename
* clean up
* rename
* update import
* Upgrade
* Update test
* ViemEip712Signer -> ViemLocalEip712Signer
* clean up
* Convert hash bytes to hex string before signing
* use random wallet
* Add test for mnemonic account
* Simplify
* Use random mnemonic phrase
* More clean up
* Add comment
* refactor EIP-712 signer tests into util
* update changeset to patch core
---------
Co-authored-by: Tony D'Addeo <tony@merklemanufactory.com >
Co-authored-by: Paul Fletcher-Hill <pfletcherhill@gmail.com >
2023-04-27 12:40:35 -04:00
Paul Fletcher-Hill
c5a6aac6e4
changeset version ( #889 )
2023-04-19 00:43:57 -04:00
Varun Srinivasan
038a647bd7
chore: release new versions ( #839 )
2023-04-06 17:47:33 -07:00
Paul Fletcher-Hill
64418e9495
changeset version ( #820 )
2023-04-04 23:28:23 -04:00
PangZhi
c4529a7ef2
feat: merge protobufs and utils into core package ( #818 )
...
* remove protobufs as a package, merge into utils
* update yarn.lock
* rename utils package to core
* update docker
* add changeset
* tsup config
* change schema path in workflow file
* update protobufs readme link
2023-04-04 19:21:30 -07:00