Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version to 22.10.1 #563

Merged
merged 2 commits into from
Oct 27, 2022
Merged

bump version to 22.10.1 #563

merged 2 commits into from
Oct 27, 2022

Conversation

om26er
Copy link
Contributor

@om26er om26er commented Oct 24, 2022

No description provided.

@om26er
Copy link
Contributor Author

om26er commented Oct 24, 2022

it seems we can't create a XBR release as the contracts are not available for download. Also things seem to have changed in the npm ecosystem and google's closure is apparently a challenge to do right (investigating)

@oberstet
Copy link
Contributor

rgd contract ABI files, pls see https://github.com/wamp-proto/wamp-xbr/blob/eae39f39f8522967752e042c17f5506dd9e9e4dd/Makefile#L129 to generate those, but those files are indeed not added in git

(base) oberstet@intel-nuci7:~/scm/crossbario/autobahn-js$ cat .gitignore 
.build
.qemu
node-v*-linux-x64/
.sconsign.dblite
*.sublime-workspace
build
node_modules
*.log
*.pyc
*.pid
.idea/
.*.swp
.lock-*
package/.crossbar/
package-lock.json
packages/autobahn-xbr/lib/contracts/
packages/autobahn-xbr/contracts/
(base) oberstet@intel-nuci7:~/scm/crossbario/autobahn-js$ ll packages/autobahn-xbr/contracts/
insgesamt 13080
drwxr-xr-x 2 oberstet oberstet    4096 Jun 29  2020 ./
drwxr-xr-x 6 oberstet oberstet    4096 Jan 31  2022 ../
-rw-rw-r-- 1 oberstet oberstet  297409 Jun 11  2020 AccessControl.json
-rw-rw-r-- 1 oberstet oberstet   81616 Jun 11  2020 Address.json
-rw-rw-r-- 1 oberstet oberstet   21447 Jun 11  2020 Context.json
-rw-rw-r-- 1 oberstet oberstet  136153 Jun 11  2020 ECDSA.json
-rw-rw-r-- 1 oberstet oberstet  426065 Jun 11  2020 EnumerableSet.json
-rw-rw-r-- 1 oberstet oberstet  592630 Jun 11  2020 ERC20.json
-rw-rw-r-- 1 oberstet oberstet   76900 Jun 11  2020 IERC20.json
-rw-rw-r-- 1 oberstet oberstet  483545 Jun 11  2020 IXBRTokenRelayInterface.json
-rw-rw-r-- 1 oberstet oberstet   54842 Jun 11  2020 Migrations.json
-rw-rw-r-- 1 oberstet oberstet  205600 Jun 11  2020 SafeMath.json
-rw-rw-r-- 1 oberstet oberstet  619309 Jun 11  2020 XBRCatalog.json
-rw-rw-r-- 1 oberstet oberstet 1900281 Jun 11  2020 XBRChannel.json
-rw-rw-r-- 1 oberstet oberstet 1026517 Jun 11  2020 XBRDomain.json
-rw-rw-r-- 1 oberstet oberstet  119231 Jun 11  2020 XBRMaintained.json
-rw-rw-r-- 1 oberstet oberstet 3140655 Jun 11  2020 XBRMarket.json
-rw-rw-r-- 1 oberstet oberstet  902982 Jun 11  2020 XBRNetwork.json
-rw-rw-r-- 1 oberstet oberstet   50687 Jun 11  2020 XBRNetworkProxy.json
-rw-rw-r-- 1 oberstet oberstet  545309 Jun 11  2020 XBRTest.json
-rw-rw-r-- 1 oberstet oberstet  541656 Jun 11  2020 XBRToken.json
-rw-rw-r-- 1 oberstet oberstet 2115362 Jun 11  2020 XBRTypes.json
(base) oberstet@intel-nuci7:~/scm/crossbario/autobahn-js$ 

not sure ... in the past, those files were copied and added, but obviously that sucked with updates in the actual contracts repo. then I changed it to the current approach: the publishing developer is supposed to re-create the files during build locally. mmh. obviously, that sucks as well;)

@om26er
Copy link
Contributor Author

om26er commented Oct 27, 2022

The new release depends on oberstet/taschenmesser#6

@om26er
Copy link
Contributor Author

om26er commented Oct 27, 2022

@oberstet I was able to compile the contracts. So I think we can do a new release once the above branch and this lands.

@om26er om26er merged commit 333e49d into crossbario:master Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants