Ruby micro services communication tool based on RabbitMQ and Celluloid.
A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates:
An Ethereum client written in Elixir
Godot Game Engine
Interactor provides a common interface for performing complex user interactions.
Pure elixir database driver for Mariadb / Mysql
Tiny facebook library
ayrat-forks/programming-phoenix-rumbl 0
Application from Programming Phoenix book
Riak CS is simple, available cloud storage built on Riak.
Heavy metal SOAP client
issue closedtzumby/ex_keccak
it seems rustler doesn't support otp 24 yet
closed time in 10 hours
ayrat555issue commenttzumby/ex_keccak
Done: https://hex.pm/packages/ex_keccak/0.2.0-rc.1
comment created time in 10 hours
push eventtzumby/ex_keccak
commit sha d98478b0f0d1a57c968c349c3c07f8eefa6c8744
Release 0.2.0-rc.1
commit sha fabc7fd7e6e3f1f66ea88ba86e827294ae401a2b
Merge pull request #10 from tzumby/razvan/release-0.2.0-rc.1 Release 0.2.0-rc.1
push time in 10 hours
issue commenttzumby/ex_keccak
Definitely open to that, I can prepare the rc release right now
comment created time in 10 hours
startedflashbots/ethers-provider-flashbots-bundle
started time in 18 hours
issue commenttzumby/ex_keccak
@tzumby what do you think about releasing a pre-release version of the library. for example
0.2.0-rc.1?
This would indeed be very helpful for all of us trying to use this package currently!
comment created time in 20 hours
pull request commentpoanetwork/ex_abi
Fix compatibility with Erlang/OTP 24
@artob I know of this issue. that's why I created a PR in the ex_keccak repo. I would suggest for ex_keccak to release pre-release version of the lib
The suggestion doesn't help us users in the meantime, though; hence this PR :)
comment created time in 20 hours
el_monitorro is RSS, Atom and JSON feed reader as a Telegram bot
fork in a day
startedayrat555/el_monitorro
started time in a day
startedayrat555/el_monitorro
started time in a day
PR opened poanetwork/ex_abi
This package is quite broken currently, due to its transitive dependency on Rustler via ex_keccak:
==> ex_keccak
Compiling NIF crate :exkeccak (native/exkeccak)...
...
Compiling rustler v0.21.1
error: failed to run custom build command for `rustler v0.21.1`
Caused by:
process didn't exit successfully: `_build/dev/rustler_crates/exkeccak/release/build/rustler-9b52f801eeb01e67/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'Erlang version 2.16 not handled, please file a a bug report.', $HOME/.cargo/registry/src/github.com-1ecc6299db9ec823/rustler-0.21.1/build.rs:50:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
could not compile dependency :ex_keccak, "mix compile" failed. You can recompile this dependency with "mix deps.compile ex_keccak", update it with "mix deps.update ex_keccak" or clean it with "mix deps.clean ex_keccak"
** (RuntimeError) Rust NIF compile error (rustc exit code 101)
This is a little tricky to fix right now, since there aren't fixed releases available of the dependencies in question.
This PR just provides a temporary solution for people until such a time that new upstream release becomes available. Use as follows:
{:ex_abi, git: "https://github.com/poanetwork/ex_abi.git", branch: "..."}
References
- https://github.com/tzumby/ex_keccak/issues/7
- https://elixirforum.com/t/using-rustler-with-otp24/39840
pr created time in a day
issue commenttzumby/ex_keccak
@ayrat555, looks like I can't publish this as long as we have a release candidate for rustler:
> mix hex.publish
** (Mix) A stable package release cannot have a pre-release dependency
I'll push a quick update once 0.22.0 is out.
comment created time in a day
push eventtzumby/ex_keccak
commit sha c5e47303955921eb2831d02bdf310761daf81f90
Adds config
commit sha 872b81cdc6722bc641b42d447f190b26e83c9383
Adds badge to README
commit sha a7e0b4fbf212108e2f8be5284cb2491e162f64bc
Merge pull request #9 from tzumby/razvan/add-travis-ci-config Adds Travis CI
push time in 2 days
push eventtzumby/ex_keccak
commit sha 872b81cdc6722bc641b42d447f190b26e83c9383
Adds badge to README
push time in 2 days
push eventtzumby/ex_keccak
commit sha 781b446db8ce3f5810c57dcb668f6233333d999c
update rustler
commit sha e4d95f2e239c57e1bd3c8d041a7de426c80d9997
Update CHANGELOG.md Co-authored-by: Raz <[email protected]>
commit sha b8d66c9a52f4346b99112e0f99cdc52260ad573c
change version
commit sha a2dacc8d3c05f5cb90f10e0c4b843687c069eec8
change version to 0.2.0
commit sha 2fa8cd0300b207ed5d61d490424d3ff9ff0f23a0
Merge pull request #8 from ayrat555/master Update rustler to support OTP 24
push time in 2 days
PR merged tzumby/ex_keccak
Changes:
- Update rustler
- Leave only throwing interface
Resolves https://github.com/tzumby/ex_keccak/issues/7
pr closed time in 2 days
issue closedtzumby/ex_keccak
it seems rustler doesn't support otp 24 yet
closed time in 2 days
ayrat555Pull request review commenttzumby/ex_keccak
Update rustler to support OTP 24
The package can be installed by adding `ex_keccak` to your list of dependencies ```elixir def deps do [- {:ex_keccak, "~> 0.1.3"}+ {:ex_keccak, "~> 1.0.0"}
{:ex_keccak, "~> 0.2.0"}
comment created time in 2 days